Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.cpp2980 const SkScalar* iterPositions = iter.pos(); in toJSON() local
2985 jsonPositions.append(MakeJsonPoint(iterPositions[i * 2], in toJSON()
2986 iterPositions[i * 2 + 1])); in toJSON()
2989 jsonPositions.append(Json::Value(iterPositions[i])); in toJSON()