Home
last modified time | relevance | path

Searched refs:GetTexDataAsAlpha8 (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/viewer/
DImGuiLayer.cpp51 io.Fonts->GetTexDataAsAlpha8(&pixels, &w, &h); in ImGuiLayer()
/external/skia/tools/viewer/
DImGuiLayer.cpp28 atlas.GetTexDataAsAlpha8(&pixels, &w, &h); in build_ImFontAtlas()
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1504 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()
Dimgui.h2006 …IMGUI_API void GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* ou…