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

  /external/skia/src/gpu/
GrClip.cpp 16 * getConservativeBounds returns the conservative bounding box of the clip
21 void GrClip::getConservativeBounds(int width, int height, SkIRect* devResult,
38 this->clipStack()->getConservativeBounds(-this->origin().fX,
GrSoftwarePathRenderer.cpp 43 pipelineBuilder->clip().getConservativeBounds(rt->width(), rt->height(), devClipBounds);
GrBlurUtils.cpp 162 clip.getConservativeBounds(drawContext->width(), drawContext->height(), &clipBounds);
GrDrawTarget.cpp 149 pipelineBuilder.clip().getConservativeBounds(rt->width(), rt->height(), &copyRect);
SkGpuDevice.cpp 763 clip.getConservativeBounds(rt->width(), rt->height(), clippedSrcIRect, nullptr);
    [all...]
  /external/skia/tests/
ClipBoundsTest.cpp 15 // Ensure that the 'getConservativeBounds' calls are returning bounds clamped
47 stack.getConservativeBounds(0, 0, kXSize, kYSize,
60 clipData.getConservativeBounds(texture->width(), texture->height(),
ClipStackTest.cpp 187 // Exercise the SkClipStack's getConservativeBounds computation
281 stack.getConservativeBounds(0, 0, 100, 100, &devClipBound,
    [all...]
  /external/skia/include/gpu/
GrClip.h 161 void getConservativeBounds(int width, int height,
  /external/skia/include/core/
SkClipStack.h 431 * GetConservativeBounds returns a conservative bound of the current clip.
443 void getConservativeBounds(int offsetX,
  /external/skia/src/gpu/batches/
GrTessellatingPathRenderer.cpp 260 args.fPipelineBuilder->clip().getConservativeBounds(rt->width(), rt->height(), &clipBoundsI);
GrAAHairLinePathRenderer.cpp     [all...]
  /external/skia/src/core/
SkClipStack.cpp 814 void SkClipStack::getConservativeBounds(int offsetX,

Completed in 874 milliseconds