OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shifted_pixel
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc
241
SkColor
shifted_pixel
= *shifted.getAddr32(x, y);
local
242
EXPECT_TRUE(MultipliedColorsClose(src_pixel,
shifted_pixel
)) <<
247
"shifted: (a,r,g,b) = (" << SkColorGetA(
shifted_pixel
) << "," <<
248
SkColorGetR(
shifted_pixel
) << "," <<
249
SkColorGetG(
shifted_pixel
) << "," <<
250
SkColorGetB(
shifted_pixel
) << ")";
Completed in 164 milliseconds