Home
last modified time | relevance | path

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

/external/skia/tools/json/
DSkJSONCanvas.h149 #define SKJSONCANVAS_CAP_SQUARE "square" macro
DSkJSONCanvas.cpp313 (*target)[SKJSONCANVAS_ATTRIBUTE_CAP] = Json::Value(SKJSONCANVAS_CAP_SQUARE); in apply_paint_cap()
DSkJSONRenderer.cpp385 else if (!strcmp(cap, SKJSONCANVAS_CAP_SQUARE)) { in apply_paint_cap()