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

  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 49 static const int32_t kScalar1Int = 0x3f800000;
53 static const int32_t kScalar1Int = (1 << 16);
137 if ((m00 - kScalar1Int) | (m11 - kScalar1Int)) {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 49 static const int32_t kScalar1Int = 0x3f800000;
53 static const int32_t kScalar1Int = (1 << 16);
137 if ((m00 - kScalar1Int) | (m11 - kScalar1Int)) {
    [all...]

Completed in 773 milliseconds