/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.cpp | 392 FX_BOOL CFX_GEFont::GetCharWidth(FX_WCHAR wUnicode, in GetCharWidth() argument 395 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode); in GetCharWidth() 397 FX_BOOL CFX_GEFont::GetCharWidth(FX_WCHAR wUnicode, in GetCharWidth() argument 402 iWidth = m_pCharWidthMap->GetAt(wUnicode, 0); in GetCharWidth() 405 !m_pProvider->GetCharWidth(this, wUnicode, iWidth, bCharCode)) { in GetCharWidth() 407 int32_t iGlyph = GetGlyphIndex(wUnicode, TRUE, &pFont, bCharCode); in GetCharWidth() 415 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) { in GetCharWidth() 423 m_pCharWidthMap->SetAtGrow(wUnicode, (int16_t)iWidth); in GetCharWidth() 430 FX_BOOL CFX_GEFont::GetCharBBox(FX_WCHAR wUnicode, in GetCharBBox() argument 433 return GetCharBBox(wUnicode, bbox, TRUE, bCharCode); in GetCharBBox() [all …]
|
D | fx_gefont.h | 33 virtual FX_BOOL GetCharWidth(FX_WCHAR wUnicode, 36 virtual int32_t GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bCharCode = FALSE); 39 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode, 76 FX_BOOL GetCharBBox(FX_WCHAR wUnicode, 80 FX_BOOL GetCharWidth(FX_WCHAR wUnicode, 84 int32_t GetGlyphIndex(FX_WCHAR wUnicode,
|
D | fx_gdifont.cpp | 298 FX_BOOL CFX_GdiFont::GetCharWidth(FX_WCHAR wUnicode, in GetCharWidth() argument 302 iWidth = (int32_t)(int16_t)m_WidthCache.GetAt(wUnicode, 0); in GetCharWidth() 305 int32_t iGlyph = GetGlyphIndex(wUnicode, TRUE, &pFont, bCharCode); in GetCharWidth() 312 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) { in GetCharWidth() 319 m_WidthCache.SetAtGrow(wUnicode, (int16_t)iWidth); in GetCharWidth() 324 FX_BOOL CFX_GdiFont::GetCharWidth(FX_WCHAR wUnicode, in GetCharWidth() argument 327 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode); in GetCharWidth() 329 int32_t CFX_GdiFont::GetGlyphIndex(FX_WCHAR wUnicode, in GetGlyphIndex() argument 334 if (::GetGlyphIndicesW(m_hDC, &wUnicode, 1, (LPWORD)&iGlyph, in GetGlyphIndex() 342 FX_LPCFONTUSB pFontUSB = FX_GetUnicodeBitField(wUnicode); in GetGlyphIndex() [all …]
|
D | fx_gdifont.h | 48 virtual FX_BOOL GetCharWidth(FX_WCHAR wUnicode, 51 virtual int32_t GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bCharCode = FALSE); 54 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode, 88 FX_BOOL GetCharWidth(FX_WCHAR wUnicode, 92 int32_t GetGlyphIndex(FX_WCHAR wUnicode,
|
D | fx_fontutils.cpp | 133 FGAS_LPCFONTUSB FGAS_GetUnicodeBitField(FX_WCHAR wUnicode) { in FGAS_GetUnicodeBitField() argument 140 if (wUnicode < usb.wStartUnicode) { in FGAS_GetUnicodeBitField() 142 } else if (wUnicode > usb.wEndUnicode) { in FGAS_GetUnicodeBitField()
|
D | fx_stdfontmgr.cpp | 91 FX_WCHAR wUnicode, in GetDefFontByUnicode() argument 94 FGAS_LPCFONTUSB pRet = FGAS_GetUnicodeBitField(wUnicode); in GetDefFontByUnicode() 107 pRet->wBitField, wUnicode); in GetDefFontByUnicode() 110 wUnicode); in GetDefFontByUnicode() 129 wUnicode, dwFontStyles, iWeight, italic_angle); in GetDefFontByUnicode() 323 FX_WCHAR wUnicode) { in FindFont() argument 330 params.wUnicode = wUnicode; in FindFont() 341 m_pEnumerator(namedFonts, m_pUserData, pszFontFamily, wUnicode); in FindFont() 482 FX_WCHAR wUnicode) { in FX_EnumGdiFonts() argument 714 IFX_Font* CFX_FontMgrImp::GetDefFontByUnicode(FX_WCHAR wUnicode, in GetDefFontByUnicode() argument [all …]
|
D | fx_stdfontmgr.h | 27 virtual IFX_Font* GetDefFontByUnicode(FX_WCHAR wUnicode, 68 FX_WCHAR wUnicode = 0); 153 virtual IFX_Font* GetDefFontByUnicode(FX_WCHAR wUnicode, 165 virtual IFX_Font* GetFontByUnicode(FX_WCHAR wUnicode,
|
D | fx_fontutils.h | 20 FGAS_LPCFONTUSB FGAS_GetUnicodeBitField(FX_WCHAR wUnicode);
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_fnt.h | 45 FX_WCHAR wUnicode, 74 virtual FX_BOOL GetCharWidth(FX_WCHAR wUnicode, 77 virtual int32_t GetGlyphIndex(FX_WCHAR wUnicode, 81 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode, 100 FX_WCHAR wUnicode; member 130 FX_WCHAR wUnicode); 152 FX_WCHAR wUnicode, 191 FX_WCHAR wUnicode, 224 FX_WCHAR wUnicode, 242 virtual IFX_Font* GetFontByUnicode(FX_WCHAR wUnicode,
|
D | fx_cpg.h | 245 virtual FX_BOOL IsValidUnicode(FX_WCHAR wUnicode) const = 0; 246 virtual FX_WORD GetCharcode(FX_WCHAR wUnicode) const = 0;
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafont.cpp | 51 int32_t CFPF_SkiaFont::GetGlyphIndex(FX_WCHAR wUnicode) { in GetGlyphIndex() argument 53 return wUnicode; in GetGlyphIndex() 58 return FXFT_Get_Char_Index(m_Face, wUnicode); in GetGlyphIndex()
|
D | fpf_skiafont.h | 30 int32_t GetGlyphIndex(FX_WCHAR wUnicode) override;
|
/external/pdfium/core/include/fxge/ |
D | fpf.h | 37 virtual int32_t GetGlyphIndex(FX_WCHAR wUnicode) = 0;
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fontmgr.h | 43 FX_WCHAR wUnicode,
|
D | xfa_fontmgr.cpp | 2039 FX_WCHAR wUnicode, in GetCharWidth() argument 2042 if (wUnicode != 0x20 || bCharCode) { in GetCharWidth() 2049 wUnicode = (FX_WCHAR)pPDFFont->CharCodeFromUnicode(wUnicode); in GetCharWidth() 2050 iWidth = pPDFFont->GetCharWidthF(wUnicode); in GetCharWidth()
|