Home
last modified time | relevance | path

Searched refs:crop_rect_edge (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrQuadUtils.cpp91 static bool crop_rect_edge(const SkRect& clipDevRect, int v0, int v1, int v2, int v3, in crop_rect_edge() function
158 if (crop_rect_edge(clipDevRect, 0, 1, 2, 3, x, y, lx, ly, lw)) { in crop_rect()
162 if (crop_rect_edge(clipDevRect, 0, 2, 1, 3, x, y, lx, ly, lw)) { in crop_rect()
166 if (crop_rect_edge(clipDevRect, 2, 3, 0, 1, x, y, lx, ly, lw)) { in crop_rect()
170 if (crop_rect_edge(clipDevRect, 1, 3, 0, 2, x, y, lx, ly, lw)) { in crop_rect()