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

/external/skia/include/core/
H A DSkTypes.h218 static inline int32_t SkLeftShift(int32_t value, int32_t shift) { function
222 static inline int64_t SkLeftShift(int64_t value, int32_t shift) { function
/external/skqp/include/core/
H A DSkTypes.h218 static inline int32_t SkLeftShift(int32_t value, int32_t shift) { function
222 static inline int64_t SkLeftShift(int64_t value, int32_t shift) { function

Completed in 277 milliseconds