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

  /external/skia/src/views/
SkView.cpp 39 this->setFlags(SkSetClearShift(fFlags, pred, kVisible_Shift));
44 this->setFlags(SkSetClearShift(fFlags, pred, kEnabled_Shift));
49 this->setFlags(SkSetClearShift(fFlags, pred, kFocusable_Shift));
631 flags = SkSetClearShift(flags, b, i);
  /external/skia/include/core/
SkTypes.h 276 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond,

Completed in 570 milliseconds