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 46 this->setFlags(SkSetClearShift(fFlags, pred, kVisible_Shift));
51 this->setFlags(SkSetClearShift(fFlags, pred, kEnabled_Shift));
56 this->setFlags(SkSetClearShift(fFlags, pred, kFocusable_Shift));
60 this->setFlags(SkSetClearShift(fFlags, !pred, kNoClip_Shift));
668 flags = SkSetClearShift(flags, b, i);
  /external/skia/include/core/
SkTypes.h 319 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond,

Completed in 22 milliseconds