Searched defs:clipDevRect (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrQuadUtils.cpp | 91 static bool crop_rect_edge(const SkRect& clipDevRect, int v0, int v1, int v2, int v3, in crop_rect_edge() 149 static GrQuadAAFlags crop_rect(const SkRect& clipDevRect, float x[4], float y[4], in crop_rect() 179 static GrQuadAAFlags crop_simple_rect(const SkRect& clipDevRect, float x[4], float y[4], in crop_simple_rect()
|
/third_party/skia/src/core/ |
D | SkClipStack.h | 366 void clipDevRect(const SkIRect& ir, SkClipOp op) { in clipDevRect() function
|