Lines Matching refs:endl
42 mOutput << mIdent << "clipRect" << std::endl; in onClipRect()
46 mOutput << mIdent << "clipRRect" << std::endl; in onClipRRect()
50 mOutput << mIdent << "clipPath" << std::endl; in onClipPath()
54 mOutput << mIdent << "clipRegion" << std::endl; in onClipRegion()
57 void onResetClip() override { mOutput << mIdent << "resetClip" << std::endl; } in onResetClip()
59 void onDrawPaint(const SkPaint&) override { mOutput << mIdent << "drawPaint" << std::endl; } in onDrawPaint()
62 mOutput << mIdent << "drawPath" << std::endl; in onDrawPath()
66 mOutput << mIdent << "drawRect" << std::endl; in onDrawRect()
70 mOutput << mIdent << "drawRegion" << std::endl; in onDrawRegion()
74 mOutput << mIdent << "drawOval" << std::endl; in onDrawOval()
78 mOutput << mIdent << "drawArc" << std::endl; in onDrawArc()
82 mOutput << mIdent << "drawRRect" << std::endl; in onDrawRRect()
86 mOutput << mIdent << "drawDRRect" << std::endl; in onDrawDRRect()
90 mOutput << mIdent << "drawTextBlob" << std::endl; in onDrawTextBlob()
95 mOutput << mIdent << "drawImageRect" << std::endl; in onDrawImageRect2()
100 mOutput << mIdent << "drawImageLattice" << std::endl; in onDrawImageLattice2()
104 mOutput << mIdent << "drawPoints" << std::endl; in onDrawPoints()
108 mOutput << mIdent << "drawPicture" << std::endl; in onDrawPicture()
121 mOutput << std::string(mLevel * 2, ' ') << "drawGLFunctorDrawable" << std::endl; in onDrawDrawable()
125 mOutput << std::string(mLevel * 2, ' ') << "drawDrawable" << std::endl; in onDrawDrawable()