/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gefont.h | 39 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode, 76 FX_BOOL GetCharBBox(FX_WCHAR wUnicode,
|
D | fx_gefont.cpp | 430 FX_BOOL CFX_GEFont::GetCharBBox(FX_WCHAR wUnicode, in GetCharBBox() function in CFX_GEFont 433 return GetCharBBox(wUnicode, bbox, TRUE, bCharCode); in GetCharBBox() 435 FX_BOOL CFX_GEFont::GetCharBBox(FX_WCHAR wUnicode, in GetCharBBox() function in CFX_GEFont 458 ->GetCharBBox(wUnicode, bbox, FALSE, bCharCode)) { in GetCharBBox()
|
D | fx_gdifont.h | 54 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode,
|
D | fx_gdifont.cpp | 399 FX_BOOL CFX_GdiFont::GetCharBBox(FX_WCHAR wUnicode, in GetCharBBox() function in CFX_GdiFont
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 206 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) = 0; 311 void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) override; 397 void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) override; 436 void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) override;
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_unicode.cpp | 98 if (pFont->GetCharBBox(wch, rtBBox, bMBCSCode)) { in FX_AdjustJapCharDisplayPos()
|
D | fx_textbreak.cpp | 1432 if (pFont->GetCharBBox(wForm, rtBBox, FALSE)) { in GetDisplayPos() 1443 if (pFont->GetCharBBox(wLast, rtBBox, FALSE)) { in GetDisplayPos() 1459 if (pFont->GetCharBBox(wForm, rtBBox, FALSE)) { in GetDisplayPos()
|
D | fx_rtfbreak.cpp | 1326 if (pFont->GetCharBBox(wForm, rtBBox, bMBCSCode)) { in GetDisplayPos()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 285 GetCharBBox(i, rect); in CheckFontMetrics() 311 GetCharBBox('A', rect); in CheckFontMetrics() 317 GetCharBBox('g', rect); in CheckFontMetrics() 833 void CPDF_SimpleFont::GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level) { in GetCharBBox() function in CPDF_SimpleFont 1725 void CPDF_Type3Font::GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level) { in GetCharBBox() function in CPDF_Type3Font
|
D | fpdf_font_cid.cpp | 1275 void CPDF_CIDFont::GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level) { in GetCharBBox() function in CPDF_CIDFont
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_fnt.h | 81 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode,
|
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text_search.cpp | 82 pFont->GetCharBBox(charCode, BBox); in GetCharWidth()
|
D | fpdf_text.cpp | 82 pFont->GetCharBBox(charcode, char_box); in ProcessObject()
|
D | fpdf_text_int.cpp | 972 pFont->GetCharBBox(charCode, BBox); in GetCharWidth() 1688 charinfo.m_pTextObj->GetFont()->GetCharBBox(charinfo.m_CharCode, rect); in ProcessTextObject()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 370 pFont->GetCharBBox(charcode, char_rect, 0); in GetCharRect() 420 pFont->GetCharBBox(charcode, char_rect, level); in CalcPositionData()
|