Home
last modified time | relevance | path

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

/external/skia/docs/
DSkMatrix_Reference.bmh503 SkPoint bitmapBounds[4], perspect[4] = {{50, 10}, {180, 40}, {236, 176}, {10, 206}};
504 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
505 matrix.setPolyToPoly(bitmapBounds, perspect, 4);
1853 SkPoint bitmapBounds[4], perspect[4] = {{50, 10}, {180, 40}, {236, 176}, {10, 206}};
1854 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1855 matrix.setPolyToPoly(bitmapBounds, perspect, 4);
1856 matrix2.setPolyToPoly(perspect, bitmapBounds, 4);
1968 SkPoint bitmapBounds[4], perspect[4] = {{50, 10}, {180, 40}, {236, 176}, {10, 206}};
1969 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1970 matrix.setPolyToPoly(bitmapBounds, perspect, 4);
[all …]
/external/skqp/docs/
DSkMatrix_Reference.bmh499 SkPoint bitmapBounds[4], perspect[4] = {{50, 10}, {180, 40}, {236, 176}, {10, 206}};
500 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
501 matrix.setPolyToPoly(bitmapBounds, perspect, 4);
1830 SkPoint bitmapBounds[4], perspect[4] = {{50, 10}, {180, 40}, {236, 176}, {10, 206}};
1831 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1832 matrix.setPolyToPoly(bitmapBounds, perspect, 4);
1833 matrix2.setPolyToPoly(perspect, bitmapBounds, 4);
1943 SkPoint bitmapBounds[4], perspect[4] = {{50, 10}, {180, 40}, {236, 176}, {10, 206}};
1944 SkRect::Make(source.bounds()).toQuad(bitmapBounds);
1945 matrix.setPolyToPoly(bitmapBounds, perspect, 4);
[all …]
/external/skqp/src/core/
DSkBitmapDevice.cpp249 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local
252 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect()
258 tmpSrc = bitmapBounds; in drawBitmapRect()
270 if (!bitmapBounds.contains(*src)) { in drawBitmapRect()
271 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
280 if (src && !src->contains(bitmapBounds) && in drawBitmapRect()
/external/skia/src/core/
DSkBitmapDevice.cpp249 SkRect bitmapBounds, tmpSrc, tmpDst; in drawBitmapRect() local
252 bitmapBounds.isetWH(bitmap.width(), bitmap.height()); in drawBitmapRect()
258 tmpSrc = bitmapBounds; in drawBitmapRect()
270 if (!bitmapBounds.contains(*src)) { in drawBitmapRect()
271 if (!tmpSrc.intersect(bitmapBounds)) { in drawBitmapRect()
280 if (src && !src->contains(bitmapBounds) && in drawBitmapRect()
/external/skia/src/pdf/
DSkPDFShader.cpp58 SkRect bitmapBounds = SkRect::Make(image->bounds()); in make_image_shader() local
69 deviceBounds.join(bitmapBounds); in make_image_shader()
/external/skqp/src/pdf/
DSkPDFShader.cpp58 SkRect bitmapBounds = SkRect::Make(image->bounds()); in make_image_shader() local
69 deviceBounds.join(bitmapBounds); in make_image_shader()
/external/skia/src/xps/
DSkXPSDevice.cpp2214 SkRect bitmapBounds = SkRect::Make(bitmap.bounds()); in drawBitmapRect() local
2215 SkRect srcBounds = src ? *src : bitmapBounds; in drawBitmapRect()
2218 if (!src || bitmapBounds.contains(*src)) { in drawBitmapRect()
2221 if (!srcBounds.intersect(bitmapBounds)) { in drawBitmapRect()
/external/skqp/src/xps/
DSkXPSDevice.cpp2214 SkRect bitmapBounds = SkRect::Make(bitmap.bounds()); in drawBitmapRect() local
2215 SkRect srcBounds = src ? *src : bitmapBounds; in drawBitmapRect()
2218 if (!src || bitmapBounds.contains(*src)) { in drawBitmapRect()
2221 if (!srcBounds.intersect(bitmapBounds)) { in drawBitmapRect()