Searched refs:m_GlyphIndex (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 824 FXSYS_memset8(m_GlyphIndex, 0xff, sizeof m_GlyphIndex); in CPDF_SimpleFont() 841 int index = m_GlyphIndex[(FX_BYTE)charcode]; in GlyphFromCharCode() 855 int glyph_index = m_GlyphIndex[charcode]; in LoadCharMetrics() 981 if (m_GlyphIndex[i] != 0xffff && m_pFontFile != NULL) { in LoadCommon() 984 m_GlyphIndex[i] = m_GlyphIndex[i - 32]; in LoadCommon() 1136 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.m_Face, unicode); in LoadGlyphMap() 1139 FXFT_Get_Glyph_Name(m_Font.m_Face, m_GlyphIndex[charcode], name_glyph, 256); in LoadGlyphMap() 1147 if (m_GlyphIndex[charcode]) { in LoadGlyphMap() 1156 FXSYS_memcpy32(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap() 1172 … m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.m_Face, m_Encoding.m_Unicodes[charcode]); in LoadGlyphMap() [all …]
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 12 FX_DWORD m_GlyphIndex; member 505 …SFont->m_Glyphs[j].m_pFont == pFont && pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex) { in FindPSFontGlyph() 536 pPSFont->m_Glyphs[ps_glyphindex].m_GlyphIndex = charpos.m_GlyphIndex; in FindPSFontGlyph() 551 …const CFX_PathData* pPathData = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_F… in FindPSFontGlyph()
|
D | fx_ge_text.cpp | 229 …glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &n… in DrawNormalText() 232 …glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &d… in DrawNormalText() 938 …const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontC… in DrawTextPath()
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.cpp | 474 charpos.m_GlyphIndex = pPDFFont->GlyphFromCharCode(pCharData->m_CharCode); in Display() 475 charpos.m_FontCharWidth = pPDFFont->m_Font.GetGlyphWidth(charpos.m_GlyphIndex); in Display()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 543 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert); in Load() 718 const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(&pFont->m_Font, charpos.m_GlyphIndex, in DrawTextPathWithPattern()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 296 FX_DWORD m_GlyphIndex; member
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 382 FX_WORD m_GlyphIndex[256]; variable
|