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

  /external/skia/include/core/
SkColorPriv.h 255 static inline unsigned SkG32ToG16(unsigned g) {
265 #define SkG32ToG16(g) SkG32ToG16_MACRO(g)
282 (SkG32ToG16(g) << SK_G16_SHIFT) |
SkDither.h 70 #define SkDITHER_G32To565(g, d) SkG32ToG16(SkDITHER_G32_FOR_565(g, d))
  /external/skia/src/ports/
SkFontHost_mac_coretext.cpp 409 static inline int g32_to_16(int x) { return SkG32ToG16(x); }
    [all...]
SkFontHost_win.cpp 500 return SkPackRGB16(SkR32ToR16(r), SkG32ToG16(g), SkB32ToB16(b));
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 489 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
    [all...]

Completed in 33 milliseconds