OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canvasPixel
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
WritePixelsTest.cpp
247
SkPMColor
canvasPixel
= canvasRow[cx];
255
REPORTER_ASSERT(reporter, check = checkPixel(bmpPMColor,
canvasPixel
, mul));
262
REPORTER_ASSERT(reporter, check = (
canvasPixel
== testColor));
ReadPixelsTest.cpp
196
SkPMColor
canvasPixel
= getCanvasColor(devx, devy);
200
REPORTER_ASSERT(reporter, check = checkPixel(pmPixel,
canvasPixel
, didPremul));
Completed in 36 milliseconds