Searched refs:CHECKSTATE (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_procs.h93 #define CHECKSTATE(state) SkASSERT(4 == state.fBitmap->bytesPerPixel()); \ macro
105 #define CHECKSTATE(state) SkASSERT(4 == state.fBitmap->bytesPerPixel()); \ macro
124 #define CHECKSTATE(state) SkASSERT(kRGB_565_SkColorType == state.fBitmap->colorType()); \ macro
140 #define CHECKSTATE(state) SkASSERT(kRGB_565_SkColorType == state.fBitmap->colorType()); \ macro
155 #define CHECKSTATE(state) SkASSERT(kIndex_8_SkColorType == state.fBitmap->colorType()); \ macro
169 #define CHECKSTATE(state) SkASSERT(kIndex_8_SkColorType == state.fBitmap->colorType()); \ macro
186 #define CHECKSTATE(state) SkASSERT(kARGB_4444_SkColorType == state.fBitmap->colorType()); \ macro
202 #define CHECKSTATE(state) SkASSERT(kARGB_4444_SkColorType == state.fBitmap->colorType()); \ macro
221 #define CHECKSTATE(state) SkASSERT(kAlpha_8_SkColorType == state.fBitmap->colorType()); macro
240 #define CHECKSTATE(stat macro
265 #define CHECKSTATE macro
283 #define CHECKSTATE macro
300 #define CHECKSTATE macro
328 #define CHECKSTATE macro
341 #define CHECKSTATE macro
356 #define CHECKSTATE macro
[all...]
H A DSkBitmapProcState_shaderproc.h25 SkDEBUGCODE(CHECKSTATE(s);)
88 #undef CHECKSTATE macro
H A DSkBitmapProcState_sample.h46 SkDEBUGCODE(CHECKSTATE(s);)
89 SkDEBUGCODE(CHECKSTATE(s);)
143 SkDEBUGCODE(CHECKSTATE(s);)
189 SkDEBUGCODE(CHECKSTATE(s);)
231 #undef CHECKSTATE macro

Completed in 34 milliseconds