Searched defs:SkSetClearShift (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/views/
H A DSkView.cpp11 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond, unsigned shift) { function
30 this->setFlags(SkSetClearShift(fFlags, pred, kVisible_Shift));
34 this->setFlags(SkSetClearShift(fFlags, !pred, kNoClip_Shift));
/external/skqp/src/views/
H A DSkView.cpp11 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond, unsigned shift) { function
30 this->setFlags(SkSetClearShift(fFlags, pred, kVisible_Shift));
34 this->setFlags(SkSetClearShift(fFlags, !pred, kNoClip_Shift));

Completed in 292 milliseconds