Home
last modified time | relevance | path

Searched refs:m_GlyphIndex (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp757 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/
DBC_OneDimWriter.cpp162 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/
Dfx_ge_ps.cpp13 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()
Dfx_ge_text.cpp298 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/
Dfx_rtfbreak.cpp1287 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()
Dfx_textbreak.cpp1393 pCharPos->m_GlyphIndex = in GetDisplayPos()
1395 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex; in GetDisplayPos()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp174 pSTFont = pFont->GetSubstFont((int32_t)pCP->m_GlyphIndex); in DrawString()
175 pCP->m_GlyphIndex &= 0x00FFFFFF; in DrawString()
Dfde_gdidevice.cpp190 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/
Dfx_graphics.cpp1113 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/
Dfpdf_render_text.cpp548 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/
Dfx_ge.h234 FX_DWORD m_GlyphIndex; member
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h335 FX_WORD m_GlyphIndex[256]; variable