HomeSort by relevance Sort by last modified time
    Searched refs:getConservativeBounds (Results 1 - 13 of 13) 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 56 pipelineBuilder->clip().getConservativeBounds(rt, devClipBounds);
GrTextContext.cpp 42 fClip.getConservativeBounds(fRenderTarget->width(), fRenderTarget->height(), &fClipRect);
GrAtlasTextContext.cpp 389 clip.getConservativeBounds(rt->width(), rt->height(), &clipRect);
701 clip.getConservativeBounds(rt->width(), rt->height(), &clipRect);
    [all...]
GrAAHairLinePathRenderer.cpp     [all...]
GrDrawTarget.cpp 64 pipelineBuilder.clip().getConservativeBounds(rt, &copyRect);
GrTessellatingPathRenderer.cpp     [all...]
SkGpuDevice.cpp     [all...]
  /external/skia/include/gpu/
GrClip.h 160 void getConservativeBounds(const GrSurface* surface,
163 this->getConservativeBounds(surface->width(), surface->height(),
167 void getConservativeBounds(int width, int height,
  /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/skia/include/core/
SkClipStack.h 432 * GetConservativeBounds returns a conservative bound of the current clip.
444 void getConservativeBounds(int offsetX,
  /external/skia/src/core/
SkClipStack.cpp 811 void SkClipStack::getConservativeBounds(int offsetX,

Completed in 415 milliseconds