OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCanvasColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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 50 milliseconds