Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h241 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0) = 0;
357 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0);
472 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0);
509 virtual void GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level = 0);
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp322 GetCharBBox(i, rect); in CheckFontMetrics()
348 GetCharBBox('A', rect); in CheckFontMetrics()
354 GetCharBBox('g', rect); in CheckFontMetrics()
897 void CPDF_SimpleFont::GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level) in GetCharBBox() function in CPDF_SimpleFont
1727 void CPDF_Type3Font::GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level) in GetCharBBox() function in CPDF_Type3Font
Dfpdf_font_cid.cpp1000 void CPDF_CIDFont::GetCharBBox(FX_DWORD charcode, FX_RECT& rect, int level) in GetCharBBox() function in CPDF_CIDFont
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp76 pFont->GetCharBBox(charCode, BBox); in GetCharWidth()
Dfpdf_text.cpp83 pFont->GetCharBBox(charcode, char_box); in ProcessObject()
Dfpdf_text_int.cpp1133 pFont->GetCharBBox(charCode, BBox); in GetCharWidth()
1774 charinfo.m_pTextObj->GetFont()->GetCharBBox(charinfo.m_CharCode, rect); in ProcessTextObject()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp373 pFont->GetCharBBox(charcode, char_rect, 0); in GetCharRect()
416 pFont->GetCharBBox(charcode, char_rect, level); in CalcPositionData()
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp946 pFont->GetCharBBox(charCode, BBox); in GetCharWidth()