Home
last modified time | relevance | path

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

/external/skia/tools/json/
DSkJSONCanvas.h117 #define SKJSONCANVAS_STYLE_STROKEANDFILL "strokeAndFill" macro
DSkJSONCanvas.cpp291 Json::Value strokeAndFill(SKJSONCANVAS_STYLE_STROKEANDFILL); in apply_paint_style()
DSkJSONRenderer.cpp356 else if (!strcmp(style, SKJSONCANVAS_STYLE_STROKEANDFILL)) { in apply_paint_style()