Searched refs:getConservativeBounds (Results 1 - 25 of 26) sorted by relevance

12

/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,
H A DGrTextContext.cpp23 clipData->fClipStack->getConservativeBounds(
H A DGrSoftwarePathRenderer.cpp50 target->getClip()->getConservativeBounds(rt, devClipBounds);
52 // TODO: getConservativeBounds already intersects with the
H A DGrAAHairLinePathRenderer.cpp903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds);
H A DGrDrawTarget.cpp433 clip->getConservativeBounds(rt, &copyRect);
H A DGrInOrderDrawBuffer.cpp183 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
H A DSkGpuDevice.cpp856 clip->getConservativeBounds(context->getRenderTarget(), clippedSrcIRect, NULL);
/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,
H A DGrTextContext.cpp23 clipData->fClipStack->getConservativeBounds(
H A DGrSoftwarePathRenderer.cpp56 target->getClip()->getConservativeBounds(rt, devClipBounds);
58 // TODO: getConservativeBounds already intersects with the
H A DGrAAHairLinePathRenderer.cpp903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds);
H A DGrDrawTarget.cpp423 clip->getConservativeBounds(rt, &copyRect);
H A DGrInOrderDrawBuffer.cpp226 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
/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/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/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/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h445 void getConservativeBounds(int offsetX,
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp284 this->getClip()->getConservativeBounds(optState->getRenderTarget(), &devClipBounds);
/external/skia/include/core/
H A DSkClipStack.h445 void getConservativeBounds(int offsetX,
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
/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 2072 milliseconds

12