Searched refs:SkSetClearShift (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp46 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));
685 flags = SkSetClearShift(flags, b, i);
/external/skia/src/views/
H A DSkView.cpp46 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));
685 flags = SkSetClearShift(flags, b, i);
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h411 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond, function
/external/skia/include/core/
H A DSkTypes.h405 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond, function

Completed in 2222 milliseconds