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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipData.cpp16 * getConservativeBounds returns the conservative bounding box of the clip
21 void GrClipData::getConservativeBounds(int width, int height, function in class:GrClipData
26 fClipStack->getConservativeBounds(-fOrigin.fX,
/external/skia/src/gpu/
H A DGrClipData.cpp16 * getConservativeBounds returns the conservative bounding box of the clip
21 void GrClipData::getConservativeBounds(int width, int height, function in class:GrClipData
26 fClipStack->getConservativeBounds(-fOrigin.fX,
/external/chromium_org/third_party/skia/include/gpu/
H A DGrClipData.h49 void getConservativeBounds(const GrSurface* surface, function in class:GrClipData
52 this->getConservativeBounds(surface->width(), surface->height(),
56 void getConservativeBounds(int width, int height,
/external/skia/include/gpu/
H A DGrClipData.h49 void getConservativeBounds(const GrSurface* surface, function in class:GrClipData
52 this->getConservativeBounds(surface->width(), surface->height(),
56 void getConservativeBounds(int width, int height,
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp803 void SkClipStack::getConservativeBounds(int offsetX, function in class:SkClipStack
/external/skia/src/core/
H A DSkClipStack.cpp803 void SkClipStack::getConservativeBounds(int offsetX, function in class:SkClipStack

Completed in 123 milliseconds