Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DColor_Type_ARGB_4444.cpp14 auto pack4444 = [](unsigned a, unsigned r, unsigned g, unsigned b) -> uint16_t { in draw() local
17 uint16_t red4444[] = { pack4444(0xF, 0xF, 0x0, 0x0), pack4444(0xF, 0xb, 0x0, 0x0), in draw()
18 pack4444(0xF, 0x7, 0x0, 0x0), pack4444(0xF, 0x3, 0x0, 0x0) }; in draw()
19 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb), in draw()
20 pack4444(0xF, 0x0, 0x0, 0x7), pack4444(0xF, 0x0, 0x0, 0x3) }; in draw()
Dgpu4444diff.cpp15 auto pack4444 = [](unsigned a, unsigned r, unsigned g, unsigned b) -> uint16_t { in draw() local
18 uint16_t red4444[] = { pack4444(0xF, 0xF, 0x0, 0x0), pack4444(0xF, 0xb, 0x0, 0x0), in draw()
19 pack4444(0xF, 0x9, 0x0, 0x0), pack4444(0xF, 0x5, 0x0, 0x0) }; in draw()
20 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0x0F), pack4444(0xF, 0x0, 0x0, 0x0b), in draw()
21 pack4444(0xF, 0x0, 0x0, 0x09), pack4444(0xF, 0x0, 0x0, 0x05) }; in draw()
/external/skqp/gm/
DcopyTo4444.cpp67 auto pack4444 = [](unsigned a, unsigned r, unsigned g, unsigned b) -> uint16_t { in __anon8f04c5cc0102() variable
70 uint16_t red4444 = pack4444(0xF, 0xF, 0x0, 0x0);
71 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F);
/external/skia/gm/
Dcopy_to_4444.cpp60 auto pack4444 = [](unsigned a, unsigned r, unsigned g, unsigned b) -> uint16_t { in __anon4d4b7c130202() variable
63 uint16_t red4444 = pack4444(0xF, 0xF, 0x0, 0x0);
64 uint16_t blue4444 = pack4444(0xF, 0x0, 0x0, 0x0F);
/external/skqp/docs/
DSkImageInfo_Reference.bmh441 auto pack4444 = [](unsigned a, unsigned r, unsigned g, unsigned b) -> uint16_t {
444 uint16_t red4444[] = { pack4444(0xF, 0xF, 0x0, 0x0), pack4444(0xF, 0xb, 0x0, 0x0),
445 pack4444(0xF, 0x7, 0x0, 0x0), pack4444(0xF, 0x3, 0x0, 0x0) };
446 uint16_t blue4444[] = { pack4444(0xF, 0x0, 0x0, 0xF), pack4444(0xF, 0x0, 0x0, 0xb),
447 pack4444(0xF, 0x0, 0x0, 0x7), pack4444(0xF, 0x0, 0x0, 0x3) };