Home
last modified time | relevance | path

Searched refs:gray8 (Results 1 – 5 of 5) 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
46 gray8(unsigned v_, unsigned a_ = base_mask) :
Dagg_pixfmt_gray.h174 typedef blender_gray<gray8> blender_gray8;
/external/skia/tests/
DReadPixelsTest.cpp507 static const uint8_t gray8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
524 return gray8; in five_reference_pixels()
/external/python/cpython2/Tools/pynche/X/
Drgb.txt554 20 20 20 gray8
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp540 final_render.color(agg::gray8(255)); in SetClipMask()