Home
last modified time | relevance | path

Searched refs:blue4444 (Results 1 – 5 of 5) sorted by relevance

/external/skia/docs/examples/
DColor_Type_ARGB_4444.cpp19 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb), in draw() local
25 SkPixmap bluePixmap(imageInfo, &blue4444, imageInfo.minRowBytes()); in draw()
Dgpu4444diff.cpp20 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0x0F), pack4444(0xF, 0x0, 0x0, 0x0b), in draw() local
27 SkPixmap bluePixmap(imageInfo, &blue4444, 4); in draw()
/external/skqp/gm/
DcopyTo4444.cpp71 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F); variable
76 SkPixmap bluePixmap(imageInfo, &blue4444, 2);
/external/skia/gm/
Dcopy_to_4444.cpp64 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F); variable
69 SkPixmap bluePixmap(imageInfo, &blue4444, 2);
/external/skqp/docs/
DSkImageInfo_Reference.bmh446 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb),
452 SkPixmap bluePixmap(imageInfo, &blue4444, imageInfo.minRowBytes());