Searched refs:TexPixelsAlpha8 (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1440 TexPixelsAlpha8 = NULL; 1481 if (TexPixelsAlpha8) 1482 ImGui::MemFree(TexPixelsAlpha8); 1485 TexPixelsAlpha8 = NULL; 1507 if (TexPixelsAlpha8 == NULL) 1514 *out_pixels = TexPixelsAlpha8; 1964 atlas->TexPixelsAlpha8 = (unsigned char*)ImGui::MemAlloc(atlas->TexWidth * atlas->TexHeight); 1965 memset(atlas->TexPixelsAlpha8, 0, atlas->TexWidth * atlas->TexHeight); 1966 spc.pixels = atlas->TexPixelsAlpha8; 1987 ImFontAtlasBuildMultiplyRectAlpha8(multiply_table, atlas->TexPixelsAlpha8, [all...] |
| H A D | imgui.h | 2008 bool IsBuilt() { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } 2064 unsigned char* TexPixelsAlpha8; // 1 component per pixel, each component is unsigned 8-bit. Total size = TexWidth * TexHeight member in struct:ImFontAtlas
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1440 TexPixelsAlpha8 = NULL; 1481 if (TexPixelsAlpha8) 1482 ImGui::MemFree(TexPixelsAlpha8); 1485 TexPixelsAlpha8 = NULL; 1507 if (TexPixelsAlpha8 == NULL) 1514 *out_pixels = TexPixelsAlpha8; 1964 atlas->TexPixelsAlpha8 = (unsigned char*)ImGui::MemAlloc(atlas->TexWidth * atlas->TexHeight); 1965 memset(atlas->TexPixelsAlpha8, 0, atlas->TexWidth * atlas->TexHeight); 1966 spc.pixels = atlas->TexPixelsAlpha8; 1987 ImFontAtlasBuildMultiplyRectAlpha8(multiply_table, atlas->TexPixelsAlpha8, [all...] |
| H A D | imgui.h | 2008 bool IsBuilt() { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } 2064 unsigned char* TexPixelsAlpha8; // 1 component per pixel, each component is unsigned 8-bit. Total size = TexWidth * TexHeight member in struct:ImFontAtlas
|
Completed in 27 milliseconds