Searched defs:iGlyphIndex (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.cpp60 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { argument
65 m_Face, iGlyphIndex,
86 FX_BOOL CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { argument
94 if (FXFT_Load_Glyph(m_Face, iGlyphIndex,
118 m_Face, iGlyphIndex,
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gefont.cpp494 int32_t iGlyphIndex = m_pFontEncoding->GlyphFromCharCode(wUnicode); local
495 if (iGlyphIndex > 0) {
499 return iGlyphIndex;
512 iGlyphIndex =
514 if (iGlyphIndex != 0xFFFF) {
517 iGlyphIndex |= ((i + 1) << 24);
521 return iGlyphIndex;
546 iGlyphIndex =
548 if (iGlyphIndex != 0xFFFF) {
549 iGlyphIndex |
[all...]
H A Dfx_gdifont.cpp402 int32_t iGlyphIndex = GetGlyphIndex(wUnicode, bCharCode); local
403 if (iGlyphIndex == 0xFFFF) {
406 IFX_Font* pFont = GetSubstFont(iGlyphIndex);
411 iGlyphIndex &= 0x00FFFFFF;
413 if (::GetGlyphOutlineW(((CFX_GdiFont*)pFont)->m_hDC, iGlyphIndex,
440 IFX_Font* CFX_GdiFont::GetSubstFont(int32_t iGlyphIndex) const {
441 int32_t iHigher = (iGlyphIndex & 0x7F000000) >> 24;
450 FX_DWORD CFX_GdiFont::GetGlyphDIBits(int32_t iGlyphIndex, argument
457 IFX_Font* pFont = GetSubstFont(iGlyphIndex);
463 ->GetGlyphDIBits(iGlyphIndex
[all...]

Completed in 250 milliseconds