Home
last modified time | relevance | path

Searched refs:FXFT_Get_Glyph_Bitmap (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1594 int bmwidth = FXFT_Get_Bitmap_Width(FXFT_Get_Glyph_Bitmap(m_Face)); in RenderGlyph()
1595 int bmheight = FXFT_Get_Bitmap_Rows(FXFT_Get_Glyph_Bitmap(m_Face)); in RenderGlyph()
1607 int src_pitch = FXFT_Get_Bitmap_Pitch(FXFT_Get_Glyph_Bitmap(m_Face)); in RenderGlyph()
1610 (uint8_t*)FXFT_Get_Bitmap_Buffer(FXFT_Get_Glyph_Bitmap(m_Face)); in RenderGlyph()
1612 FXFT_Get_Bitmap_PixelMode(FXFT_Get_Glyph_Bitmap(m_Face)) == in RenderGlyph()
1626 FXFT_Get_Bitmap_PixelMode(FXFT_Get_Glyph_Bitmap(m_Face)) == in RenderGlyph()
/external/pdfium/core/include/fxge/
Dfx_freetype.h152 #define FXFT_Get_Glyph_Bitmap(face) &((FT_Face)face)->glyph->bitmap macro