Home
last modified time | relevance | path

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

/external/skia/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()
DGrReducedClip.cpp45 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()
DGrFixedClip.h43 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
/external/skia/gm/
Dwindowrectangles.cpp140 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final { in getConservativeBounds()
142 if (iior) { in getConservativeBounds()
143 *iior = false; in getConservativeBounds()