Searched refs:getConservativeBounds (Results 1 - 13 of 13) 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,
H A DGrSoftwarePathRenderer.cpp56 pipelineBuilder->clip().getConservativeBounds(rt, devClipBounds);
H A DGrTextContext.cpp42 fClip.getConservativeBounds(fRenderTarget->width(), fRenderTarget->height(), &fClipRect);
H A DGrAtlasTextContext.cpp389 clip.getConservativeBounds(rt->width(), rt->height(), &clipRect);
701 clip.getConservativeBounds(rt->width(), rt->height(), &clipRect);
743 clip.getConservativeBounds(rt->width(), rt->height(), &clipRect);
H A DGrAAHairLinePathRenderer.cpp1001 pipelineBuilder->clip().getConservativeBounds(pipelineBuilder->getRenderTarget(),
H A DGrDrawTarget.cpp64 pipelineBuilder.clip().getConservativeBounds(rt, &copyRect);
H A DGrTessellatingPathRenderer.cpp1506 pipelineBuilder->clip().getConservativeBounds(rt, &clipBoundsI);
H A DSkGpuDevice.cpp950 clip.getConservativeBounds(rt, clippedSrcIRect, NULL);
/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/tests/
H A DClipCacheTest.cpp42 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
79 stack.getConservativeBounds(0, 0, kXSize, kYSize,
92 clipData.getConservativeBounds(texture,
H A DClipStackTest.cpp187 // Exercise the SkClipStack's getConservativeBounds computation
281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound,
/external/skia/include/core/
H A DSkClipStack.h444 void getConservativeBounds(int offsetX,
/external/skia/src/core/
H A DSkClipStack.cpp811 void SkClipStack::getConservativeBounds(int offsetX, function in class:SkClipStack

Completed in 8144 milliseconds