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

  /external/skia/legacy/include/utils/
SkMatrix44.h 31 static const SkMScalar SK_MScalarPI = 3.141592653589793;
46 static const SkMScalar SK_MScalarPI = 3.14159265f;
166 this->setRotateAbout(x, y, z, degrees * SK_MScalarPI / 180);
  /external/skia/include/utils/
SkMatrix44.h 32 static const SkMScalar SK_MScalarPI = 3.141592653589793;
51 static const SkMScalar SK_MScalarPI = 3.14159265f;
278 this->setRotateAbout(x, y, z, degrees * SK_MScalarPI / 180);

Completed in 20 milliseconds