Searched refs:GetTexDataAsAlpha8 (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tools/viewer/ |
D | ImGuiLayer.cpp | 51 io.Fonts->GetTexDataAsAlpha8(&pixels, &w, &h); in ImGuiLayer()
|
/external/skia/tools/viewer/ |
D | ImGuiLayer.cpp | 28 atlas.GetTexDataAsAlpha8(&pixels, &w, &h); in build_ImFontAtlas()
|
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1504 void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height… in GetTexDataAsAlpha8() function in ImFontAtlas 1527 GetTexDataAsAlpha8(&pixels, NULL, NULL); in GetTexDataAsRGBA32()
|
D | imgui.h | 2006 …IMGUI_API void GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* ou…
|