• Home
  • Raw
  • Download

Lines Matching refs:fInfo

25     fInfo.deleteAll();  in ~SkDrawCommand()
83 fInfo.push(SkObjectParser::CustomTextToString("No Parameters")); in SkClearCommand()
182 fInfo.push(SkObjectParser::PathToString(path)); in SkClipPathCommand()
183 fInfo.push(SkObjectParser::RegionOpToString(op)); in SkClipPathCommand()
184 fInfo.push(SkObjectParser::BoolToString(doAA)); in SkClipPathCommand()
201 fInfo.push(SkObjectParser::RegionToString(region)); in SkClipRegionCommand()
202 fInfo.push(SkObjectParser::RegionOpToString(op)); in SkClipRegionCommand()
215 fInfo.push(SkObjectParser::RectToString(rect)); in SkClipRectCommand()
216 fInfo.push(SkObjectParser::RegionOpToString(op)); in SkClipRectCommand()
217 fInfo.push(SkObjectParser::BoolToString(doAA)); in SkClipRectCommand()
230 fInfo.push(SkObjectParser::RRectToString(rrect)); in SkClipRRectCommand()
231 fInfo.push(SkObjectParser::RegionOpToString(op)); in SkClipRRectCommand()
232 fInfo.push(SkObjectParser::BoolToString(doAA)); in SkClipRRectCommand()
248 fInfo.push(SkObjectParser::MatrixToString(matrix)); in SkConcatCommand()
268 fInfo.push(SkObjectParser::BitmapToString(bitmap)); in SkDrawBitmapCommand()
269 fInfo.push(SkObjectParser::ScalarToString(left, "SkScalar left: ")); in SkDrawBitmapCommand()
270 fInfo.push(SkObjectParser::ScalarToString(top, "SkScalar top: ")); in SkDrawBitmapCommand()
272 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawBitmapCommand()
298 fInfo.push(SkObjectParser::BitmapToString(bitmap)); in SkDrawBitmapMatrixCommand()
299 fInfo.push(SkObjectParser::MatrixToString(matrix)); in SkDrawBitmapMatrixCommand()
301 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawBitmapMatrixCommand()
327 fInfo.push(SkObjectParser::BitmapToString(bitmap)); in SkDrawBitmapNineCommand()
328 fInfo.push(SkObjectParser::IRectToString(center)); in SkDrawBitmapNineCommand()
329 fInfo.push(SkObjectParser::RectToString(dst, "Dst: ")); in SkDrawBitmapNineCommand()
331 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawBitmapNineCommand()
365 fInfo.push(SkObjectParser::BitmapToString(bitmap)); in SkDrawBitmapRectCommand()
367 fInfo.push(SkObjectParser::RectToString(*src, "Src: ")); in SkDrawBitmapRectCommand()
369 fInfo.push(SkObjectParser::RectToString(dst, "Dst: ")); in SkDrawBitmapRectCommand()
371 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawBitmapRectCommand()
373 fInfo.push(SkObjectParser::IntToString(fFlags, "Flags: ")); in SkDrawBitmapRectCommand()
394 fInfo.push(str); in SkDrawDataCommand()
406 fInfo.push(temp); in SkBeginCommentGroupCommand()
415 fInfo.push(temp); in SkCommentCommand()
426 fInfo.push(SkObjectParser::RectToString(oval)); in SkDrawOvalCommand()
427 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawOvalCommand()
454 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawPaintCommand()
472 fInfo.push(SkObjectParser::PathToString(path)); in SkDrawPathCommand()
473 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawPathCommand()
490 fInfo.push(temp); in SkDrawPictureCommand()
521 fInfo.push(SkObjectParser::PointsToString(pts, count)); in SkDrawPointsCommand()
522 fInfo.push(SkObjectParser::ScalarToString(SkIntToScalar((unsigned int)count), in SkDrawPointsCommand()
524 fInfo.push(SkObjectParser::PointModeToString(mode)); in SkDrawPointsCommand()
525 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawPointsCommand()
569 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawPosTextCommand()
571 fInfo.push(SkObjectParser::PointsToString(pos, 1)); in SkDrawPosTextCommand()
572 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawPosTextCommand()
596 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawPosTextHCommand()
597 fInfo.push(SkObjectParser::ScalarToString(xpos[0], "XPOS: ")); in SkDrawPosTextHCommand()
598 fInfo.push(SkObjectParser::ScalarToString(constY, "SkScalar constY: ")); in SkDrawPosTextHCommand()
599 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawPosTextHCommand()
611 fInfo.push(SkObjectParser::RectToString(rect)); in SkDrawRectCommand()
612 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawRectCommand()
624 fInfo.push(SkObjectParser::RRectToString(rrect)); in SkDrawRRectCommand()
625 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawRRectCommand()
650 fInfo.push(SkObjectParser::BitmapToString(bitmap)); in SkDrawSpriteCommand()
651 fInfo.push(SkObjectParser::IntToString(left, "Left: ")); in SkDrawSpriteCommand()
652 fInfo.push(SkObjectParser::IntToString(top, "Top: ")); in SkDrawSpriteCommand()
654 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkDrawSpriteCommand()
677 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawTextCommand()
678 fInfo.push(SkObjectParser::ScalarToString(x, "SkScalar x: ")); in SkDrawTextCommand()
679 fInfo.push(SkObjectParser::ScalarToString(y, "SkScalar y: ")); in SkDrawTextCommand()
680 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawTextCommand()
702 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding())); in SkDrawTextOnPathCommand()
703 fInfo.push(SkObjectParser::PathToString(path)); in SkDrawTextOnPathCommand()
705 fInfo.push(SkObjectParser::MatrixToString(*matrix)); in SkDrawTextOnPathCommand()
707 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawTextOnPathCommand()
759 fInfo.push(SkObjectParser::CustomTextToString("To be implemented.")); in SkDrawVerticesCommand()
760 fInfo.push(SkObjectParser::PaintToString(paint)); in SkDrawVerticesCommand()
779 fInfo.push(SkObjectParser::CustomTextToString("No Parameters")); in SkRestoreCommand()
794 fInfo.push(SkObjectParser::ScalarToString(degrees, "SkScalar degrees: ")); in SkRotateCommand()
804 fInfo.push(SkObjectParser::SaveFlagsToString(flags)); in SkSaveCommand()
833 fInfo.push(SkObjectParser::RectToString(*bounds, "Bounds: ")); in SkSaveLayerCommand()
836 fInfo.push(SkObjectParser::PaintToString(*paint)); in SkSaveLayerCommand()
838 fInfo.push(SkObjectParser::SaveFlagsToString(flags)); in SkSaveLayerCommand()
856 fInfo.push(SkObjectParser::ScalarToString(sx, "SkScalar sx: ")); in SkScaleCommand()
857 fInfo.push(SkObjectParser::ScalarToString(sy, "SkScalar sy: ")); in SkScaleCommand()
868 fInfo.push(SkObjectParser::MatrixToString(matrix)); in SkSetMatrixCommand()
880 fInfo.push(SkObjectParser::ScalarToString(sx, "SkScalar sx: ")); in SkSkewCommand()
881 fInfo.push(SkObjectParser::ScalarToString(sy, "SkScalar sy: ")); in SkSkewCommand()
893 fInfo.push(SkObjectParser::ScalarToString(dx, "SkScalar dx: ")); in SkTranslateCommand()
894 fInfo.push(SkObjectParser::ScalarToString(dy, "SkScalar dy: ")); in SkTranslateCommand()