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

/external/skia/src/gpu/
H A DGrFixedClip.cpp20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const {
27 if (iior) {
28 *iior = true;
H A DGrFixedClip.h43 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
H A DGrReducedClip.cpp45 bool iior; local
46 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
54 if (iior) {
670 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override {
671 fFixedClip.getConservativeBounds(width, height, bounds, iior);
/external/skia/gm/
H A Dwindowrectangles.cpp140 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
142 if (iior) {
143 *iior = false;

Completed in 133 milliseconds