Searched refs:blue4444 (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Color_Type_ARGB_4444.cpp | 19 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb), in REG_FIDDLE() local 25 SkPixmap bluePixmap(imageInfo, &blue4444, imageInfo.minRowBytes()); in REG_FIDDLE()
|
H A D | gpu4444diff.cpp | 20 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0x0F), pack4444(0xF, 0x0, 0x0, 0x0b), in REG_FIDDLE_SRGB() local 27 SkPixmap bluePixmap(imageInfo, &blue4444, 4); in REG_FIDDLE_SRGB()
|
/third_party/skia/gm/ |
H A D | copy_to_4444.cpp | 64 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F); in DEF_SIMPLE_GM() local 69 SkPixmap bluePixmap(imageInfo, &blue4444, 2); in DEF_SIMPLE_GM()
|
Completed in 1 milliseconds