/external/chromium_org/third_party/skia/include/gpu/ |
D | GrClipData.h | 49 void getConservativeBounds(const GrSurface* surface, 52 this->getConservativeBounds(surface->width(), surface->height(), 56 void getConservativeBounds(int width, int height,
|
/external/skia/include/gpu/ |
D | GrClipData.h | 49 void getConservativeBounds(const GrSurface* surface, 52 this->getConservativeBounds(surface->width(), surface->height(), 56 void getConservativeBounds(int width, int height,
|
/external/skia/src/gpu/ |
D | GrClipData.cpp | 21 void GrClipData::getConservativeBounds(int width, int height, in getConservativeBounds() function in GrClipData 26 fClipStack->getConservativeBounds(-fOrigin.fX, in getConservativeBounds()
|
D | GrTextContext.cpp | 23 clipData->fClipStack->getConservativeBounds( in init()
|
D | GrSoftwarePathRenderer.cpp | 56 target->getClip()->getConservativeBounds(rt, devClipBounds); in get_path_and_clip_bounds()
|
D | GrInOrderDrawBuffer.cpp | 226 … this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior); in quickInsideClip()
|
D | GrAAHairLinePathRenderer.cpp | 903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds); in onDrawPath()
|
D | GrDrawTarget.cpp | 423 clip->getConservativeBounds(rt, ©Rect); in setupDstReadIfNecessary()
|
D | SkGpuDevice.cpp | 887 clip->getConservativeBounds(context->getRenderTarget(), clippedSrcIRect, NULL); in determine_clipped_src_rect()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrClipData.cpp | 21 void GrClipData::getConservativeBounds(int width, int height, in getConservativeBounds() function in GrClipData 26 fClipStack->getConservativeBounds(-fOrigin.fX, in getConservativeBounds()
|
D | GrTextContext.cpp | 23 clipData->fClipStack->getConservativeBounds( in init()
|
D | GrSoftwarePathRenderer.cpp | 56 target->getClip()->getConservativeBounds(rt, devClipBounds); in get_path_and_clip_bounds()
|
D | GrInOrderDrawBuffer.cpp | 226 … this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior); in quickInsideClip()
|
D | GrAAHairLinePathRenderer.cpp | 903 target->getClip()->getConservativeBounds(drawState->getRenderTarget(), &devClipBounds); in onDrawPath()
|
D | GrDrawTarget.cpp | 423 clip->getConservativeBounds(rt, ©Rect); in setupDstReadIfNecessary()
|
/external/chromium_org/third_party/skia/tests/ |
D | ClipCacheTest.cpp | 79 stack.getConservativeBounds(0, 0, kXSize, kYSize, in test_clip_bounds() 92 clipData.getConservativeBounds(texture, in test_clip_bounds()
|
D | ClipStackTest.cpp | 281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
|
/external/skia/tests/ |
D | ClipCacheTest.cpp | 79 stack.getConservativeBounds(0, 0, kXSize, kYSize, in test_clip_bounds() 92 clipData.getConservativeBounds(texture, in test_clip_bounds()
|
D | ClipStackTest.cpp | 281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
|
/external/skia/include/core/ |
D | SkClipStack.h | 445 void getConservativeBounds(int offsetX,
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkClipStack.h | 445 void getConservativeBounds(int offsetX,
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGpuGL_program.cpp | 283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); in flushGraphicsState()
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL_program.cpp | 283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); in flushGraphicsState()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkClipStack.cpp | 803 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 803 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack
|