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

  /external/skia/include/core/
SkMatrix44.h 230 inline bool isTranslate() const {
SkMatrix.h 168 bool isTranslate() const { return !(this->getType() & ~(kTranslate_Mask)); }
    [all...]
  /external/skqp/include/core/
SkMatrix44.h 230 inline bool isTranslate() const {
SkMatrix.h 168 bool isTranslate() const { return !(this->getType() & ~(kTranslate_Mask)); }
    [all...]

Completed in 81 milliseconds