OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmapbounds
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
lightingshader.cpp
91
SkRect
bitmapBounds
= SkRect::MakeIWH(fDiffuse.width(), fDiffuse.height());
94
matrix.setRectToRect(
bitmapBounds
, r, SkMatrix::kFill_ScaleToFit);
/external/skia/src/core/
SkBitmapDevice.cpp
257
SkRect
bitmapBounds
, tmpSrc, tmpDst;
260
bitmapBounds
.isetWH(bitmap.width(), bitmap.height());
266
tmpSrc =
bitmapBounds
;
276
if (!
bitmapBounds
.contains(*src)) {
277
if (!tmpSrc.intersect(
bitmapBounds
)) {
/external/skia/src/pdf/
SkPDFShader.cpp
845
SkRect
bitmapBounds
;
846
image->getBounds(&
bitmapBounds
);
857
deviceBounds.join(
bitmapBounds
);
[
all
...]
Completed in 1778 milliseconds