Home
last modified time | relevance | path

Searched defs:gray8 (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_color_gray.h33 struct gray8 { struct
42 typedef gray8 self_type; argument
45 gray8() {} in gray8() argument
47 v(int8u(v_)), a(int8u(a_)) {} in v()
/external/skia/docs/examples/
DColor_Type_Gray_8.cpp14 uint8_t gray8[] = { 0xFF, 0xBB, 0x77, 0x33 }; in draw() local
/external/skia/tests/
DReadPixelsTest.cpp405 static const uint8_t gray8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
/external/skqp/tests/
DReadPixelsTest.cpp582 static const uint8_t gray8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable