Lines Matching refs:mIdent
36 , mIdent((level + 1) * 2, ' ') {} in DumpOpsCanvas()
40 mOutput << mIdent << "clipRect" << std::endl; in onClipRect()
44 mOutput << mIdent << "clipRRect" << std::endl; in onClipRRect()
48 mOutput << mIdent << "clipPath" << std::endl; in onClipPath()
52 mOutput << mIdent << "clipRegion" << std::endl; in onClipRegion()
55 void onDrawPaint(const SkPaint&) override { mOutput << mIdent << "drawPaint" << std::endl; } in onDrawPaint()
58 mOutput << mIdent << "drawPath" << std::endl; in onDrawPath()
62 mOutput << mIdent << "drawRect" << std::endl; in onDrawRect()
66 mOutput << mIdent << "drawRegion" << std::endl; in onDrawRegion()
70 mOutput << mIdent << "drawOval" << std::endl; in onDrawOval()
74 mOutput << mIdent << "drawArc" << std::endl; in onDrawArc()
78 mOutput << mIdent << "drawRRect" << std::endl; in onDrawRRect()
82 mOutput << mIdent << "drawDRRect" << std::endl; in onDrawDRRect()
86 mOutput << mIdent << "drawTextBlob" << std::endl; in onDrawTextBlob()
91 mOutput << mIdent << "drawImage" << std::endl; in onDrawImage2()
96 mOutput << mIdent << "drawImageRect" << std::endl; in onDrawImageRect2()
101 mOutput << mIdent << "drawImageLattice" << std::endl; in onDrawImageLattice2()
105 mOutput << mIdent << "drawPoints" << std::endl; in onDrawPoints()
109 mOutput << mIdent << "drawPicture" << std::endl; in onDrawPicture()
113 mOutput << mIdent; in onDrawDrawable()
151 std::string mIdent; variable