Searched refs:GEN_ID_INC_EVAL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp65 #define GEN_ID_INC_EVAL(expression) if (expression) { fGenerationID++; } macro
68 #define GEN_ID_INC_EVAL(expression) macro
240 GEN_ID_INC_EVAL((unsigned) level != fBitfields.fFilterLevel);
245 GEN_ID_INC_EVAL((unsigned) hintingLevel != fBitfields.fHinting);
250 GEN_ID_INC_EVAL(flags != fBitfields.fFlags);
308 GEN_ID_INC_EVAL((unsigned)style != fBitfields.fStyle);
318 GEN_ID_INC_EVAL(color != fColor);
334 GEN_ID_INC_EVAL(width != fWidth);
346 GEN_ID_INC_EVAL(limit != fMiterLimit);
360 GEN_ID_INC_EVAL((unsigne
[all...]
/external/skia/src/core/
H A DSkPaint.cpp66 #define GEN_ID_INC_EVAL(expression) if (expression) { fGenerationID++; } macro
69 #define GEN_ID_INC_EVAL(expression) macro
260 GEN_ID_INC_EVAL((unsigned) level != fFilterLevel);
265 GEN_ID_INC_EVAL((unsigned) hintingLevel != fHinting);
270 GEN_ID_INC_EVAL(fFlags != flags);
328 GEN_ID_INC_EVAL((unsigned)style != fStyle);
338 GEN_ID_INC_EVAL(color != fColor);
354 GEN_ID_INC_EVAL(width != fWidth);
366 GEN_ID_INC_EVAL(limit != fMiterLimit);
378 GEN_ID_INC_EVAL((unsigne
[all...]

Completed in 287 milliseconds