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

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrClipData.cpp 16 * getConservativeBounds returns the conservative bounding box of the clip
21 void GrClipData::getConservativeBounds(int width, int height,
26 fClipStack->getConservativeBounds(-fOrigin.fX,
GrTextContext.cpp 23 clipData->fClipStack->getConservativeBounds(
GrSoftwarePathRenderer.cpp 50 target->getClip()->getConservativeBounds(rt, devClipBounds);
52 // TODO: getConservativeBounds already intersects with the
GrAAHairLinePathRenderer.cpp     [all...]
GrDrawTarget.cpp 433 clip->getConservativeBounds(rt, &copyRect);
    [all...]
GrInOrderDrawBuffer.cpp 183 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
    [all...]
SkGpuDevice.cpp 856 clip->getConservativeBounds(context->getRenderTarget(), clippedSrcIRect, NULL);
    [all...]
  /external/skia/src/gpu/
GrClipData.cpp 16 * getConservativeBounds returns the conservative bounding box of the clip
21 void GrClipData::getConservativeBounds(int width, int height,
26 fClipStack->getConservativeBounds(-fOrigin.fX,
GrTextContext.cpp 23 clipData->fClipStack->getConservativeBounds(
GrSoftwarePathRenderer.cpp 56 target->getClip()->getConservativeBounds(rt, devClipBounds);
58 // TODO: getConservativeBounds already intersects with the
GrAAHairLinePathRenderer.cpp     [all...]
GrDrawTarget.cpp 423 clip->getConservativeBounds(rt, &copyRect);
    [all...]
GrInOrderDrawBuffer.cpp 226 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
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/
GrClipData.h 49 void getConservativeBounds(const GrSurface* surface,
52 this->getConservativeBounds(surface->width(), surface->height(),
56 void getConservativeBounds(int width, int height,
  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 42 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
79 stack.getConservativeBounds(0, 0, kXSize, kYSize,
92 clipData.getConservativeBounds(texture,
ClipStackTest.cpp 187 // Exercise the SkClipStack's getConservativeBounds computation
281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound,
    [all...]
  /external/skia/tests/
ClipCacheTest.cpp 42 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
79 stack.getConservativeBounds(0, 0, kXSize, kYSize,
92 clipData.getConservativeBounds(texture,
ClipStackTest.cpp 187 // Exercise the SkClipStack's getConservativeBounds computation
281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound,
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 433 * GetConservativeBounds returns a conservative bound of the current clip.
445 void getConservativeBounds(int offsetX,
  /external/skia/include/core/
SkClipStack.h 433 * GetConservativeBounds returns a conservative bound of the current clip.
445 void getConservativeBounds(int offsetX,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 284 this->getClip()->getConservativeBounds(optState->getRenderTarget(), &devClipBounds);
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 283 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 803 void SkClipStack::getConservativeBounds(int offsetX,
  /external/skia/src/core/
SkClipStack.cpp 803 void SkClipStack::getConservativeBounds(int offsetX,

Completed in 897 milliseconds

1 2