Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_color_gray.h35 struct gray8 { struct
44 typedef gray8 self_type; argument
47 gray8() {} in gray8() argument
49 v(int8u(v_)), a(int8u(a_)) {} in v()
/aosp_15_r20/external/skia/docs/examples/
H A DColor_Type_Gray_8.cpp13 uint8_t gray8[] = { 0xFF, 0xBB, 0x77, 0x33 }; in draw() local
/aosp_15_r20/external/skia/tests/
H A DReadPixelsTest.cpp429 static const uint8_t gray8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable