Searched refs:bottomPixelBounds (Results 1 – 3 of 3) sorted by relevance
/external/skia/docs/examples/ |
D | Pixmap_erase_3.cpp | 12 SkIRect bottomPixelBounds = {0, 1, 1, 2}; in draw() local 13 pixmap.erase({ 0.25f, 0.65f, 0.45f, 1 }, &bottomPixelBounds); in draw()
|
D | Pixmap_writable_addrF16.cpp | 12 SkIRect bottomPixelBounds = {0, 1, 1, 2}; in draw() local 13 pixmap.erase({ 0.25f, 0.65f, 0.45f, 1 }, &bottomPixelBounds); in draw()
|
/external/skqp/docs/ |
D | SkPixmap_Reference.bmh | 1196 SkIRect bottomPixelBounds = {0, 1, 1, 2}; 1197 pixmap.erase({ 0.25f, 0.65f, 0.45f, 1 }, &bottomPixelBounds); 1500 SkIRect bottomPixelBounds = {0, 1, 1, 2}; 1501 pixmap.erase({ 0.25f, 0.65f, 0.45f, 1 }, &bottomPixelBounds);
|