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

  /external/skia/src/gpu/
GrClip.cpp 16 * getConservativeBounds returns the conservative bounding box of the clip
21 void GrClip::getConservativeBounds(int width, int height, SkIRect* devResult,
38 this->clipStack()->getConservativeBounds(-this->origin().fX,
  /external/skia/include/gpu/
GrClip.h 160 void getConservativeBounds(const GrSurface* surface,
163 this->getConservativeBounds(surface->width(), surface->height(),
167 void getConservativeBounds(int width, int height,
  /external/skia/src/core/
SkClipStack.cpp 811 void SkClipStack::getConservativeBounds(int offsetX,

Completed in 211 milliseconds