Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstancedRendering.cpp170 SkMatrix shapeMatrix(viewMatrix); in recordShape() local
171 shapeMatrix.preTranslate(tx, ty); in recordShape()
172 shapeMatrix.preScale(sx, sy); in recordShape()
176 m[0] = SkScalarToFloat(shapeMatrix.getScaleX()); in recordShape()
177 m[1] = SkScalarToFloat(shapeMatrix.getSkewX()); in recordShape()
178 m[2] = SkScalarToFloat(shapeMatrix.getTranslateX()); in recordShape()
179 m[3] = SkScalarToFloat(shapeMatrix.getSkewY()); in recordShape()
180 m[4] = SkScalarToFloat(shapeMatrix.getScaleY()); in recordShape()
181 m[5] = SkScalarToFloat(shapeMatrix.getTranslateY()); in recordShape()
184 op->appendParamsTexel(shapeMatrix[SkMatrix::kMPersp0], shapeMatrix[SkMatrix::kMPersp1], in recordShape()
[all …]