Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/oned/
DBC_OneDimWriter.cpp39 m_locTextLoc = BC_TEXT_LOC_BELOWEMBED; in CBC_OneDimWriter()
272 if (m_locTextLoc == BC_TEXT_LOC_ABOVEEMBED || in ShowChars()
273 m_locTextLoc == BC_TEXT_LOC_BELOWEMBED) { in ShowChars()
275 } else if (m_locTextLoc == BC_TEXT_LOC_ABOVE || in ShowChars()
276 m_locTextLoc == BC_TEXT_LOC_BELOW) { in ShowChars()
287 switch (m_locTextLoc) { in ShowChars()
345 if (m_locTextLoc != BC_TEXT_LOC_NONE && i < contents.GetLength()) { in RenderBitmapResult()
388 if (m_locTextLoc != BC_TEXT_LOC_NONE && i < contents.GetLength()) { in RenderDeviceResult()
DBC_OneDimWriter.h108 BC_TEXT_LOC m_locTextLoc; variable
DBC_OnedCodaBarWriter.cpp77 m_locTextLoc = location; in SetTextLocation()
DBC_OnedCode128Writer.cpp142 m_locTextLoc = location; in SetTextLocation()
DBC_OnedCode39Writer.cpp117 m_locTextLoc = location; in SetTextLocation()
DBC_OnedEAN8Writer.cpp50 m_locTextLoc = location; in SetTextLocation()