Searched defs:SkEdgeClipper (Results 1 – 3 of 3) sorted by relevance
19 SkEdgeClipper(bool canCullToTheRight) : fCanCullToTheRight(canCullToTheRight) {} in SkEdgeClipper() function
564 void (*consume)(SkEdgeClipper*, bool newCtr, void* ctx), void* ctx) { in ClipPath()