Searched refs:tmpSrc (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 438 SkRect bitmapBounds, tmpSrc, tmpDst; in drawImageRect() local 445 tmpSrc = *src; in drawImageRect() 447 tmpSrc = bitmapBounds; in drawImageRect() 449 SkMatrix matrix = SkMatrix::RectToRect(tmpSrc, dst); in drawImageRect() 458 if (!tmpSrc.intersect(bitmapBounds)) { in drawImageRect() 462 matrix.mapRect(&tmpDst, tmpSrc); in drawImageRect() 482 const SkIRect srcIR = tmpSrc.roundOut(); in drawImageRect() 508 if (extractedBitmapBounds == tmpSrc) { in drawImageRect()
|
D | SkPaint.cpp | 389 SkRect tmpSrc; in doComputeFastBounds() local 391 tmpSrc = origSrc; in doComputeFastBounds() 392 SkAssertResult(SkPathEffectPriv::ComputeFastBounds(this->getPathEffect(), &tmpSrc)); in doComputeFastBounds() 393 src = &tmpSrc; in doComputeFastBounds()
|
/external/skqp/src/core/ |
D | SkBitmapDevice.cpp | 440 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local 447 tmpSrc = *src; in drawBitmapRect() 449 tmpSrc = bitmapBounds; in drawBitmapRect() 451 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit); in drawBitmapRect() 462 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect() 466 matrix.mapRect(&tmpDst, tmpSrc); in drawBitmapRect() 486 const SkIRect srcIR = tmpSrc.roundOut(); in drawBitmapRect() 512 if (extractedBitmapBounds == tmpSrc) { in drawBitmapRect()
|
D | SkPaint.cpp | 570 SkRect tmpSrc; in doComputeFastBounds() local 572 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc); in doComputeFastBounds() 573 src = &tmpSrc; in doComputeFastBounds()
|
/external/skia/src/gpu/ |
D | GrDirectContext.cpp | 532 SkAutoSTArray<15, GrCPixmap> tmpSrc(numLevels); in update_texture_with_pixmaps() local 534 tmpSrc[i] = src[i]; in update_texture_with_pixmaps() 536 if (!surfaceContext.writePixels(context, tmpSrc.get(), numLevels)) { in update_texture_with_pixmaps()
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.cpp | 1152 SkRect tmpSrc, tmpDst; in drawBitmapRect() local 1155 tmpSrc = *src; in drawBitmapRect() 1156 if (!tmpSrc.intersect(bmpBounds)) { in drawBitmapRect() 1159 src = &tmpSrc; in drawBitmapRect()
|