Searched defs:alpha8 (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/docs/examples/ |
D | Color_Type_Alpha_8.cpp | 16 uint8_t alpha8[] = { 0xFF, 0xBB, 0x77, 0x33 }; in draw() local
|
/third_party/skia/docs/examples/ |
D | Color_Type_Alpha_8.cpp | 16 uint8_t alpha8[] = { 0xFF, 0xBB, 0x77, 0x33 }; in draw() local
|
/third_party/skia/tests/ |
D | ReadPixelsTest.cpp | 404 static const uint8_t alpha8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
|
/third_party/flutter/skia/tests/ |
D | ReadPixelsTest.cpp | 512 static const uint8_t alpha8[kNumPixels] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; variable
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 5062 ImU32 alpha8 = IM_F32_TO_INT8_SAT(alpha); in RenderArrowsForVerticalBar() local
|