Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState_procs.h91 #define CHECKSTATE(state) SkASSERT(4 == state.fPixmap.info().bytesPerPixel()); \ macro
102 #define CHECKSTATE(state) SkASSERT(4 == state.fPixmap.info().bytesPerPixel()); \ macro
120 #define CHECKSTATE(state) SkASSERT(kRGB_565_SkColorType == state.fPixmap.colorType()); \ macro
135 #define CHECKSTATE(state) SkASSERT(kRGB_565_SkColorType == state.fPixmap.colorType()); \ macro
149 #define CHECKSTATE(state) SkASSERT(kIndex_8_SkColorType == state.fPixmap.colorType()); \ macro
162 #define CHECKSTATE(state) SkASSERT(kIndex_8_SkColorType == state.fPixmap.colorType()); \ macro
178 #define CHECKSTATE(state) SkASSERT(kARGB_4444_SkColorType == state.fPixmap.colorType()); \ macro
193 #define CHECKSTATE(state) SkASSERT(kARGB_4444_SkColorType == state.fPixmap.colorType()); \ macro
211 #define CHECKSTATE(state) SkASSERT(kAlpha_8_SkColorType == state.fPixmap.colorType()); macro
229 #define CHECKSTATE(state) SkASSERT(kGray_8_SkColorType == state.fPixmap.colorType()); macro
[all …]
DSkBitmapProcState_sample.h29 SkDEBUGCODE(CHECKSTATE(s);) in MAKENAME()
72 SkDEBUGCODE(CHECKSTATE(s);) in MAKENAME()
126 SkDEBUGCODE(CHECKSTATE(s);) in MAKENAME()
172 SkDEBUGCODE(CHECKSTATE(s);) in MAKENAME()
212 #undef CHECKSTATE
DSkBitmapProcState_shaderproc.h23 SkDEBUGCODE(CHECKSTATE(s);) in SCALE_FILTER_NAME()
83 #undef CHECKSTATE