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

  /external/skia/include/core/
SkTypes.h 218 static inline int32_t SkLeftShift(int32_t value, int32_t shift) {
222 static inline int64_t SkLeftShift(int64_t value, int32_t shift) {
  /external/skqp/include/core/
SkTypes.h 218 static inline int32_t SkLeftShift(int32_t value, int32_t shift) {
222 static inline int64_t SkLeftShift(int64_t value, int32_t shift) {

Completed in 67 milliseconds