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

  /external/skia/src/core/
SkBitmapProcState_procs.h 93 #define CHECKSTATE(state) SkASSERT(4 == state.fBitmap->bytesPerPixel()); \
105 #define CHECKSTATE(state) SkASSERT(4 == state.fBitmap->bytesPerPixel()); \
124 #define CHECKSTATE(state) SkASSERT(kRGB_565_SkColorType == state.fBitmap->colorType()); \
140 #define CHECKSTATE(state) SkASSERT(kRGB_565_SkColorType == state.fBitmap->colorType()); \
155 #define CHECKSTATE(state) SkASSERT(kIndex_8_SkColorType == state.fBitmap->colorType()); \
169 #define CHECKSTATE(state) SkASSERT(kIndex_8_SkColorType == state.fBitmap->colorType()); \
186 #define CHECKSTATE(state) SkASSERT(kARGB_4444_SkColorType == state.fBitmap->colorType()); \
202 #define CHECKSTATE(state) SkASSERT(kARGB_4444_SkColorType == state.fBitmap->colorType()); \
221 #define CHECKSTATE(state) SkASSERT(kAlpha_8_SkColorType == state.fBitmap->colorType());
240 #define CHECKSTATE(state) SkASSERT(kGray_8_SkColorType == state.fBitmap->colorType())
    [all...]
SkBitmapProcState_shaderproc.h 25 SkDEBUGCODE(CHECKSTATE(s);)
88 #undef CHECKSTATE
SkBitmapProcState_sample.h 46 SkDEBUGCODE(CHECKSTATE(s);)
89 SkDEBUGCODE(CHECKSTATE(s);)
143 SkDEBUGCODE(CHECKSTATE(s);)
189 SkDEBUGCODE(CHECKSTATE(s);)
231 #undef CHECKSTATE

Completed in 28 milliseconds