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

  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 49 this->setFlags(SkSetClearShift(fFlags, pred, kVisible_Shift));
54 this->setFlags(SkSetClearShift(fFlags, pred, kEnabled_Shift));
59 this->setFlags(SkSetClearShift(fFlags, pred, kFocusable_Shift));
63 this->setFlags(SkSetClearShift(fFlags, !pred, kNoClip_Shift));
688 flags = SkSetClearShift(flags, b, i);
  /external/skia/src/views/
SkView.cpp 49 this->setFlags(SkSetClearShift(fFlags, pred, kVisible_Shift));
54 this->setFlags(SkSetClearShift(fFlags, pred, kEnabled_Shift));
59 this->setFlags(SkSetClearShift(fFlags, pred, kFocusable_Shift));
63 this->setFlags(SkSetClearShift(fFlags, !pred, kNoClip_Shift));
688 flags = SkSetClearShift(flags, b, i);
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 344 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond,
  /external/skia/include/core/
SkTypes.h 344 static inline uint32_t SkSetClearShift(uint32_t bits, bool cond,

Completed in 103 milliseconds