Searched refs:iTextHeight (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 124 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 127 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), in ShowChars() 134 (float)(m_Height - iTextHeight), in ShowChars() 142 CFX_FloatRect rect2(0.0, (float)(m_Height - iTextHeight), in ShowChars() 149 (float)(m_Height - iTextHeight), in ShowChars() 161 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 175 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 191 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 206 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 151 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 156 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), in ShowChars() 162 (float)(leftPosition + 47 * multiple), (float)(m_Height - iTextHeight), in ShowChars() 170 CFX_FloatRect rect2(0.0f, (float)(m_Height - iTextHeight), in ShowChars() 185 (float)(m_Height - iTextHeight) + iFontSize); in ShowChars() 200 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 216 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 156 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 159 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), in ShowChars() 166 (float)(leftPosition + 33 * multiple), (float)(m_Height - iTextHeight), in ShowChars() 178 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 192 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
|
D | BC_OneDimWriter.cpp | 187 int32_t iTextHeight = iFontSize + 1; in ShowDeviceChars() local 189 (float)(locY + iTextHeight)); in ShowDeviceChars() 226 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 247 locY = m_Height - iTextHeight; in ShowChars() 253 locY = m_Height - iTextHeight; in ShowChars()
|