Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp147 CFX_Matrix matr3(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() local
152 matr3.Concat(*matrix); in ShowChars()
153 re = matr3.TransformRect(rect3).GetOuterRect(); in ShowChars()