Searched refs:devBounds (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ |
D | GrClipData.cpp | 24 GrRect devBounds; in getConservativeBounds() local 30 &devBounds, in getConservativeBounds() 33 devBounds.roundOut(devResult); in getConservativeBounds()
|
D | GrDrawTarget.cpp | 406 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()
|
D | GrInOrderDrawBuffer.cpp | 139 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()
|
D | GrDrawTarget.h | 373 const SkRect* devBounds = NULL); 389 const SkRect* devBounds = NULL); 473 const SkRect* devBounds = NULL);
|
D | GrInOrderDrawBuffer.h | 154 bool quickInsideClip(const SkRect& devBounds);
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 705 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()
|
D | SkDraw.cpp | 135 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/ |
D | SkClipStack.h | 429 SkRect* devBounds,
|
/external/skia/legacy/src/core/ |
D | SkDraw.cpp | 1065 SkIRect devBounds; in drawBitmapAsMask() local 1066 devBounds.set(0, 0, fBitmap->width(), fBitmap->height()); in drawBitmapAsMask() 1068 if (!mask.fBounds.intersect(devBounds)) { in drawBitmapAsMask()
|