Searched refs:m_GlyphIndex (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 757 FXSYS_memset(m_GlyphIndex, 0xff, sizeof m_GlyphIndex); in CPDF_SimpleFont() 772 int index = m_GlyphIndex[(uint8_t)charcode]; in GlyphFromCharCode() 785 int glyph_index = m_GlyphIndex[charcode]; in LoadCharMetrics() 915 if (m_GlyphIndex[i] != 0xffff && m_pFontFile) { in LoadCommon() 918 m_GlyphIndex[i] = m_GlyphIndex[i - 32]; in LoadCommon() 1063 m_GlyphIndex[charcode] = in LoadGlyphMap() 1067 FXFT_Get_Glyph_Name(m_Font.GetFace(), m_GlyphIndex[charcode], in LoadGlyphMap() 1079 if (m_GlyphIndex[charcode]) { in LoadGlyphMap() 1088 FXSYS_memcpy(m_ExtGID, m_GlyphIndex, 256); in LoadGlyphMap() 1105 m_GlyphIndex[charcode] = FXFT_Get_Char_Index( in LoadGlyphMap() [all …]
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OneDimWriter.cpp | 162 charPos[0].m_GlyphIndex = encoding->GlyphFromCharCode(pCharCode[0]); in CalcTextInfo() 163 charPos[0].m_FontCharWidth = cFont->GetGlyphWidth(charPos[0].m_GlyphIndex); in CalcTextInfo() 165 charPos[0].m_ExtGID = charPos[0].m_GlyphIndex; in CalcTextInfo() 171 charPos[i].m_GlyphIndex = encoding->GlyphFromCharCode(pCharCode[i]); in CalcTextInfo() 172 charPos[i].m_FontCharWidth = cFont->GetGlyphWidth(charPos[i].m_GlyphIndex); in CalcTextInfo() 174 charPos[i].m_ExtGID = charPos[i].m_GlyphIndex; in CalcTextInfo()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 13 FX_DWORD m_GlyphIndex; member 546 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex) { in FindPSFontGlyph() 585 pPSFont->m_Glyphs[ps_glyphindex].m_GlyphIndex = charpos.m_GlyphIndex; in FindPSFontGlyph() 605 pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in FindPSFontGlyph()
|
D | fx_ge_text.cpp | 298 pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &new_matrix, in DrawNormalText() 302 pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &deviceCtm, in DrawNormalText() 1135 pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPath()
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_rtfbreak.cpp | 1287 pCharPos->m_GlyphIndex = wch; in GetDisplayPos() 1289 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm, bMBCSCode); in GetDisplayPos() 1290 if (pCharPos->m_GlyphIndex == 0xFFFF) { in GetDisplayPos() 1291 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch, bMBCSCode); in GetDisplayPos() 1294 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos()
|
D | fx_textbreak.cpp | 1393 pCharPos->m_GlyphIndex = in GetDisplayPos() 1395 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 174 pSTFont = pFont->GetSubstFont((int32_t)pCP->m_GlyphIndex); in DrawString() 175 pCP->m_GlyphIndex &= 0x00FFFFFF; in DrawString()
|
D | fde_gdidevice.cpp | 190 FX_DWORD dwSize = pGdiFont->GetGlyphDIBits(pCharPos->m_GlyphIndex, argb, in DrawString() 200 pGdiFont->GetGlyphDIBits(pCharPos->m_GlyphIndex, argb, &mat2, gm, in DrawString()
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 1113 charPos[0].m_GlyphIndex = encoding->GlyphFromCharCode(charCodes[0]); in CalcTextInfo() 1115 _info._font->GetGlyphWidth(charPos[0].m_GlyphIndex) * _info._fontHScale); in CalcTextInfo() 1127 charPos[i].m_GlyphIndex = encoding->GlyphFromCharCode(charCodes[i]); in CalcTextInfo() 1129 FXSYS_round(_info._font->GetGlyphWidth(charPos[i].m_GlyphIndex) * in CalcTextInfo()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 548 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert); in Load() 764 &pFont->m_Font, charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPathWithPattern()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 234 FX_DWORD m_GlyphIndex; member
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 335 FX_WORD m_GlyphIndex[256]; variable
|