OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitmapColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
ReadPixelsTest.cpp
55
static SkPMColor
getBitmapColor
(int x, int y, int w) {
126
*pixel =
getBitmapColor
(x, y, w);
194
REPORTER_ASSERT(reporter,
getBitmapColor
(bx, by, bw) == *pixel);
195
if (
getBitmapColor
(bx, by, bw) != *pixel) {
WritePixelsTest.cpp
84
static uint32_t
getBitmapColor
(int x, int y, int w, SkColorType ct, SkAlphaType at) {
223
uint32_t bmpColor8888 =
getBitmapColor
(bx, by, bitmap.width(),
339
*bm->getAddr32(x, y) =
getBitmapColor
(x, y, w, ct, at);
Completed in 30 milliseconds