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

  /external/skia/tests/
SurfaceSemaphoreTest.cpp 34 SkPMColor canvasPixel = canvasPixels[cy * CHILD_W + cx];
44 if (expectedPixel != canvasPixel) {
47 cx, cy, canvasPixel, expectedPixel);
WritePixelsTest.cpp 218 SkPMColor canvasPixel = canvasPixels[cx];
227 if (!check_pixel(bmpPMColor, canvasPixel, mul)) {
229 "Write performed premul: %d", cx, cy, bmpPMColor, canvasPixel, mul);
234 if (canvasPixel != testColor) {
236 " Should be 0x%08x, got 0x%08x. ", cx, cy, testColor, canvasPixel);
ReadPixelsTest.cpp 223 SkPMColor canvasPixel = get_src_color(devx, devy);
226 if (!check_read_pixel(pmPixel, canvasPixel, didPremul)) {
228 "Readback was unpremul: %d", bx, by, canvasPixel, pmPixel, didPremul);

Completed in 1188 milliseconds