HomeSort by relevance Sort by last modified time
    Searched refs:devBounds (Results 26 - 40 of 40) sorted by null

12

  /external/skia/src/gpu/
GrGpu.cpp 345 const SkRect* devBounds) {
346 if (!fClipMaskManager.setupClipping(this->getClip(), are, devBounds)) {
GrClipMaskManager.cpp 215 const SkRect* devBounds) {
269 (requiresAA && this->installClipEffects(elements, are, clipToRTOffset, devBounds))) {
272 if (NULL == devBounds ||
273 !SkRect::Make(scissorSpaceIBounds).contains(*devBounds)) {
    [all...]
GrGpu.h 367 const SkRect* devBounds);
GrInOrderDrawBuffer.h 188 bool quickInsideClip(const SkRect& devBounds);
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 442 * 'devBounds' is the result of an intersection of rects. In this case
443 * 'devBounds' is the exact answer/clip.
449 SkRect* devBounds,
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 215 const SkRect* devBounds) {
269 (requiresAA && this->installClipEffects(elements, are, clipToRTOffset, devBounds))) {
272 if (NULL == devBounds ||
273 !SkRect::Make(scissorSpaceIBounds).contains(*devBounds)) {
    [all...]
GrGpu.h 367 const SkRect* devBounds);
GrInOrderDrawBuffer.h 188 bool quickInsideClip(const SkRect& devBounds);
  /external/skia/include/core/
SkClipStack.h 442 * 'devBounds' is the result of an intersection of rects. In this case
443 * 'devBounds' is the exact answer/clip.
449 SkRect* devBounds,
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 125 SkIRect devBounds = fRC->getBounds();
127 devBounds.outset(1, 1);
128 inverse.mapRect(localBounds, SkRect::Make(devBounds));
    [all...]
SkMaskFilter.cpp 305 bool SkMaskFilter::canFilterMaskGPU(const SkRect& devBounds,
  /external/skia/src/core/
SkDraw.cpp 125 SkIRect devBounds = fRC->getBounds();
127 devBounds.outset(1, 1);
128 inverse.mapRect(localBounds, SkRect::Make(devBounds));
    [all...]
SkMaskFilter.cpp 305 bool SkMaskFilter::canFilterMaskGPU(const SkRect& devBounds,
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 45 virtual bool canFilterMaskGPU(const SkRect& devBounds,
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 45 virtual bool canFilterMaskGPU(const SkRect& devBounds,
    [all...]

Completed in 762 milliseconds

12