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

  /external/chromium_org/third_party/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,
GrTextContext.cpp 17 clipData->fClipStack->getConservativeBounds(
GrSoftwarePathRenderer.cpp 56 target->getClip()->getConservativeBounds(rt, devClipBounds);
58 // TODO: getConservativeBounds already intersects with the
GrAAHairLinePathRenderer.cpp     [all...]
GrDrawTarget.cpp 422 clip->getConservativeBounds(rt, &copyRect);
    [all...]
GrInOrderDrawBuffer.cpp 209 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
SkGpuDevice.cpp     [all...]
  /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,
GrTextContext.cpp 17 clipData->fClipStack->getConservativeBounds(
GrSoftwarePathRenderer.cpp 56 target->getClip()->getConservativeBounds(rt, devClipBounds);
58 // TODO: getConservativeBounds already intersects with the
GrAAHairLinePathRenderer.cpp     [all...]
GrDrawTarget.cpp 422 clip->getConservativeBounds(rt, &copyRect);
    [all...]
GrInOrderDrawBuffer.cpp 209 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
SkGpuDevice.cpp     [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrClipData.h 49 void getConservativeBounds(const GrSurface* surface,
  /external/skia/include/gpu/
GrClipData.h 49 void getConservativeBounds(const GrSurface* surface,
  /external/skia/tests/
ClipCacheTest.cpp 43 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
80 stack.getConservativeBounds(0, 0, kXSize, kYSize,
93 clipData.getConservativeBounds(texture,
ClipStackTest.cpp 195 // Exercise the SkClipStack's getConservativeBounds computation
276 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound,
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 400 * GetConservativeBounds returns a conservative bound of the current clip.
412 void getConservativeBounds(int offsetX,
  /external/skia/include/core/
SkClipStack.h 400 * GetConservativeBounds returns a conservative bound of the current clip.
412 void getConservativeBounds(int offsetX,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 280 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 280 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 692 void SkClipStack::getConservativeBounds(int offsetX,
  /external/skia/src/core/
SkClipStack.cpp 692 void SkClipStack::getConservativeBounds(int offsetX,

Completed in 938 milliseconds