Searched defs:getConservativeBounds (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrClip.cpp16 * getConservativeBounds returns the conservative bounding box of the clip
21 void GrClip::getConservativeBounds(int width, int height, SkIRect* devResult, function in class:GrClip
38 this->clipStack()->getConservativeBounds(-this->origin().fX,
/external/skia/include/gpu/
H A DGrClip.h160 void getConservativeBounds(const GrSurface* surface, function in class:GrClip
163 this->getConservativeBounds(surface->width(), surface->height(),
167 void getConservativeBounds(int width, int height,
/external/skia/src/core/
H A DSkClipStack.cpp811 void SkClipStack::getConservativeBounds(int offsetX, function in class:SkClipStack

Completed in 108 milliseconds