/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.h | 35 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);
|
D | fx_gefont.cpp | 394 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 …]
|
D | fx_gdifont.h | 50 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);
|
D | fx_gdifont.cpp | 301 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/ |
D | fx_fnt.h | 47 FX_BOOL bCharCode = FALSE) = 0; 76 FX_BOOL bCharCode = FALSE) = 0; 78 FX_BOOL bCharCode = FALSE) = 0; 83 FX_BOOL bCharCode = FALSE) = 0;
|
D | fx_tbk.h | 207 FX_BOOL bCharCode = FALSE,
|
D | fx_rbk.h | 221 FX_BOOL bCharCode = FALSE,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fontmgr.h | 45 FX_BOOL bCharCode);
|
D | xfa_textlayout.h | 387 FX_BOOL bCharCode = FALSE);
|
D | xfa_fontmgr.cpp | 2041 FX_BOOL bCharCode) { in GetCharWidth() argument 2042 if (wUnicode != 0x20 || bCharCode) { in GetCharWidth()
|
D | xfa_textlayout.cpp | 1994 FX_BOOL bCharCode) { in GetDisplayPos() argument 2002 return m_pBreak->GetDisplayPos(&tr, pCharPos, bCharCode); in GetDisplayPos()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_psr.h | 43 FX_BOOL bCharCode = FALSE,
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtpage.h | 78 FX_BOOL bCharCode = FALSE,
|
D | fde_txtedtpage.cpp | 65 FX_BOOL bCharCode, in GetDisplayPos() argument 92 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms); in GetDisplayPos()
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_textbreak.h | 93 FX_BOOL bCharCode = FALSE,
|
D | fx_rtfbreak.h | 101 FX_BOOL bCharCode = FALSE,
|
D | fx_textbreak.cpp | 1170 FX_BOOL bCharCode, in GetDisplayPos() argument 1394 bCharCode ? wch : pFont->GetGlyphIndex(wForm, FALSE); in GetDisplayPos() 1453 bAdjusted = pAdjustPos(wForm, bCharCode, pFont, fFontSize, in GetDisplayPos()
|
D | fx_rtfbreak.cpp | 1179 FX_BOOL bCharCode, in GetDisplayPos() argument 1286 if (bCharCode) { in GetDisplayPos()
|