Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp122 uint32_t glyph_value = cFont->GetGlyphWidth(glyph_code); in CalcTextInfo() local
123 float temp = glyph_value * fontSize / 1000.0; in CalcTextInfo()