Home | History | Annotate | Download | only in gfx

Lines Matching refs:perspective

122     matrix.setDouble(3, i, decomp.perspective[i]);
221 Transform ComposeTransform(const SkMatrix44& perspective,
228 matrix.preConcat(perspective);
289 perspective[0] = perspective[1] = perspective[2] = 0.0;
291 perspective[3] = quaternion[3] = 1.0;
304 out->perspective, to.perspective, from.perspective, scalea, scaleb);
328 // If the perspective matrix is not invertible, we are also unable to
356 decomp->perspective[i] = rhs[i];
359 // No perspective.
361 decomp->perspective[i] = 0.0;
362 decomp->perspective[3] = 1.0;
437 SkMatrix44 perspective = BuildPerspectiveMatrix(decomp);
443 return ComposeTransform(perspective, translation, rotation, skew, scale);
457 SkMatrix44 perspective = BuildPerspectiveMatrix(decomp);
464 ComposeTransform(perspective, translation, rotation_matrix, skew, scale);
480 "perspective: %+0.4f %+0.4f %+0.4f %+0.4f\n"
491 perspective[0],
492 perspective[1],
493 perspective[2],
494 perspective[3],