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

  /external/skia/include/core/
SkColorPriv.h 456 static inline unsigned SkR16ToR32(unsigned r) {
468 #define SkPacked16ToR32(c) SkR16ToR32(SkGetPackedR16(c))
  /external/skia/legacy/include/core/
SkColorPriv.h 421 static inline unsigned SkR16ToR32(unsigned r) {
433 #define SkPacked16ToR32(c) SkR16ToR32(SkGetPackedR16(c))
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_sample.c 23 static inline unsigned SkR16ToR32(unsigned r) {
35 #define SkPacked16ToR32(c) SkR16ToR32(SkGetPackedR16(c))

Completed in 116 milliseconds