Searched refs:iior (Results 1 – 4 of 4) sorted by relevance
/external/skia/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 | GrReducedClip.cpp | 45 bool iior; in GrReducedClip() local 46 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip() 54 if (iior) { in GrReducedClip() 670 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override { in getConservativeBounds() 671 fFixedClip.getConservativeBounds(width, height, bounds, iior); in getConservativeBounds()
|
D | GrFixedClip.h | 43 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
|
/external/skia/gm/ |
D | windowrectangles.cpp | 140 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds() 142 if (iior) { in getConservativeBounds() 143 *iior = false; in getConservativeBounds()
|