• Home
  • Raw
  • Download

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 << "drawTextBlob" << std::endl; in onDrawTextBlob()
90 mOutput << mIdent << "drawImage" << std::endl; in onDrawImage()
95 mOutput << mIdent << "drawImageNine" << std::endl; in onDrawImageNine()
100 mOutput << mIdent << "drawImageRect" << std::endl; in onDrawImageRect()
105 mOutput << mIdent << "drawImageLattice" << std::endl; in onDrawImageLattice()
109 mOutput << mIdent << "drawPoints" << std::endl; in onDrawPoints()
113 mOutput << mIdent << "drawPicture" << std::endl; in onDrawPicture()
126 mOutput << std::string(mLevel * 2, ' ') << "drawGLFunctorDrawable" << std::endl; in onDrawDrawable()
130 mOutput << std::string(mLevel * 2, ' ') << "drawDrawable" << std::endl; in onDrawDrawable()