Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.cpp638 static void store_bool(Json::Value* target, const char* key, bool value, bool defaultValue) { in store_bool() function
1166 store_bool(&result, SKDEBUGCANVAS_ATTRIBUTE_ANTIALIAS, paint.isAntiAlias(), false); in MakeJsonPaint()
1167 store_bool(&result, SKDEBUGCANVAS_ATTRIBUTE_DITHER, paint.isDither(), false); in MakeJsonPaint()