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

  /external/skia/include/core/
SkMatrix.h 50 if (fTypeMask & kUnknown_Mask) {
68 if (fTypeMask & kUnknown_Mask) {
107 this->setTypeMask(kUnknown_Mask);
114 this->setTypeMask(kUnknown_Mask);
431 kUnknown_Mask = 0x80,
447 SkASSERT(kUnknown_Mask == mask || (mask & kAllMasks) == mask);
  /external/skia/src/core/
SkMatrix.cpp 151 this->setTypeMask(kUnknown_Mask);
166 this->setTypeMask(kUnknown_Mask);
263 this->setTypeMask(kUnknown_Mask);
284 this->setTypeMask(kUnknown_Mask);
299 this->setTypeMask(kUnknown_Mask);
352 this->setTypeMask(kUnknown_Mask);
367 this->setTypeMask(kUnknown_Mask);
615 this->setTypeMask(kUnknown_Mask);
815 inv->setTypeMask(kUnknown_Mask);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix.java 967 private final static int kUnknown_Mask = 0x80;
    [all...]

Completed in 13 milliseconds