Searched refs:PointsToString (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkObjectParser.h75 static SkString* PointsToString(const SkPoint pts[], size_t count);
H A DSkObjectParser.cpp185 SkString* SkObjectParser::PointsToString(const SkPoint pts[], size_t count) { function in class:SkObjectParser
H A DSkDrawCommand.cpp564 fInfo.push(SkObjectParser::PointsToString(pts, count));
614 fInfo.push(SkObjectParser::PointsToString(pos, 1));
/external/skia/src/utils/debugger/
H A DSkObjectParser.h75 static SkString* PointsToString(const SkPoint pts[], size_t count);
H A DSkObjectParser.cpp185 SkString* SkObjectParser::PointsToString(const SkPoint pts[], size_t count) { function in class:SkObjectParser
H A DSkDrawCommand.cpp541 fInfo.push(SkObjectParser::PointsToString(pts, count));
591 fInfo.push(SkObjectParser::PointsToString(pos, 1));

Completed in 114 milliseconds