HomeSort by relevance Sort by last modified time
    Searched full:iior (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrFixedClip.cpp 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const {
27 if (iior) {
28 *iior = true;
GrFixedClip.h 43 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
GrReducedClip.cpp 45 bool iior; local
46 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
54 if (iior) {
680 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override {
681 fFixedClip.getConservativeBounds(width, height, bounds, iior);
    [all...]
  /external/skia/gm/
windowrectangles.cpp 139 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
141 if (iior) {
142 *iior = false;
  /external/skia/tests/
ClipStackTest.cpp     [all...]

Completed in 2920 milliseconds