Lines Matching refs:endl
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 << "drawText" << std::endl; in onDrawText()
90 mOutput << mIdent << "drawPosText" << std::endl; in onDrawPosText()
94 mOutput << mIdent << "drawPosTextH" << std::endl; in onDrawPosTextH()
99 mOutput << mIdent << "drawTextOnPath" << std::endl; in onDrawTextOnPath()
104 mOutput << mIdent << "drawTextRSXform" << std::endl; in onDrawTextRSXform()
108 mOutput << mIdent << "drawTextBlob" << std::endl; in onDrawTextBlob()
112 mOutput << mIdent << "drawImage" << std::endl; in onDrawImage()
117 mOutput << mIdent << "drawImageNine" << std::endl; in onDrawImageNine()
122 mOutput << mIdent << "drawImageRect" << std::endl; in onDrawImageRect()
127 mOutput << mIdent << "drawImageLattice" << std::endl; in onDrawImageLattice()
131 mOutput << mIdent << "drawPoints" << std::endl; in onDrawPoints()
135 mOutput << mIdent << "drawPicture" << std::endl; in onDrawPicture()
148 mOutput << std::string(mLevel * 2, ' ') << "drawGLFunctorDrawable" << std::endl; in onDrawDrawable()
152 mOutput << std::string(mLevel * 2, ' ') << "drawDrawable" << std::endl; in onDrawDrawable()