Searched refs:iior (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrFixedClip.cpp | 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const { in getConservativeBounds() 27 if (iior) { in getConservativeBounds() 28 *iior = true; in getConservativeBounds()
|
D | GrStencilClip.h | 36 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override { in getConservativeBounds() argument 37 fFixedClip.getConservativeBounds(width, height, bounds, iior); in getConservativeBounds()
|
D | GrFixedClip.h | 46 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
|
D | GrReducedClip.cpp | 56 bool iior; in GrReducedClip() local 57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip() 65 if (iior) { in GrReducedClip()
|
/external/skqp/gm/ |
D | windowrectangles.cpp | 138 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/ |
D | LazyProxyTest.cpp | 185 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds() 187 if (iior) { in getConservativeBounds() 188 *iior = false; in getConservativeBounds()
|
D | GrCCPRTest.cpp | 49 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/ |
D | GrReducedClip.cpp | 56 bool iior; in GrReducedClip() local 57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip() 65 if (iior) { in GrReducedClip()
|