Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp159 FX_FLOAT strWidth1 = (FX_FLOAT)multiple * 7; in ShowChars() local
162 (FX_FLOAT)strWidth1 - 1, (FX_FLOAT)m_Height); in ShowChars()
171 (FX_FLOAT)((leftPosition + 85 * multiple) + strWidth1 - 0.5), in ShowChars()
DBC_OnedEAN13Writer.cpp200 int32_t strWidth1 = multiple * 7; in ShowChars() local
203 (FX_FLOAT)strWidth1 - 0.5f, (FX_FLOAT)m_Height); in ShowChars()