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

  /external/skia/legacy/include/utils/
SkMatrix44.h 18 typedef double SkMScalar;
31 static const SkMScalar SK_MScalarPI = 3.141592653589793;
33 typedef float SkMScalar;
46 static const SkMScalar SK_MScalarPI = 3.14159265f;
63 static const SkMScalar SK_MScalar1 = 1;
130 SkMScalar get(int row, int col) const;
131 void set(int row, int col, const SkMScalar& value);
142 void set3x3(SkMScalar m00, SkMScalar m01, SkMScalar m02
    [all...]
  /external/skia/include/utils/
SkMatrix44.h 18 typedef double SkMScalar;
32 static const SkMScalar SK_MScalarPI = 3.141592653589793;
37 typedef float SkMScalar;
51 static const SkMScalar SK_MScalarPI = 3.14159265f;
57 static const SkMScalar SK_MScalar1 = 1;
200 inline SkMScalar get(int row, int col) const {
212 inline void set(int row, int col, SkMScalar value) {
247 void setColMajor(const SkMScalar data[]) { this->setColMajorf(data); }
248 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); }
250 void setColMajor(const SkMScalar data[]) { this->setColMajord(data);
    [all...]

Completed in 87 milliseconds