Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextContext.cpp92 GrRect r = context->getClip().getConservativeBounds(); in GrTextContext()
98 context->getClip().getConservativeBounds().roundOut(&fClipRect); in GrTextContext()
DGrAAHairLinePathRenderer.cpp514 GrRect clipRect = target->getClip().getConservativeBounds(); in createGeom()
DGrGpu.cpp558 bounds = fClip.getConservativeBounds(); in setupClipAndFlushState()
DGrContext.cpp1225 clip.getConservativeBounds().roundOut(clipBounds); in get_path_and_clip_bounds()
/external/skia/include/gpu/
DGrClip.h40 const GrRect& getConservativeBounds() const { return fConservativeBounds; } in getConservativeBounds() function
/external/skia/src/gpu/gl/
DGrGpuGL.cpp2073 fClip.getConservativeBounds().roundOut(&clipBounds); in flushGLStateCommon()