Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.h39 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode,
76 FX_BOOL GetCharBBox(FX_WCHAR wUnicode,
Dfx_gefont.cpp430 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()
Dfx_gdifont.h54 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode,
Dfx_gdifont.cpp399 FX_BOOL CFX_GdiFont::GetCharBBox(FX_WCHAR wUnicode, in GetCharBBox() function in CFX_GdiFont
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h206 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/
Dfx_unicode.cpp98 if (pFont->GetCharBBox(wch, rtBBox, bMBCSCode)) { in FX_AdjustJapCharDisplayPos()
Dfx_textbreak.cpp1432 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()
Dfx_rtfbreak.cpp1326 if (pFont->GetCharBBox(wForm, rtBBox, bMBCSCode)) { in GetDisplayPos()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp285 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
Dfpdf_font_cid.cpp1275 void CPDF_CIDFont::GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level) { in GetCharBBox() function in CPDF_CIDFont
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h81 virtual FX_BOOL GetCharBBox(FX_WCHAR wUnicode,
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp82 pFont->GetCharBBox(charCode, BBox); in GetCharWidth()
Dfpdf_text.cpp82 pFont->GetCharBBox(charcode, char_box); in ProcessObject()
Dfpdf_text_int.cpp972 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/
Dfpdf_page.cpp370 pFont->GetCharBBox(charcode, char_rect, 0); in GetCharRect()
420 pFont->GetCharBBox(charcode, char_rect, level); in CalcPositionData()