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.cpp938 SkRSXform* rsxform = &m_rsxform[index + count]; in DrawText() local
940 rsxform->fSCos = cp.m_AdjustMatrix[0]; in DrawText()
941 rsxform->fSSin = cp.m_AdjustMatrix[1]; in DrawText()
942 rsxform->fTx = cp.m_AdjustMatrix[0] * positions[index].fX; in DrawText()
943 rsxform->fTy = cp.m_AdjustMatrix[1] * positions[index].fY; in DrawText()
945 rsxform->fSCos = 1; in DrawText()
946 rsxform->fSSin = 0; in DrawText()
947 rsxform->fTx = positions[index].fX; in DrawText()
948 rsxform->fTy = positions[index].fY; in DrawText()
1724 SkRSXform* rsxform = &xforms[index]; in DrawDeviceText() local
[all …]