Searched refs:bitmapBounds (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/skia/src/core/ |
D | SkBitmapDevice.cpp | 233 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local 236 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect() 242 tmpSrc = bitmapBounds; in drawBitmapRect() 252 if (!bitmapBounds.contains(*src)) { in drawBitmapRect() 253 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
|
/external/skia/src/core/ |
D | SkBitmapDevice.cpp | 317 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local 320 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect() 326 tmpSrc = bitmapBounds; in drawBitmapRect() 336 if (!bitmapBounds.contains(*src)) { in drawBitmapRect() 337 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
|
/external/chromium_org/skia/ext/ |
D | vector_platform_device_emf_win.cc | 270 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local 273 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect() 279 tmpSrc = bitmapBounds; in drawBitmapRect() 288 if (!bitmapBounds.contains(*src)) { in drawBitmapRect() 289 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1440 SkRect bitmapBounds, tmpSrc; in drawBitmapRect() local 1442 bitmapBounds.set(0, 0, in drawBitmapRect() 1450 tmpSrc = bitmapBounds; in drawBitmapRect() 1457 if (!bitmapBounds.contains(tmpSrc)) { in drawBitmapRect() 1458 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1470 SkRect bitmapBounds, tmpSrc; in drawBitmapRect() local 1472 bitmapBounds.set(0, 0, in drawBitmapRect() 1480 tmpSrc = bitmapBounds; in drawBitmapRect() 1487 if (!bitmapBounds.contains(tmpSrc)) { in drawBitmapRect() 1488 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
|
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 971 SkRect bitmapBounds; in SkPDFImageShader() local 972 image->getBounds(&bitmapBounds); in SkPDFImageShader() 983 deviceBounds.join(bitmapBounds); in SkPDFImageShader()
|
D | SkPDFDevice.cpp | 1038 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local 1041 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect() 1047 tmpSrc = bitmapBounds; in drawBitmapRect() 1056 if (!bitmapBounds.contains(*src)) { in drawBitmapRect() 1057 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFShader.cpp | 971 SkRect bitmapBounds; in SkPDFImageShader() local 972 image->getBounds(&bitmapBounds); in SkPDFImageShader() 983 deviceBounds.join(bitmapBounds); in SkPDFImageShader()
|
D | SkPDFDevice.cpp | 1037 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local 1040 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect() 1046 tmpSrc = bitmapBounds; in drawBitmapRect() 1055 if (!bitmapBounds.contains(*src)) { in drawBitmapRect() 1056 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
|