Searched refs:m_ExtGID (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp836 FXSYS_memset8(m_ExtGID, 0xff, sizeof m_ExtGID);
1091 int index = m_ExtGID[(FX_BYTE)charcode];
1157 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1171 FXSYS_memcpy32(m_ExtGID, m_GlyphIndex, 256);
1193 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1206 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1215 FXSYS_memcpy32(m_ExtGID, m_GlyphIndex, 256);
1230 m_ExtGID[charcode] = CGFontGetGlyphWithGlyphName((CGFontRef)m_Font.m_pPlatformFont, name_ct);
1249 m_ExtGID[charcod
[all...]
/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp78 glyph_indices[i] = pCharPos[i].m_ExtGID;
H A Dfx_quartz_device.cpp829 glyph_indices[i] = pCharPos[i].m_ExtGID;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h370 FX_WORD m_ExtGID[256]; member in class:CPDF_SimpleFont
/external/pdfium/core/include/fxge/
H A Dfx_ge.h305 FX_DWORD m_ExtGID; member in struct:__anon28537
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp559 charpos.m_ExtGID = pFont->GlyphFromCharCodeExt(CharCode);

Completed in 50 milliseconds