OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canvaspixel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/tests/
WritePixelsTest.cpp
225
SkPMColor
canvasPixel
= canvasPixels[cx];
234
bool check = checkPixel(bmpPMColor,
canvasPixel
, mul);
242
REPORTER_ASSERT(reporter, check = (
canvasPixel
== testColor));
ReadPixelsTest.cpp
185
SkPMColor
canvasPixel
= getCanvasColor(devx, devy);
189
REPORTER_ASSERT(reporter, check = checkPixel(pmPixel,
canvasPixel
, didPremul));
/external/skia/tests/
WritePixelsTest.cpp
225
SkPMColor
canvasPixel
= canvasPixels[cx];
234
bool check = checkPixel(bmpPMColor,
canvasPixel
, mul);
242
REPORTER_ASSERT(reporter, check = (
canvasPixel
== testColor));
ReadPixelsTest.cpp
185
SkPMColor
canvasPixel
= getCanvasColor(devx, devy);
189
REPORTER_ASSERT(reporter, check = checkPixel(pmPixel,
canvasPixel
, didPremul));
Completed in 7207 milliseconds