HomeSort by relevance Sort by last modified time
    Searched refs:jsonStyle (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/json/
SkJSONRenderer.cpp 402 const char* jsonStyle = blur[SKJSONCANVAS_ATTRIBUTE_STYLE].asCString();
403 if (!strcmp(jsonStyle, SKJSONCANVAS_BLURSTYLE_NORMAL)) {
406 else if (!strcmp(jsonStyle, SKJSONCANVAS_BLURSTYLE_SOLID)) {
409 else if (!strcmp(jsonStyle, SKJSONCANVAS_BLURSTYLE_OUTER)) {
412 else if (!strcmp(jsonStyle, SKJSONCANVAS_BLURSTYLE_INNER)) {
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 55 milliseconds