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