Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/
DBC_TwoDimWriter.cpp35 CFX_Matrix matri = *matrix; in RenderDeviceResult() local
41 matri = matriScale; in RenderDeviceResult()
50 device->DrawPath(&rect, &matri, &data, m_barColor, 0, FXFILL_WINDING); in RenderDeviceResult()
/external/pdfium/xfa/fxbarcode/oned/
DBC_OneDimWriter.cpp370 CFX_Matrix matri(m_outputHScale, 0.0, 0.0, (FX_FLOAT)m_Height, 0.0, 0.0); in RenderDeviceResult() local
371 matri.Concat(*matrix); in RenderDeviceResult()
379 device->DrawPath(&rect, &matri, &data, m_barColor, 0, FXFILL_WINDING); in RenderDeviceResult()