Flutter Engine
The Flutter Engine
|
#include <SkScanPriv.h>
Public Member Functions | |
SkScanClipper (SkBlitter *blitter, const SkRegion *clip, const SkIRect &bounds, bool skipRejectTest=false, bool boundsPreClipped=false) | |
SkBlitter * | getBlitter () const |
const SkIRect * | getClipRect () const |
Definition at line 18 of file SkScanPriv.h.
SkScanClipper::SkScanClipper | ( | SkBlitter * | blitter, |
const SkRegion * | clip, | ||
const SkIRect & | ir, | ||
bool | skipRejectTest = false , |
||
bool | irPreClipped = false |
||
) |
If the caller is drawing an inverse-fill path, then it pass true for skipRejectTest, so we don't abort drawing just because the src bounds (ir) is outside of the clip.
Definition at line 520 of file SkScan_Path.cpp.
|
inline |
Definition at line 23 of file SkScanPriv.h.
|
inline |
Definition at line 24 of file SkScanPriv.h.