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

  /external/skia/src/core/
SkColorData.h 47 #if defined(SK_PMCOLOR_IS_RGBA) && defined(SK_PMCOLOR_IS_BGRA)
73 #if defined(SK_PMCOLOR_IS_BGRA) && !LOCAL_PMCOLOR_SHIFTS_EQUIVALENT_TO_BGRA
74 #error "SK_PMCOLOR_IS_BGRA does not match SK_*32_SHIFT values"
77 #if !defined(SK_PMCOLOR_IS_RGBA) && !defined(SK_PMCOLOR_IS_BGRA)
83 #define SK_PMCOLOR_IS_BGRA
133 #ifdef SK_PMCOLOR_IS_BGRA
    [all...]
  /external/skqp/src/core/
SkColorData.h 47 #if defined(SK_PMCOLOR_IS_RGBA) && defined(SK_PMCOLOR_IS_BGRA)
73 #if defined(SK_PMCOLOR_IS_BGRA) && !LOCAL_PMCOLOR_SHIFTS_EQUIVALENT_TO_BGRA
74 #error "SK_PMCOLOR_IS_BGRA does not match SK_*32_SHIFT values"
77 #if !defined(SK_PMCOLOR_IS_RGBA) && !defined(SK_PMCOLOR_IS_BGRA)
83 #define SK_PMCOLOR_IS_BGRA
133 #ifdef SK_PMCOLOR_IS_BGRA
    [all...]

Completed in 214 milliseconds