Home
last modified time | relevance | path

Searched refs:wUnicode (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp392 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 …]
Dfx_gefont.h33 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,
Dfx_gdifont.cpp298 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 …]
Dfx_gdifont.h48 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,
Dfx_fontutils.cpp133 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()
Dfx_stdfontmgr.cpp91 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 …]
Dfx_stdfontmgr.h27 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,
Dfx_fontutils.h20 FGAS_LPCFONTUSB FGAS_GetUnicodeBitField(FX_WCHAR wUnicode);
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h45 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,
Dfx_cpg.h245 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/
Dfpf_skiafont.cpp51 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()
Dfpf_skiafont.h30 int32_t GetGlyphIndex(FX_WCHAR wUnicode) override;
/external/pdfium/core/include/fxge/
Dfpf.h37 virtual int32_t GetGlyphIndex(FX_WCHAR wUnicode) = 0;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.h43 FX_WCHAR wUnicode,
Dxfa_fontmgr.cpp2039 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()