HomeSort by relevance Sort by last modified time
    Searched refs:m_GlyphIndex (Results 1 - 17 of 17) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_truetypefont.cpp 77 m_GlyphIndex[charcode] = 0;
81 m_GlyphIndex[charcode] = nGlyph;
102 m_GlyphIndex[charcode] =
110 m_GlyphIndex[charcode] =
112 if (m_GlyphIndex[charcode]) {
118 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(
124 m_GlyphIndex[charcode] =
127 m_GlyphIndex[charcode] =
132 if ((m_GlyphIndex[charcode] == 0 || m_GlyphIndex[charcode] == 0xffff) &
    [all...]
cpdf_type1font.cpp 140 m_GlyphIndex[charcode] =
145 if (m_GlyphIndex[charcode]) {
154 FXSYS_memcpy(m_ExtGID, m_GlyphIndex, 256);
170 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(
175 if (m_GlyphIndex[charcode] == 0 && FXSYS_strcmp(name, ".notdef") == 0) {
177 m_GlyphIndex[charcode] = FXFT_Get_Char_Index(m_Font.GetFace(), 0x20);
185 FXSYS_memcpy(m_ExtGID, m_GlyphIndex, 256);
198 m_GlyphIndex[charcode] =
202 m_GlyphIndex[charcode] =
205 if (m_GlyphIndex[charcode])
    [all...]
cpdf_simplefont.cpp 17 FXSYS_memset(m_GlyphIndex, 0xff, sizeof(m_GlyphIndex));
32 int index = m_GlyphIndex[(uint8_t)charcode];
43 int glyph_index = m_GlyphIndex[charcode];
150 if (m_GlyphIndex[i] != 0xffff && m_pFontFile)
154 m_GlyphIndex[i] = m_GlyphIndex[j];
cpdf_simplefont.h 40 uint16_t m_GlyphIndex[256];
  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp 41 charpos.m_GlyphIndex = pFont->GlyphFromCharCode(CharCode, &bVert);
42 if (charpos.m_GlyphIndex != static_cast<uint32_t>(-1)) {
47 charpos.m_GlyphIndex = pFont->FallbackGlyphFromCharcode(
cpdf_renderstatus.cpp     [all...]
  /external/pdfium/xfa/fxbarcode/oned/
BC_OneDimWriter.cpp 181 charPos[0].m_GlyphIndex = encoding->GlyphFromCharCode(pCharCode[0]);
182 charPos[0].m_FontCharWidth = cFont->GetGlyphWidth(charPos[0].m_GlyphIndex);
184 charPos[0].m_ExtGID = charPos[0].m_GlyphIndex;
189 charPos[i].m_GlyphIndex = encoding->GlyphFromCharCode(pCharCode[i]);
190 charPos[i].m_FontCharWidth = cFont->GetGlyphWidth(charPos[i].m_GlyphIndex);
192 charPos[i].m_ExtGID = charPos[i].m_GlyphIndex;
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 62 pCharPos[i].m_ExtGID ? pCharPos[i].m_ExtGID : pCharPos[i].m_GlyphIndex;
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 23 uint32_t m_GlyphIndex;
534 pPSFont->m_Glyphs[j].m_GlyphIndex == charpos.m_GlyphIndex &&
574 pPSFont->m_Glyphs[glyphindex].m_GlyphIndex = charpos.m_GlyphIndex;
593 pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth);
fx_win32_print.cpp 308 wsText += charpos.m_GlyphIndex;
  /external/pdfium/xfa/fde/
fde_gedevice.cpp 162 pSTFont = pFont->GetSubstFont((int32_t)pCP->m_GlyphIndex);
163 pCP->m_GlyphIndex &= 0x00FFFFFF;
  /external/pdfium/core/fxge/
cfx_renderdevice.h 73 uint32_t m_GlyphIndex;
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 40 charPos[0].m_GlyphIndex = 1;
fx_skia_device.cpp 806 m_glyphs[index + count] = static_cast<uint16_t>(cp.m_GlyphIndex);
    [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 939 pCharPos->m_GlyphIndex = wch;
941 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wForm, false);
942 if (pCharPos->m_GlyphIndex == 0xFFFF)
943 pCharPos->m_GlyphIndex = pFont->GetGlyphIndex(wch, false);
946 pCharPos->m_ExtGID = pCharPos->m_GlyphIndex;
fgas_textbreak.cpp     [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 350 : m_GlyphIndex(0),
    [all...]

Completed in 257 milliseconds