Searched defs:gray8 (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/third_party/agg23/
H A Dagg_color_gray.h25 // color types gray8, gray16
33 struct gray8 { struct in namespace:agg
42 typedef gray8 self_type;
45 gray8() {} function in struct:agg::gray8
46 gray8(unsigned v_, unsigned a_ = base_mask) : function in struct:agg::gray8
/external/skia/tests/
H A DReadPixelsTest.cpp507 static const uint8_t gray8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
524 return gray8;
/external/skqp/tests/
H A DReadPixelsTest.cpp507 static const uint8_t gray8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
524 return gray8;

Completed in 421 milliseconds