Home
last modified time | relevance | path

Searched refs:devBounds (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrClipData.cpp24 GrRect devBounds; in getConservativeBounds() local
30 &devBounds, in getConservativeBounds()
33 devBounds.roundOut(devResult); in getConservativeBounds()
DGrDrawTarget.cpp406 const SkRect* devBounds) { in drawIndexed() argument
419 if (NULL != devBounds) { in drawIndexed()
420 info.setDevBounds(*devBounds); in drawIndexed()
429 const SkRect* devBounds) { in drawNonIndexed() argument
442 if (NULL != devBounds) { in drawNonIndexed()
443 info.setDevBounds(*devBounds); in drawNonIndexed()
630 const SkRect* devBounds) { in drawIndexedInstances() argument
648 if (NULL != devBounds) { in drawIndexedInstances()
649 info.setDevBounds(*devBounds); in drawIndexedInstances()
DGrInOrderDrawBuffer.cpp139 SkRect devBounds; in drawRect() local
142 get_vertex_bounds(geo.vertices(), vsize, 4, &devBounds); in drawRect()
169 this->drawIndexedInstances(kTriangles_GrPrimitiveType, 1, 4, 6, &devBounds); in drawRect()
172 bool GrInOrderDrawBuffer::quickInsideClip(const SkRect& devBounds) { in quickInsideClip() argument
205 return fClipProxy.contains(devBounds); in quickInsideClip()
209 SkRect clipSpaceBounds = devBounds; in quickInsideClip()
DGrDrawTarget.h373 const SkRect* devBounds = NULL);
389 const SkRect* devBounds = NULL);
473 const SkRect* devBounds = NULL);
DGrInOrderDrawBuffer.h154 bool quickInsideClip(const SkRect& devBounds);
/external/skia/src/core/
DSkClipStack.cpp705 SkRect* devBounds, in getConservativeBounds() argument
707 SkASSERT(NULL != devBounds); in getConservativeBounds()
709 devBounds->setLTRB(0, 0, in getConservativeBounds()
724 if (!devBounds->intersect(temp)) { in getConservativeBounds()
725 devBounds->setEmpty(); in getConservativeBounds()
DSkDraw.cpp135 SkIRect devBounds = fRC->getBounds(); in computeConservativeLocalClipBounds() local
137 devBounds.outset(1, 1); in computeConservativeLocalClipBounds()
138 inverse.mapRect(localBounds, SkRect::Make(devBounds)); in computeConservativeLocalClipBounds()
1199 SkIRect devBounds; in drawBitmapAsMask() local
1200 devBounds.set(0, 0, fBitmap->width(), fBitmap->height()); in drawBitmapAsMask()
1202 if (!mask.fBounds.intersect(devBounds)) { in drawBitmapAsMask()
/external/skia/include/core/
DSkClipStack.h429 SkRect* devBounds,
/external/skia/legacy/src/core/
DSkDraw.cpp1065 SkIRect devBounds; in drawBitmapAsMask() local
1066 devBounds.set(0, 0, fBitmap->width(), fBitmap->height()); in drawBitmapAsMask()
1068 if (!mask.fBounds.intersect(devBounds)) { in drawBitmapAsMask()