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

  /external/skia/include/core/
SkMatrix.h 55 fTypeMask = this->computeTypeMask();
73 fTypeMask = this->computeTypeMask();
597 uint8_t computeTypeMask() const;
  /external/skia/legacy/include/core/
SkMatrix.h 54 fTypeMask = this->computeTypeMask();
72 fTypeMask = this->computeTypeMask();
572 uint8_t computeTypeMask() const;
  /external/skia/include/utils/
SkMatrix44.h 164 fTypeMask = this->computeTypeMask();
383 int computeTypeMask() const;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 157 return (computeTypeMask() & kRectStaysRect_Mask) != 0;
212 return (d.computeTypeMask() & kRectStaysRect_Mask) != 0;
822 private int computeTypeMask() {
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 52 int SkMatrix44::computeTypeMask() const {
  /external/skia/legacy/src/core/
SkMatrix.cpp 71 uint8_t SkMatrix::computeTypeMask() const {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 81 uint8_t SkMatrix::computeTypeMask() const {
    [all...]

Completed in 963 milliseconds