Home
last modified time | relevance | path

Searched defs:clipDevRect (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/geometry/
DGrQuadUtils.cpp93 static bool crop_rect_edge(const SkRect& clipDevRect, int v0, int v1, int v2, int v3, in crop_rect_edge()
151 static GrQuadAAFlags crop_rect(const SkRect& clipDevRect, float x[4], float y[4], in crop_rect()
181 static GrQuadAAFlags crop_simple_rect(const SkRect& clipDevRect, float x[4], float y[4], in crop_simple_rect()
/external/skia/src/core/
DSkClipStack.h339 void clipDevRect(const SkIRect& ir, SkClipOp op) { in clipDevRect() function