Home
last modified time | relevance | path

Searched defs:alpha8 (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/docs/examples/
DColor_Type_Alpha_8.cpp16 uint8_t alpha8[] = { 0xFF, 0xBB, 0x77, 0x33 }; in draw() local
/third_party/skia/docs/examples/
DColor_Type_Alpha_8.cpp16 uint8_t alpha8[] = { 0xFF, 0xBB, 0x77, 0x33 }; in draw() local
/third_party/skia/tests/
DReadPixelsTest.cpp404 static const uint8_t alpha8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
/third_party/flutter/skia/tests/
DReadPixelsTest.cpp512 static const uint8_t alpha8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp5062 ImU32 alpha8 = IM_F32_TO_INT8_SAT(alpha); in RenderArrowsForVerticalBar() local