Home
last modified time | relevance | path

Searched refs:iGlyphIndex (Results 1 – 8 of 8) sorted by relevance

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