Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/include/gpu/
DGrClipData.h49 void getConservativeBounds(const GrSurface* surface,
52 this->getConservativeBounds(surface->width(), surface->height(),
56 void getConservativeBounds(int width, int height,
/external/skia/include/gpu/
DGrClipData.h49 void getConservativeBounds(const GrSurface* surface,
52 this->getConservativeBounds(surface->width(), surface->height(),
56 void getConservativeBounds(int width, int height,
/external/skia/src/gpu/
DGrClipData.cpp21 void GrClipData::getConservativeBounds(int width, int height, in getConservativeBounds() function in GrClipData
26 fClipStack->getConservativeBounds(-fOrigin.fX, in getConservativeBounds()
DGrTextContext.cpp23 clipData->fClipStack->getConservativeBounds( in init()
DGrSoftwarePathRenderer.cpp56 target->getClip()->getConservativeBounds(rt, devClipBounds); in get_path_and_clip_bounds()
DGrInOrderDrawBuffer.cpp226 … this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior); in quickInsideClip()
DGrAAHairLinePathRenderer.cpp903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds); in onDrawPath()
DGrDrawTarget.cpp423 clip->getConservativeBounds(rt, &copyRect); in setupDstReadIfNecessary()
DSkGpuDevice.cpp887 clip->getConservativeBounds(context->getRenderTarget(), clippedSrcIRect, NULL); in determine_clipped_src_rect()
/external/chromium_org/third_party/skia/src/gpu/
DGrClipData.cpp21 void GrClipData::getConservativeBounds(int width, int height, in getConservativeBounds() function in GrClipData
26 fClipStack->getConservativeBounds(-fOrigin.fX, in getConservativeBounds()
DGrTextContext.cpp23 clipData->fClipStack->getConservativeBounds( in init()
DGrSoftwarePathRenderer.cpp56 target->getClip()->getConservativeBounds(rt, devClipBounds); in get_path_and_clip_bounds()
DGrInOrderDrawBuffer.cpp226 … this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior); in quickInsideClip()
DGrAAHairLinePathRenderer.cpp903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds); in onDrawPath()
DGrDrawTarget.cpp423 clip->getConservativeBounds(rt, &copyRect); in setupDstReadIfNecessary()
/external/chromium_org/third_party/skia/tests/
DClipCacheTest.cpp79 stack.getConservativeBounds(0, 0, kXSize, kYSize, in test_clip_bounds()
92 clipData.getConservativeBounds(texture, in test_clip_bounds()
DClipStackTest.cpp281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
/external/skia/tests/
DClipCacheTest.cpp79 stack.getConservativeBounds(0, 0, kXSize, kYSize, in test_clip_bounds()
92 clipData.getConservativeBounds(texture, in test_clip_bounds()
DClipStackTest.cpp281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
/external/skia/include/core/
DSkClipStack.h445 void getConservativeBounds(int offsetX,
/external/chromium_org/third_party/skia/include/core/
DSkClipStack.h445 void getConservativeBounds(int offsetX,
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL_program.cpp283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); in flushGraphicsState()
/external/skia/src/gpu/gl/
DGrGpuGL_program.cpp283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); in flushGraphicsState()
/external/chromium_org/third_party/skia/src/core/
DSkClipStack.cpp803 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack
/external/skia/src/core/
DSkClipStack.cpp803 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack

12