Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
H A DDrawCommand.cpp591 static void store_bool(SkJSONWriter& writer, const char* key, bool value, bool defaultValue) { in store_bool() function
911 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_ANTIALIAS, paint.isAntiAlias(), false); in MakeJsonPaint()
912 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_DITHER, paint.isDither(), false); in MakeJsonPaint()
931 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_FAKEBOLDTEXT, font.isEmbolden(), false); in MakeJsonFont()
932 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_LINEARTEXT, font.isLinearMetrics(), false); in MakeJsonFont()
933 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_SUBPIXELTEXT, font.isSubpixel(), false); in MakeJsonFont()
934 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_EMBEDDEDBITMAPTEXT, font.isEmbeddedBitmaps(), false); in MakeJsonFont()
935 store_bool(writer, DEBUGCANVAS_ATTRIBUTE_AUTOHINTING, font.isForceAutoHinting(), false); in MakeJsonFont()
1866 store_bool(writer, DEBUGCANVAS_SHADOWFLAG_TRANSPARENT_OCC, transparentOccluder, false); in toJSON()
1867 store_bool(write in toJSON()
[all...]

Completed in 4 milliseconds