Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DPixmap_erase_3.cpp12 SkIRect bottomPixelBounds = {0, 1, 1, 2}; in draw() local
13 pixmap.erase({ 0.25f, 0.65f, 0.45f, 1 }, &bottomPixelBounds); in draw()
DPixmap_writable_addrF16.cpp12 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/
DSkPixmap_Reference.bmh1196 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);