Searched refs:ConcatInternal (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.cpp | 227 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
|
D | fx_coordinates.h | 671 void ConcatInternal(const CFX_Matrix& other, bool prepend);
|