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

  /external/chromium_org/third_party/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));
685 flags = SkSetClearShift(flags, b, i);
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 411 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond,

Completed in 74 milliseconds