Lines Matching defs:combined
17 SkMatrix combined;
18 combined.setConcat(coordTransform.getMatrix(), localMatrix);
21 combined.postIDiv(coordTransform.texture()->width(), coordTransform.texture()->height());
25 // combined.postScale(1,-1);
26 // combined.postTranslate(0,1);
27 combined.set(SkMatrix::kMSkewY,
28 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
29 combined.set(SkMatrix::kMScaleY,
30 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY]);
31 combined.set(SkMatrix::kMTransY,
32 combined[SkMatrix::kMPersp2] - combined[SkMatrix::kMTransY]);
34 return combined;