Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkObjectParser.h68 static SkString* PaintToString(const SkPaint& paint);
DSkDrawCommand.cpp2023 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawBitmapCommand()
2089 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawBitmapNineCommand()
2167 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawBitmapRectCommand()
2257 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawImageCommand()
2341 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawImageLatticeCommand()
2404 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawImageRectCommand()
2492 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawOvalCommand()
2544 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawArcCommand()
2593 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawPaintCommand()
2625 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawPathCommand()
[all …]
DSkObjectParser.cpp130 SkString* SkObjectParser::PaintToString(const SkPaint& paint) { in PaintToString() function in SkObjectParser