Home | History | Annotate | Download | only in glsl

Lines Matching defs:combined

19     SkMatrix combined;
20 combined.setConcat(coordTransform.getMatrix(), localMatrix);
22 combined.postIDiv(coordTransform.peekTexture()->width(),
27 // combined.postScale(1,-1);
28 // combined.postTranslate(0,1);
29 combined.set(SkMatrix::kMSkewY,
30 combined[SkMatrix::kMPersp0] - combined[SkMatrix::kMSkewY]);
31 combined.set(SkMatrix::kMScaleY,
32 combined[SkMatrix::kMPersp1] - combined[SkMatrix::kMScaleY]);
33 combined.set(SkMatrix::kMTransY,
34 combined[SkMatrix::kMPersp2] - combined[SkMatrix::kMTransY]);
36 return combined;