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/chromium_org/third_party/skia/tests/
WritePixelsTest.cpp
219
SkPMColor
canvasPixel
= canvasPixels[cx];
228
bool check = checkPixel(bmpPMColor,
canvasPixel
, mul);
236
REPORTER_ASSERT(reporter, check = (
canvasPixel
== testColor));
ReadPixelsTest.cpp
184
SkPMColor
canvasPixel
= getCanvasColor(devx, devy);
188
REPORTER_ASSERT(reporter, check = checkPixel(pmPixel,
canvasPixel
, didPremul));
Completed in 68 milliseconds