Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkBitmapDevice.cpp233 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/
DSkBitmapDevice.cpp317 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/
Dvector_platform_device_emf_win.cc270 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/
DSkGpuDevice.cpp1440 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/
DSkGpuDevice.cpp1470 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/
DSkPDFShader.cpp971 SkRect bitmapBounds; in SkPDFImageShader() local
972 image->getBounds(&bitmapBounds); in SkPDFImageShader()
983 deviceBounds.join(bitmapBounds); in SkPDFImageShader()
DSkPDFDevice.cpp1038 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/
DSkPDFShader.cpp971 SkRect bitmapBounds; in SkPDFImageShader() local
972 image->getBounds(&bitmapBounds); in SkPDFImageShader()
983 deviceBounds.join(bitmapBounds); in SkPDFImageShader()
DSkPDFDevice.cpp1037 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()