Home
last modified time | relevance | path

Searched refs:bCharCode (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.h35 FX_BOOL bCharCode = FALSE);
36 virtual int32_t GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bCharCode = FALSE);
41 FX_BOOL bCharCode = FALSE);
79 FX_BOOL bCharCode = FALSE);
83 FX_BOOL bCharCode = FALSE);
87 FX_BOOL bCharCode = FALSE);
Dfx_gefont.cpp394 FX_BOOL bCharCode) { in GetCharWidth() argument
395 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode); in GetCharWidth()
400 FX_BOOL bCharCode) { in GetCharWidth() argument
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()
432 FX_BOOL bCharCode) { in GetCharBBox() argument
433 return GetCharBBox(wUnicode, bbox, TRUE, bCharCode); in GetCharBBox()
438 FX_BOOL bCharCode) { in GetCharBBox() argument
444 int32_t iGlyph = GetGlyphIndex(wUnicode, TRUE, &pFont, bCharCode); in GetCharBBox()
[all …]
Dfx_gdifont.h50 FX_BOOL bCharCode = FALSE);
51 virtual int32_t GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bCharCode = FALSE);
56 FX_BOOL bCharCode = FALSE);
91 FX_BOOL bCharCode = FALSE);
95 FX_BOOL bCharCode = FALSE);
Dfx_gdifont.cpp301 FX_BOOL bCharCode) { in GetCharWidth() argument
305 int32_t iGlyph = GetGlyphIndex(wUnicode, TRUE, &pFont, bCharCode); in GetCharWidth()
312 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) { in GetCharWidth()
326 FX_BOOL bCharCode) { in GetCharWidth() argument
327 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode); in GetCharWidth()
332 FX_BOOL bCharCode) { in GetGlyphIndex() argument
354 ((CFX_GdiFont*)pFont)->GetGlyphIndex(wUnicode, FALSE, NULL, bCharCode); in GetGlyphIndex()
378 ->GetGlyphIndex(wUnicode, FALSE, NULL, bCharCode); in GetGlyphIndex()
390 int32_t CFX_GdiFont::GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bCharCode) { in GetGlyphIndex() argument
391 return GetGlyphIndex(wUnicode, TRUE, NULL, bCharCode); in GetGlyphIndex()
[all …]
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h47 FX_BOOL bCharCode = FALSE) = 0;
76 FX_BOOL bCharCode = FALSE) = 0;
78 FX_BOOL bCharCode = FALSE) = 0;
83 FX_BOOL bCharCode = FALSE) = 0;
Dfx_tbk.h207 FX_BOOL bCharCode = FALSE,
Dfx_rbk.h221 FX_BOOL bCharCode = FALSE,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.h45 FX_BOOL bCharCode);
Dxfa_textlayout.h387 FX_BOOL bCharCode = FALSE);
Dxfa_fontmgr.cpp2041 FX_BOOL bCharCode) { in GetCharWidth() argument
2042 if (wUnicode != 0x20 || bCharCode) { in GetCharWidth()
Dxfa_textlayout.cpp1994 FX_BOOL bCharCode) { in GetDisplayPos() argument
2002 return m_pBreak->GetDisplayPos(&tr, pCharPos, bCharCode); in GetDisplayPos()
/external/pdfium/xfa/src/fdp/include/
Dfde_psr.h43 FX_BOOL bCharCode = FALSE,
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.h78 FX_BOOL bCharCode = FALSE,
Dfde_txtedtpage.cpp65 FX_BOOL bCharCode, in GetDisplayPos() argument
92 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms); in GetDisplayPos()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.h93 FX_BOOL bCharCode = FALSE,
Dfx_rtfbreak.h101 FX_BOOL bCharCode = FALSE,
Dfx_textbreak.cpp1170 FX_BOOL bCharCode, in GetDisplayPos() argument
1394 bCharCode ? wch : pFont->GetGlyphIndex(wForm, FALSE); in GetDisplayPos()
1453 bAdjusted = pAdjustPos(wForm, bCharCode, pFont, fFontSize, in GetDisplayPos()
Dfx_rtfbreak.cpp1179 FX_BOOL bCharCode, in GetDisplayPos() argument
1286 if (bCharCode) { in GetDisplayPos()