Searched defs:SkMScalar (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/utils/
H A DSkMatrix44.h18 typedef double SkMScalar; typedef
35 static const SkMScalar SK_MScalarPI = 3.141592653589793;
50 typedef float SkMScalar; typedef
67 static const SkMScalar SK_MScalarPI = 3.14159265f;
79 #define SkIntToMScalar(n) static_cast<SkMScalar>(n)
84 static const SkMScalar SK_MScalar1 = 1;
248 inline SkMScalar get(int row, int col) const {
260 inline void set(int row, int col, SkMScalar value) {
301 void setColMajor(const SkMScalar data[]) { this->setColMajorf(data); }
302 void setRowMajor(const SkMScalar dat
[all...]

Completed in 121 milliseconds