Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkMatrix.cpp77 fMat[kMTransY] = buffer[kATransY]; in setAffine()
761 affine[kATransY] = 0; in SetAffineIdentity()
774 affine[kATransY] = this->fMat[kMTransY]; in asAffine()
/third_party/skia/include/core/
DSkMatrix.h363 static constexpr int kATransY = 5; //!< vertical translation variable
/third_party/skia/src/xps/
DSkXPSDevice.cpp527 SkScalarToFLOAT(affine[SkMatrix::kATransY]), in createXpsTransform()