Searched refs:blue4444 (Results 1 – 4 of 4) sorted by relevance
/external/skqp/gm/ |
D | copyTo4444.cpp | 71 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F); variable 76 SkPixmap bluePixmap(imageInfo, &blue4444, 2);
|
/external/skia/gm/ |
D | copyTo4444.cpp | 71 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F); variable 76 SkPixmap bluePixmap(imageInfo, &blue4444, 2);
|
/external/skia/docs/ |
D | SkImageInfo_Reference.bmh | 446 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb), 452 SkPixmap bluePixmap(imageInfo, &blue4444, imageInfo.minRowBytes());
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 446 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb), 452 SkPixmap bluePixmap(imageInfo, &blue4444, imageInfo.minRowBytes());
|