Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapDevice.cpp257 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local
260 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect()
266 tmpSrc = bitmapBounds; in drawBitmapRect()
276 if (!bitmapBounds.contains(*src)) { in drawBitmapRect()
277 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
/external/skia/gm/
Dlightingshader.cpp91 SkRect bitmapBounds = SkRect::MakeIWH(fDiffuse.width(), fDiffuse.height()); in drawRect() local
94 matrix.setRectToRect(bitmapBounds, r, SkMatrix::kFill_ScaleToFit); in drawRect()
/external/skia/src/pdf/
DSkPDFShader.cpp845 SkRect bitmapBounds; in Create() local
846 image->getBounds(&bitmapBounds); in Create()
857 deviceBounds.join(bitmapBounds); in Create()