Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "tests/CanvasStateHelpers.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRegion.h"
#include "include/core/SkScalar.h"
#include "include/utils/SkCanvasStateUtils.h"
#include <memory>
Go to the source code of this file.
Functions | |
void | complex_layers_draw (SkCanvas *canvas, float left, float top, float right, float bottom, int32_t spacer) |
bool | complex_layers_draw_from_canvas_state (SkCanvasState *state, float left, float top, float right, float bottom, int32_t spacer) |
void | complex_clips_draw (SkCanvas *canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion &localRegion) |
bool | complex_clips_draw_from_canvas_state (SkCanvasState *state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t *rectCoords) |
void complex_clips_draw | ( | SkCanvas * | canvas, |
int32_t | left, | ||
int32_t | top, | ||
int32_t | right, | ||
int32_t | bottom, | ||
int32_t | clipOp, | ||
const SkRegion & | localRegion | ||
) |
Definition at line 48 of file CanvasStateHelpers.cpp.
bool complex_clips_draw_from_canvas_state | ( | SkCanvasState * | state, |
int32_t | left, | ||
int32_t | top, | ||
int32_t | right, | ||
int32_t | bottom, | ||
int32_t | clipOp, | ||
int32_t | regionRects, | ||
int32_t * | rectCoords | ||
) |
Definition at line 61 of file CanvasStateHelpers.cpp.
void complex_layers_draw | ( | SkCanvas * | canvas, |
float | left, | ||
float | top, | ||
float | right, | ||
float | bottom, | ||
int32_t | spacer | ||
) |
Definition at line 26 of file CanvasStateHelpers.cpp.
bool complex_layers_draw_from_canvas_state | ( | SkCanvasState * | state, |
float | left, | ||
float | top, | ||
float | right, | ||
float | bottom, | ||
int32_t | spacer | ||
) |
Definition at line 38 of file CanvasStateHelpers.cpp.