Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/oned/
DBC_OnedEAN13Writer.cpp161 CFX_Matrix matr2(m_outputHScale, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f); in ShowChars() local
164 matr2.Concat(*matrix); in ShowChars()
165 re = matr2.TransformRect(rect2).GetOuterRect(); in ShowChars()
DBC_OnedUPCAWriter.cpp142 CFX_Matrix matr2(m_outputHScale, 0.0, 0.0, 1.0, 0.0, 0.0); in ShowChars() local
145 matr2.Concat(*matrix); in ShowChars()
146 re = matr2.TransformRect(rect2).GetOuterRect(); in ShowChars()
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts628 const matr2 = m44.invert(matr1); constant