Searched refs:iTextHeight (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 125 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 128 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), in ShowChars() 135 (float)(m_Height - iTextHeight), in ShowChars() 143 CFX_FloatRect rect2(0.0, (float)(m_Height - iTextHeight), in ShowChars() 150 (float)(m_Height - iTextHeight), in ShowChars() 162 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 176 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 192 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 207 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 143 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 148 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), in ShowChars() 154 (float)(leftPosition + 47 * multiple), (float)(m_Height - iTextHeight), in ShowChars() 162 CFX_FloatRect rect2(0.0f, (float)(m_Height - iTextHeight), in ShowChars() 177 (float)(m_Height - iTextHeight) + iFontSize); in ShowChars() 192 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 208 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
|
D | BC_OnedEAN8Writer.cpp | 147 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 150 CFX_FloatRect rect((float)leftPosition, (float)(m_Height - iTextHeight), in ShowChars() 157 (float)(leftPosition + 33 * multiple), (float)(m_Height - iTextHeight), in ShowChars() 169 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars() 183 (float)(m_Height - iTextHeight + iFontSize)); in ShowChars()
|
D | BC_OneDimWriter.cpp | 162 int32_t iTextHeight = iFontSize + 1; in ShowDeviceChars() local 164 (float)(locY + iTextHeight)); in ShowDeviceChars() 200 int32_t iTextHeight = iFontSize + 1; in ShowChars() local 221 locY = m_Height - iTextHeight; in ShowChars() 227 locY = m_Height - iTextHeight; in ShowChars()
|