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

  /external/skia/include/core/
SkColorPriv.h 707 static inline unsigned SkR16ToR32(unsigned r) {
719 #define SkPacked16ToR32(c) SkR16ToR32(SkGetPackedR16(c))
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 22 static inline unsigned SkR16ToR32(unsigned r) {
34 #define SkPacked16ToR32(c) SkR16ToR32(SkGetPackedR16(c))

Completed in 61 milliseconds