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

  /external/skia/include/core/
SkColorPriv.h 57 #if defined(SK_PMCOLOR_IS_RGBA) && defined(SK_PMCOLOR_IS_BGRA)
83 #if defined(SK_PMCOLOR_IS_BGRA) && !LOCAL_PMCOLOR_SHIFTS_EQUIVALENT_TO_BGRA
84 #error "SK_PMCOLOR_IS_BGRA does not match SK_*32_SHIFT values"
87 #if !defined(SK_PMCOLOR_IS_RGBA) && !defined(SK_PMCOLOR_IS_BGRA)
93 #define SK_PMCOLOR_IS_BGRA
143 #ifdef SK_PMCOLOR_IS_BGRA
    [all...]
  /external/skia/src/core/
SkColor.cpp 174 #ifdef SK_PMCOLOR_IS_BGRA
  /external/skia/tests/
BitmapCopyTest.cpp 696 #elif defined(SK_PMCOLOR_IS_BGRA)

Completed in 791 milliseconds