HomeSort by relevance Sort by last modified time
    Searched defs:SkMatrix (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/skia/
TransformationMatrixSkia.cpp 38 TransformationMatrix::operator SkMatrix() const
40 SkMatrix result;
53 result.set(SkMatrix::kMPersp2, SK_Scalar1);
58 AffineTransform::operator SkMatrix() const
60 SkMatrix result;
73 result.set(SkMatrix::kMPersp2, SK_Scalar1);
  /external/skia/include/core/
SkMatrix.h 24 /** \class SkMatrix
26 The SkMatrix class holds a 3x3 matrix for transforming coordinates.
27 SkMatrix does not have a constructor, so it must be explicitly initialized
31 class SkMatrix {
170 bool setConcat(const SkMatrix& a, const SkMatrix& b);
203 bool preConcat(const SkMatrix& other);
240 bool postConcat(const SkMatrix& other);
293 bool invert(SkMatrix* inverse) const;
371 typedef void (*MapXYProc)(const SkMatrix& mat, SkScalar x, SkScalar y
    [all...]

Completed in 11 milliseconds