Searched refs:TextUnitToGlyphUnit (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3char.cpp30 float CPDF_Type3Char::TextUnitToGlyphUnit(float fTextUnit) { function in class:CPDF_Type3Char
73 m_Width = FXSYS_round(TextUnitToGlyphUnit(pData[0]));
74 m_BBox.left = FXSYS_round(TextUnitToGlyphUnit(pData[2]));
75 m_BBox.bottom = FXSYS_round(TextUnitToGlyphUnit(pData[3]));
76 m_BBox.right = FXSYS_round(TextUnitToGlyphUnit(pData[4]));
77 m_BBox.top = FXSYS_round(TextUnitToGlyphUnit(pData[5]));
H A Dcpdf_type3char.h25 static float TextUnitToGlyphUnit(float fTextUnit);
H A Dcpdf_type3font.cpp73 FXSYS_round(CPDF_Type3Char::TextUnitToGlyphUnit(

Completed in 100 milliseconds