Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.cpp20 constexpr float kTextUnitInGlyphUnit = 1000.0f; variable
31 return fTextUnit * kTextUnitInGlyphUnit; in TextUnitToGlyphUnit()
36 pRect->Scale(kTextUnitInGlyphUnit); in TextUnitRectToGlyphUnitRect()