/external/chromium_org/third_party/skia/src/image/ |
SkImagePriv.cpp | 87 SkRect tmpSrc; 90 tmpSrc = *src; 92 tmpSrc.set(0, 0, 97 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit); 105 canvas->clipRect(tmpSrc);
|
/external/skia/src/image/ |
SkImagePriv.cpp | 87 SkRect tmpSrc; 90 tmpSrc = *src; 92 tmpSrc.set(0, 0, 97 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit); 105 canvas->clipRect(tmpSrc);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapDevice.cpp | 266 SkRect bitmapBounds, tmpSrc, tmpDst; 273 tmpSrc = *src; 275 tmpSrc = bitmapBounds; 277 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit); 282 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if 286 if (!tmpSrc.intersect(bitmapBounds)) { 289 // recompute dst, based on the smaller tmpSrc 290 matrix.mapRect(&tmpDst, tmpSrc); 297 tmpSrc.roundOut(&srcIR); 317 if (extractedBitmapBounds == tmpSrc) { [all...] |
SkBitmap.cpp | 1042 SkBitmap tmpSrc; 1050 if (fPixelRef->readPixels(&tmpSrc, &subset)) { 1051 SkASSERT(tmpSrc.width() == this->width()); 1052 SkASSERT(tmpSrc.height() == this->height()); 1054 // did we get lucky and we can just return tmpSrc? 1055 if (tmpSrc.config() == dstConfig && NULL == alloc) { 1056 dst->swap(tmpSrc); 1065 src = &tmpSrc; [all...] |
SkPaint.cpp | [all...] |
/external/skia/src/core/ |
SkBitmapDevice.cpp | 266 SkRect bitmapBounds, tmpSrc, tmpDst; 273 tmpSrc = *src; 275 tmpSrc = bitmapBounds; 277 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit); 282 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if 286 if (!tmpSrc.intersect(bitmapBounds)) { 289 // recompute dst, based on the smaller tmpSrc 290 matrix.mapRect(&tmpDst, tmpSrc); 297 tmpSrc.roundOut(&srcIR); 317 if (extractedBitmapBounds == tmpSrc) { [all...] |
SkBitmap.cpp | 1042 SkBitmap tmpSrc; 1050 if (fPixelRef->readPixels(&tmpSrc, &subset)) { 1051 SkASSERT(tmpSrc.width() == this->width()); 1052 SkASSERT(tmpSrc.height() == this->height()); 1054 // did we get lucky and we can just return tmpSrc? 1055 if (tmpSrc.config() == dstConfig && NULL == alloc) { 1056 dst->swap(tmpSrc); 1065 src = &tmpSrc; [all...] |
SkPaint.cpp | [all...] |
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.cc | 278 SkRect bitmapBounds, tmpSrc, tmpDst; 285 tmpSrc = *src; 287 tmpSrc = bitmapBounds; 289 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit); 293 // clip the tmpSrc to the bounds of the bitmap, and recompute dstRect if 297 if (!tmpSrc.intersect(bitmapBounds)) { 300 // recompute dst, based on the smaller tmpSrc 301 matrix.mapRect(&tmpDst, tmpSrc); 308 tmpSrc.roundOut(&srcIR);
|
/external/chromium_org/third_party/skia/src/gpu/ |
SkGpuDevice.cpp | [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | [all...] |
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDevice.cpp | [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | [all...] |