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

  /external/skia/include/core/
SkMatrix.h 51 fTypeMask = this->computeTypeMask();
69 fTypeMask = this->computeTypeMask();
443 uint8_t computeTypeMask() const;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix.java 123 return (computeTypeMask() & kRectStaysRect_Mask) != 0;
987 private int computeTypeMask() {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 71 uint8_t SkMatrix::computeTypeMask() const {
    [all...]

Completed in 134 milliseconds