Searched refs:stbtt_PackBegin (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int heigh… 3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int s… in stbtt_PackBegin() function
|
D | imgui_draw.cpp | 1942 stbtt_PackBegin(&spc, NULL, atlas->TexWidth, TEX_HEIGHT_MAX, 0, atlas->TexGlyphPadding, NULL); in ImFontAtlasBuildWithStbTruetype()
|