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

  /external/skia/include/core/
SkColorPriv.h 55 #define SK_G16_BITS 6
58 #define SK_R16_SHIFT (SK_B16_BITS + SK_G16_BITS)
63 #define SK_G16_MASK ((1 << SK_G16_BITS) - 1)
247 #define SkG32ToG16_MACRO(g) ((unsigned)(g) >> (SK_G32_BITS - SK_G16_BITS))
270 #define SkPacked32ToG16(c) (((unsigned)(c) >> (SK_G32_SHIFT + SK_G32_BITS - SK_G16_BITS)) & SK_G16_MASK)
275 unsigned g = ((c >> (SK_G32_SHIFT + (8 - SK_G16_BITS))) & SK_G16_MASK) << SK_G16_SHIFT;
295 g = ((g << 1) - ((g >> (8 - SK_G16_BITS) << (8 - SK_G16_BITS)) | (g >> SK_G16_BITS))) >> (8 - SK_G16_BITS);
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
ANPBitmapInterface.cpp 52 packing->GBits = SK_G16_BITS;
  /external/skia/src/effects/
SkAvoidXfermode.cpp 67 unsigned dg = SkAbs32(SkGetPackedG16(c) - g) >> (SK_G16_BITS - SK_R16_BITS);
178 unsigned opG = SkColorGetG(fOpColor) >> (8 - SK_G16_BITS);
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 73 int maskG = SkGetPackedG16(mask) >> (SK_G16_BITS - 5);
SkBitmap.cpp 728 v = SkPackRGB16(r >> (8 - SK_R16_BITS), g >> (8 - SK_G16_BITS),
    [all...]
SkBlitter_RGB16.cpp 545 SkAlphaMul(g, fScale) >> (8 - SK_G16_BITS),
    [all...]
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 482 pos_le(info_ptr->sig_bit.green, SK_G16_BITS) &&
    [all...]

Completed in 551 milliseconds