/external/pdfium/xfa/src/fgas/src/font/ |
H A 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);
|
H A 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);
|
H A D | fx_gefont.cpp | 394 FX_BOOL bCharCode) {
395 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode);
400 FX_BOOL bCharCode) {
405 !m_pProvider->GetCharWidth(this, wUnicode, iWidth, bCharCode)) {
407 int32_t iGlyph = GetGlyphIndex(wUnicode, TRUE, &pFont, bCharCode);
415 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) {
432 FX_BOOL bCharCode) {
433 return GetCharBBox(wUnicode, bbox, TRUE, bCharCode);
438 FX_BOOL bCharCode) {
444 int32_t iGlyph = GetGlyphIndex(wUnicode, TRUE, &pFont, bCharCode);
392 GetCharWidth(FX_WCHAR wUnicode, int32_t& iWidth, FX_BOOL bCharCode) argument 397 GetCharWidth(FX_WCHAR wUnicode, int32_t& iWidth, FX_BOOL bRecursive, FX_BOOL bCharCode) argument 430 GetCharBBox(FX_WCHAR wUnicode, CFX_Rect& bbox, FX_BOOL bCharCode) argument 435 GetCharBBox(FX_WCHAR wUnicode, CFX_Rect& bbox, FX_BOOL bRecursive, FX_BOOL bCharCode) argument 486 GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bCharCode) argument 489 GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bRecursive, IFX_Font** ppFont, FX_BOOL bCharCode) argument [all...] |
H A D | fx_gdifont.cpp | 301 FX_BOOL bCharCode) {
305 int32_t iGlyph = GetGlyphIndex(wUnicode, TRUE, &pFont, bCharCode);
312 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) {
326 FX_BOOL bCharCode) {
327 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode);
332 FX_BOOL bCharCode) {
354 ((CFX_GdiFont*)pFont)->GetGlyphIndex(wUnicode, FALSE, NULL, bCharCode);
378 ->GetGlyphIndex(wUnicode, FALSE, NULL, bCharCode);
390 int32_t CFX_GdiFont::GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bCharCode) {
argument 391 return GetGlyphIndex(wUnicode, TRUE, NULL, bCharCode);
298 GetCharWidth(FX_WCHAR wUnicode, int32_t& iWidth, FX_BOOL bRecursive, FX_BOOL bCharCode) argument 324 GetCharWidth(FX_WCHAR wUnicode, int32_t& iWidth, FX_BOOL bCharCode) argument 329 GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bRecursive, IFX_Font** ppFont, FX_BOOL bCharCode) argument 399 GetCharBBox(FX_WCHAR wUnicode, CFX_Rect& bbox, FX_BOOL bCharCode) argument [all...] |
/external/pdfium/xfa/src/fgas/include/ |
H A 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;
|
H A D | fx_rbk.h | 221 FX_BOOL bCharCode = FALSE,
|
H A D | fx_tbk.h | 207 FX_BOOL bCharCode = FALSE,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
H A D | xfa_fontmgr.h | 45 FX_BOOL bCharCode);
|
H A D | xfa_textlayout.h | 387 FX_BOOL bCharCode = FALSE);
|
H A D | xfa_fontmgr.cpp | 2041 FX_BOOL bCharCode) {
2042 if (wUnicode != 0x20 || bCharCode) {
2038 GetCharWidth(IFX_Font* pFont, FX_WCHAR wUnicode, int32_t& iWidth, FX_BOOL bCharCode) argument
|
H A D | xfa_textlayout.cpp | 1994 FX_BOOL bCharCode) {
2002 return m_pBreak->GetDisplayPos(&tr, pCharPos, bCharCode);
1992 GetDisplayPos(XFA_LPCTEXTPIECE pPiece, FXTEXT_CHARPOS* pCharPos, FX_BOOL bCharCode) argument
|
/external/pdfium/xfa/src/fdp/include/ |
H A D | fde_psr.h | 43 FX_BOOL bCharCode = FALSE,
|
/external/pdfium/xfa/src/fee/src/fee/ |
H A D | fde_txtedtpage.h | 78 FX_BOOL bCharCode = FALSE,
|
H A D | fde_txtedtpage.cpp | 65 FX_BOOL bCharCode,
92 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms);
63 GetDisplayPos(FDE_HVISUALOBJ hText, FXTEXT_CHARPOS* pCharPos, FX_BOOL bCharCode, CFX_WideString* pWSForms) argument
|
/external/pdfium/xfa/src/fgas/src/layout/ |
H A D | fx_rtfbreak.h | 101 FX_BOOL bCharCode = FALSE,
|
H A D | fx_textbreak.h | 93 FX_BOOL bCharCode = FALSE,
|
H A D | fx_textbreak.cpp | 1170 FX_BOOL bCharCode,
1394 bCharCode ? wch : pFont->GetGlyphIndex(wForm, FALSE);
1453 bAdjusted = pAdjustPos(wForm, bCharCode, pFont, fFontSize,
1168 GetDisplayPos(FX_LPCTXTRUN pTxtRun, FXTEXT_CHARPOS* pCharPos, FX_BOOL bCharCode, CFX_WideString* pWSForms, FX_AdjustCharDisplayPos pAdjustPos) const argument
|
H A D | fx_rtfbreak.cpp | 1179 FX_BOOL bCharCode,
1286 if (bCharCode) {
1177 GetDisplayPos(FX_LPCRTFTEXTOBJ pText, FXTEXT_CHARPOS* pCharPos, FX_BOOL bCharCode, CFX_WideString* pWSForms, FX_AdjustCharDisplayPos pAdjustPos) const argument
|