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

  /external/skia/src/utils/
SkMatrix44.cpp 52 int SkMatrix44::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/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 48 milliseconds