Home
last modified time | relevance | path

Searched defs:ft_bitmap (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp215 FT_Bitmap* ft_bitmap = &Face->glyph->bitmap; in RenderGlyphAndGetInfo() local
225 …void FreeTypeFont::BlitGlyph(const FT_Bitmap* ft_bitmap, uint8_t* dst, uint32_t dst_pitch, unsigne… in BlitGlyph()
435 const FT_Bitmap* ft_bitmap = src_tmp.Font.RenderGlyphAndGetInfo(&src_glyph.Info); in ImFontAtlasBuildWithFreeType() local
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp259 FT_Bitmap* ft_bitmap = &Face->glyph->bitmap; in RenderGlyphAndGetInfo() local
270 …void FreeTypeFont::BlitGlyph(const FT_Bitmap* ft_bitmap, uint32_t* dst, uint32_t dst_pitch, unsign… in BlitGlyph()
542 const FT_Bitmap* ft_bitmap = src_tmp.Font.RenderGlyphAndGetInfo(&src_glyph.Info); in ImFontAtlasBuildWithFreeTypeEx() local