Searched refs:getConservativeBounds (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/ |
D | GrClipData.cpp | 21 void GrClipData::getConservativeBounds(const GrSurface* surface, in getConservativeBounds() function in GrClipData 26 fClipStack->getConservativeBounds(-fOrigin.fX, in getConservativeBounds()
|
D | GrSoftwarePathRenderer.cpp | 56 target->getClip()->getConservativeBounds(rt, devClipBounds); in get_path_and_clip_bounds()
|
D | GrTextContext.cpp | 81 clipData->fClipStack->getConservativeBounds( in GrTextContext()
|
D | GrAAHairLinePathRenderer.cpp | 502 target->getClip()->getConservativeBounds(drawState.getRenderTarget(), in createGeom()
|
D | GrInOrderDrawBuffer.cpp | 179 … this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior); in quickInsideClip()
|
/external/skia/include/gpu/ |
D | GrClipData.h | 52 void getConservativeBounds(const GrSurface* surface,
|
/external/skia/tests/ |
D | ClipCacheTest.cpp | 76 stack.getConservativeBounds(0, 0, kXSize, kYSize, in test_clip_bounds() 89 clipData.getConservativeBounds(texture, in test_clip_bounds()
|
D | ClipStackTest.cpp | 275 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound, in test_bounds()
|
/external/skia/include/core/ |
D | SkClipStack.h | 425 void getConservativeBounds(int offsetX,
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 701 void SkClipStack::getConservativeBounds(int offsetX, in getConservativeBounds() function in SkClipStack
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL_program.cpp | 320 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds); in flushGraphicsState()
|