HomeSort by relevance Sort by last modified time
    Searched refs:getCanvasColor (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ReadPixelsTest.cpp 26 static SkPMColor getCanvasColor(int x, int y) {
104 *pixel = getCanvasColor(x, y);
184 SkPMColor canvasPixel = getCanvasColor(devx, devy);
WritePixelsTest.cpp 31 static SkPMColor getCanvasColor(int x, int y) {
121 *bmp.getAddr32(x, y) = getCanvasColor(x, y);
235 SkPMColor testColor = getCanvasColor(cx, cy);

Completed in 169 milliseconds