Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Macros | |
#define | EXPORT |
Functions | |
void | complex_layers_draw (SkCanvas *canvas, float left, float top, float right, float bottom, int32_t spacer) |
bool EXPORT | 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 EXPORT | 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) |
#define EXPORT |
Definition at line 28 of file CanvasStateHelpers.h.
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 EXPORT 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 EXPORT 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.