Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp146 int32_t glyp_value = cFont->GetGlyphWidth(glyp_code); in CalcTextInfo() local
147 float temp = (float)((glyp_value)*fontSize / 1000.0); in CalcTextInfo()