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

  /external/skia/src/core/
SkMatrix.cpp 101 static const int32_t kScalar1Int = 0x3f800000;
160 if ((m00 ^ kScalar1Int) | (m11 ^ kScalar1Int)) {
    [all...]
  /external/skqp/src/core/
SkMatrix.cpp 100 static const int32_t kScalar1Int = 0x3f800000;
159 if ((m00 ^ kScalar1Int) | (m11 ^ kScalar1Int)) {
    [all...]

Completed in 178 milliseconds