Lines Matching refs:fInfo

29     fInfo.deleteAll();
90 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
205 fInfo.push(SkObjectParser::PathToString(path));
206 fInfo.push(SkObjectParser::RegionOpToString(op));
207 fInfo.push(SkObjectParser::BoolToString(doAA));
224 fInfo.push(SkObjectParser::RegionToString(region));
225 fInfo.push(SkObjectParser::RegionOpToString(op));
238 fInfo.push(SkObjectParser::RectToString(rect));
239 fInfo.push(SkObjectParser::RegionOpToString(op));
240 fInfo.push(SkObjectParser::BoolToString(doAA));
253 fInfo.push(SkObjectParser::RRectToString(rrect));
254 fInfo.push(SkObjectParser::RegionOpToString(op));
255 fInfo.push(SkObjectParser::BoolToString(doAA));
271 fInfo.push(SkObjectParser::MatrixToString(matrix));
291 fInfo.push(SkObjectParser::BitmapToString(bitmap));
292 fInfo.push(SkObjectParser::ScalarToString(left, "SkScalar left: "));
293 fInfo.push(SkObjectParser::ScalarToString(top, "SkScalar top: "));
295 fInfo.push(SkObjectParser::PaintToString(*paint));
321 fInfo.push(SkObjectParser::BitmapToString(bitmap));
322 fInfo.push(SkObjectParser::MatrixToString(matrix));
324 fInfo.push(SkObjectParser::PaintToString(*paint));
350 fInfo.push(SkObjectParser::BitmapToString(bitmap));
351 fInfo.push(SkObjectParser::IRectToString(center));
352 fInfo.push(SkObjectParser::RectToString(dst, "Dst: "));
354 fInfo.push(SkObjectParser::PaintToString(*paint));
387 fInfo.push(SkObjectParser::BitmapToString(bitmap));
389 fInfo.push(SkObjectParser::RectToString(*src, "Src: "));
391 fInfo.push(SkObjectParser::RectToString(dst, "Dst: "));
393 fInfo.push(SkObjectParser::PaintToString(*paint));
395 fInfo.push(SkObjectParser::IntToString(fFlags, "Flags: "));
416 fInfo.push(str);
428 fInfo.push(temp);
437 fInfo.push(temp);
449 fInfo.push(SkObjectParser::RectToString(oval));
450 fInfo.push(SkObjectParser::PaintToString(paint));
477 fInfo.push(SkObjectParser::PaintToString(paint));
495 fInfo.push(SkObjectParser::PathToString(path));
496 fInfo.push(SkObjectParser::PaintToString(paint));
529 fInfo.push(temp);
531 fInfo.push(SkObjectParser::MatrixToString(*matrix));
534 fInfo.push(SkObjectParser::PaintToString(*paint));
564 fInfo.push(SkObjectParser::PointsToString(pts, count));
565 fInfo.push(SkObjectParser::ScalarToString(SkIntToScalar((unsigned int)count),
567 fInfo.push(SkObjectParser::PointModeToString(mode));
568 fInfo.push(SkObjectParser::PaintToString(paint));
612 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
614 fInfo.push(SkObjectParser::PointsToString(pos, 1));
615 fInfo.push(SkObjectParser::PaintToString(paint));
639 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
640 fInfo.push(SkObjectParser::ScalarToString(xpos[0], "XPOS: "));
641 fInfo.push(SkObjectParser::ScalarToString(constY, "SkScalar constY: "));
642 fInfo.push(SkObjectParser::PaintToString(paint));
660 fInfo.push(SkObjectParser::ScalarToString(x, "XPOS: "));
661 fInfo.push(SkObjectParser::ScalarToString(x, "YPOS: "));
662 fInfo.push(SkObjectParser::PaintToString(paint));
688 fInfo.push(SkObjectParser::RectToString(rect));
689 fInfo.push(SkObjectParser::PaintToString(paint));
701 fInfo.push(SkObjectParser::RRectToString(rrect));
702 fInfo.push(SkObjectParser::PaintToString(paint));
722 fInfo.push(SkObjectParser::RRectToString(outer));
723 fInfo.push(SkObjectParser::RRectToString(inner));
724 fInfo.push(SkObjectParser::PaintToString(paint));
749 fInfo.push(SkObjectParser::BitmapToString(bitmap));
750 fInfo.push(SkObjectParser::IntToString(left, "Left: "));
751 fInfo.push(SkObjectParser::IntToString(top, "Top: "));
753 fInfo.push(SkObjectParser::PaintToString(*paint));
776 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
777 fInfo.push(SkObjectParser::ScalarToString(x, "SkScalar x: "));
778 fInfo.push(SkObjectParser::ScalarToString(y, "SkScalar y: "));
779 fInfo.push(SkObjectParser::PaintToString(paint));
801 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
802 fInfo.push(SkObjectParser::PathToString(path));
804 fInfo.push(SkObjectParser::MatrixToString(*matrix));
806 fInfo.push(SkObjectParser::PaintToString(paint));
858 fInfo.push(SkObjectParser::CustomTextToString("To be implemented."));
859 fInfo.push(SkObjectParser::PaintToString(paint));
878 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
893 fInfo.push(SkObjectParser::ScalarToString(degrees, "SkScalar degrees: "));
930 fInfo.push(SkObjectParser::RectToString(*bounds, "Bounds: "));
933 fInfo.push(SkObjectParser::PaintToString(*paint));
935 fInfo.push(SkObjectParser::SaveFlagsToString(flags));
957 fInfo.push(SkObjectParser::ScalarToString(sx, "SkScalar sx: "));
958 fInfo.push(SkObjectParser::ScalarToString(sy, "SkScalar sy: "));
969 fInfo.push(SkObjectParser::MatrixToString(matrix));
981 fInfo.push(SkObjectParser::ScalarToString(sx, "SkScalar sx: "));
982 fInfo.push(SkObjectParser::ScalarToString(sy, "SkScalar sy: "));
994 fInfo.push(SkObjectParser::ScalarToString(dx, "SkScalar dx: "));
995 fInfo.push(SkObjectParser::ScalarToString(dy, "SkScalar dy: "));
1005 fInfo.push(SkObjectParser::RectToString(cullRect));