Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrFixedClip.cpp20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const { in getConservativeBounds()
27 if (iior) { in getConservativeBounds()
28 *iior = true; in getConservativeBounds()
DGrStencilClip.h36 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override { in getConservativeBounds() argument
37 fFixedClip.getConservativeBounds(width, height, bounds, iior); in getConservativeBounds()
DGrFixedClip.h46 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
DGrReducedClip.cpp56 bool iior; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
65 if (iior) { in GrReducedClip()
/external/skqp/gm/
Dwindowrectangles.cpp138 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds()
140 if (iior) { in getConservativeBounds()
141 *iior = false; in getConservativeBounds()
/external/skqp/tests/
DLazyProxyTest.cpp185 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds()
187 if (iior) { in getConservativeBounds()
188 *iior = false; in getConservativeBounds()
DGrCCPRTest.cpp49 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds()
51 if (iior) { in getConservativeBounds()
52 *iior = false; in getConservativeBounds()
/external/skia/src/gpu/
DGrReducedClip.cpp56 bool iior; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
65 if (iior) { in GrReducedClip()