Lines Matching refs:addDrawCommand
97 void SkDebugCanvas::addDrawCommand(SkDrawCommand* command) { in addDrawCommand() function in SkDebugCanvas
376 this->addDrawCommand(new SkClipPathCommand(path, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipPath()
380 this->addDrawCommand(new SkClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRect()
384 this->addDrawCommand(new SkClipRRectCommand(rrect, op, kSoft_ClipEdgeStyle == edgeStyle)); in onClipRRect()
388 this->addDrawCommand(new SkClipRegionCommand(region, op)); in onClipRegion()
392 this->addDrawCommand(new SkConcatCommand(matrix)); in didConcat()
398 this->addDrawCommand(new SkDrawBitmapCommand(bitmap, left, top, paint)); in onDrawBitmap()
403 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, in onDrawBitmapRect()
409 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint)); in onDrawBitmapNine()
414 this->addDrawCommand(new SkDrawImageCommand(image, left, top, paint)); in onDrawImage()
419 this->addDrawCommand(new SkDrawImageRectCommand(image, src, dst, paint, constraint)); in onDrawImageRect()
423 this->addDrawCommand(new SkDrawOvalCommand(oval, paint)); in onDrawOval()
427 this->addDrawCommand(new SkDrawPaintCommand(paint)); in onDrawPaint()
431 this->addDrawCommand(new SkDrawPathCommand(path, paint)); in onDrawPath()
437 this->addDrawCommand(new SkBeginDrawPictureCommand(picture, matrix, paint)); in onDrawPicture()
440 this->addDrawCommand(new SkEndDrawPictureCommand(SkToBool(matrix) || SkToBool(paint))); in onDrawPicture()
445 this->addDrawCommand(new SkDrawPointsCommand(mode, count, pts, paint)); in onDrawPoints()
450 this->addDrawCommand(new SkDrawPosTextCommand(text, byteLength, pos, paint)); in onDrawPosText()
455 this->addDrawCommand( in onDrawPosTextH()
461 addDrawCommand(new SkDrawRectCommand(rect, paint)); in onDrawRect()
465 this->addDrawCommand(new SkDrawRRectCommand(rrect, paint)); in onDrawRRect()
470 this->addDrawCommand(new SkDrawDRRectCommand(outer, inner, paint)); in onDrawDRRect()
475 this->addDrawCommand(new SkDrawTextCommand(text, byteLength, x, y, paint)); in onDrawText()
480 this->addDrawCommand( in onDrawTextOnPath()
486 this->addDrawCommand(new SkDrawTextBlobCommand(blob, x, y, paint)); in onDrawTextBlob()
492 this->addDrawCommand(new SkDrawPatchCommand(cubics, colors, texCoords, xmode, paint)); in onDrawPatch()
499 this->addDrawCommand(new SkDrawVerticesCommand(vmode, vertexCount, vertices, in onDrawVertices()
504 this->addDrawCommand(new SkRestoreCommand()); in willRestore()
509 this->addDrawCommand(new SkSaveCommand()); in willSave()
514 this->addDrawCommand(new SkSaveLayerCommand(rec)); in getSaveLayerStrategy()
521 this->addDrawCommand(new SkSetMatrixCommand(matrix)); in didSetMatrix()