Home
last modified time | relevance | path

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

/external/skia/tools/json/
DSkJSONCanvas.h133 #define SKJSONCANVAS_BLURSTYLE_INNER "inner" macro
DSkJSONCanvas.cpp338 blur[SKJSONCANVAS_ATTRIBUTE_STYLE] = Json::Value(SKJSONCANVAS_BLURSTYLE_INNER); in apply_paint_maskfilter()
DSkJSONRenderer.cpp412 else if (!strcmp(jsonStyle, SKJSONCANVAS_BLURSTYLE_INNER)) { in apply_paint_blur()