HomeSort by relevance Sort by last modified time
    Searched refs:getConservativeBounds (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/
GrClipData.cpp 16 * getConservativeBounds returns the conservative bounding box of the clip
21 void GrClipData::getConservativeBounds(const GrSurface* surface,
26 fClipStack->getConservativeBounds(-fOrigin.fX,
GrSoftwarePathRenderer.cpp 56 target->getClip()->getConservativeBounds(rt, devClipBounds);
58 // TODO: getConservativeBounds already intersects with the
GrTextContext.cpp 81 clipData->fClipStack->getConservativeBounds(
GrAAHairLinePathRenderer.cpp 502 target->getClip()->getConservativeBounds(drawState.getRenderTarget(),
GrInOrderDrawBuffer.cpp 179 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
  /external/skia/include/gpu/
GrClipData.h 52 void getConservativeBounds(const GrSurface* surface,
  /external/skia/tests/
ClipCacheTest.cpp 42 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
76 stack.getConservativeBounds(0, 0, kXSize, kYSize,
89 clipData.getConservativeBounds(texture,
ClipStackTest.cpp 195 // Exercise the SkClipStack's getConservativeBounds computation
275 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound,
  /external/skia/include/core/
SkClipStack.h 413 * GetConservativeBounds returns a conservative bound of the current clip.
425 void getConservativeBounds(int offsetX,
  /external/skia/src/core/
SkClipStack.cpp 701 void SkClipStack::getConservativeBounds(int offsetX,
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 320 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);

Completed in 644 milliseconds