HomeSort by relevance Sort by last modified time
    Searched defs:getConservativeBounds (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrFixedClip.cpp 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const {
GrClipStackClip.cpp 65 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult,
75 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);
  /external/skqp/src/gpu/
GrFixedClip.cpp 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const {
GrClipStackClip.cpp 64 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult,
74 fStack->getConservativeBounds(0, 0, width, height, &devBounds, isIntersectionOfRects);
  /external/skia/src/core/
SkClipStack.cpp     [all...]
  /external/skqp/src/core/
SkClipStack.cpp     [all...]

Completed in 247 milliseconds