Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp227 ConcatInternal(m, bPrepended); in Concat()
270 ConcatInternal(CFX_Matrix(cosValue, sinValue, -sinValue, cosValue, 0, 0), in Rotate()
281 ConcatInternal(CFX_Matrix(1, tan(fAlphaRadian), tan(fBetaRadian), 1, 0, 0), in Shear()
375 void CFX_Matrix::ConcatInternal(const CFX_Matrix& other, bool prepend) { in ConcatInternal() function in CFX_Matrix
Dfx_coordinates.h671 void ConcatInternal(const CFX_Matrix& other, bool prepend);