Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp887 SkRSXform* rsxform = &m_rsxform[index + count]; in DrawText() local
889 rsxform->fSCos = cp.m_AdjustMatrix[0]; in DrawText()
890 rsxform->fSSin = cp.m_AdjustMatrix[1]; in DrawText()
891 rsxform->fTx = cp.m_AdjustMatrix[0] * m_positions[index].fX; in DrawText()
892 rsxform->fTy = cp.m_AdjustMatrix[1] * m_positions[index].fY; in DrawText()
894 rsxform->fSCos = 1; in DrawText()
895 rsxform->fSSin = 0; in DrawText()
896 rsxform->fTx = m_positions[index].fX; in DrawText()
897 rsxform->fTy = m_positions[index].fY; in DrawText()
1621 SkRSXform* rsxform = &xforms[index]; in DrawDeviceText() local
[all …]