Home
last modified time | relevance | path

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

/external/skia/tools/json/
DSkJSONRenderer.cpp392 if (jsonPaint.isMember(SKJSONCANVAS_ATTRIBUTE_ANTIALIAS)) { in apply_paint_antialias()
393 target->setAntiAlias(jsonPaint[SKJSONCANVAS_ATTRIBUTE_ANTIALIAS].asBool()); in apply_paint_antialias()
830 command[SKJSONCANVAS_ATTRIBUTE_ANTIALIAS].asBool()); in processClipRect()
837 command[SKJSONCANVAS_ATTRIBUTE_ANTIALIAS].asBool()); in processClipRRect()
844 command[SKJSONCANVAS_ATTRIBUTE_ANTIALIAS].asBool()); in processClipPath()
DSkJSONCanvas.cpp466 store_bool(&result, SKJSONCANVAS_ATTRIBUTE_ANTIALIAS, paint.isAntiAlias(), false); in makePaint()
857 command[SKJSONCANVAS_ATTRIBUTE_ANTIALIAS] = (edgeStyle == SkCanvas::kSoft_ClipEdgeStyle); in onClipRect()
866 command[SKJSONCANVAS_ATTRIBUTE_ANTIALIAS] = (edgeStyle == SkCanvas::kSoft_ClipEdgeStyle); in onClipRRect()
875 command[SKJSONCANVAS_ATTRIBUTE_ANTIALIAS] = (edgeStyle == SkCanvas::kSoft_ClipEdgeStyle); in onClipPath()
DSkJSONCanvas.h68 #define SKJSONCANVAS_ATTRIBUTE_ANTIALIAS "antiAlias" macro