Searched refs:iGlyphIndex (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.cpp | 494 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 …]
|
D | fx_gdifont.cpp | 402 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 …]
|
D | fx_gdifont.h | 60 FX_DWORD GetGlyphDIBits(int32_t iGlyphIndex, 87 IFX_Font* GetSubstFont(int32_t iGlyphIndex) const;
|
D | fx_gefont.h | 45 virtual IFX_Font* GetSubstFont(int32_t iGlyphIndex) const;
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafont.cpp | 60 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()
|
D | fpf_skiafont.h | 31 int32_t GetGlyphWidth(int32_t iGlyphIndex) override; 34 FX_BOOL GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) override;
|
/external/pdfium/core/include/fxge/ |
D | fpf.h | 38 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/ |
D | fx_fnt.h | 87 virtual IFX_Font* GetSubstFont(int32_t iGlyphIndex) const = 0;
|