Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp192 if (m_locTextLoc == BC_TEXT_LOC_ABOVEEMBED || in ShowChars()
193 m_locTextLoc == BC_TEXT_LOC_BELOWEMBED) { in ShowChars()
195 } else if (m_locTextLoc == BC_TEXT_LOC_ABOVE || in ShowChars()
196 m_locTextLoc == BC_TEXT_LOC_BELOW) { in ShowChars()
208 switch (m_locTextLoc) { in ShowChars()
256 return m_locTextLoc == BC_TEXT_LOC_NONE || !contents.Contains(' ') || in RenderDeviceResult()
DBC_OneDimWriter.h93 BC_TEXT_LOC m_locTextLoc = BC_TEXT_LOC_BELOWEMBED; variable
DBC_OnedCodaBarWriter.cpp79 m_locTextLoc = location; in SetTextLocation()
DBC_OnedCode128Writer.cpp117 m_locTextLoc = location; in SetTextLocation()
DBC_OnedEAN8Writer.cpp61 m_locTextLoc = location; in SetTextLocation()
DBC_OnedCode39Writer.cpp112 m_locTextLoc = location; in SetTextLocation()