Lines Matching refs:fInfo

27     fInfo.deleteAll();
87 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
202 fInfo.push(SkObjectParser::PathToString(path));
203 fInfo.push(SkObjectParser::RegionOpToString(op));
204 fInfo.push(SkObjectParser::BoolToString(doAA));
221 fInfo.push(SkObjectParser::RegionToString(region));
222 fInfo.push(SkObjectParser::RegionOpToString(op));
235 fInfo.push(SkObjectParser::RectToString(rect));
236 fInfo.push(SkObjectParser::RegionOpToString(op));
237 fInfo.push(SkObjectParser::BoolToString(doAA));
250 fInfo.push(SkObjectParser::RRectToString(rrect));
251 fInfo.push(SkObjectParser::RegionOpToString(op));
252 fInfo.push(SkObjectParser::BoolToString(doAA));
268 fInfo.push(SkObjectParser::MatrixToString(matrix));
288 fInfo.push(SkObjectParser::BitmapToString(bitmap));
289 fInfo.push(SkObjectParser::ScalarToString(left, "SkScalar left: "));
290 fInfo.push(SkObjectParser::ScalarToString(top, "SkScalar top: "));
292 fInfo.push(SkObjectParser::PaintToString(*paint));
318 fInfo.push(SkObjectParser::BitmapToString(bitmap));
319 fInfo.push(SkObjectParser::MatrixToString(matrix));
321 fInfo.push(SkObjectParser::PaintToString(*paint));
347 fInfo.push(SkObjectParser::BitmapToString(bitmap));
348 fInfo.push(SkObjectParser::IRectToString(center));
349 fInfo.push(SkObjectParser::RectToString(dst, "Dst: "));
351 fInfo.push(SkObjectParser::PaintToString(*paint));
384 fInfo.push(SkObjectParser::BitmapToString(bitmap));
386 fInfo.push(SkObjectParser::RectToString(*src, "Src: "));
388 fInfo.push(SkObjectParser::RectToString(dst, "Dst: "));
390 fInfo.push(SkObjectParser::PaintToString(*paint));
392 fInfo.push(SkObjectParser::IntToString(fFlags, "Flags: "));
413 fInfo.push(str);
425 fInfo.push(temp);
434 fInfo.push(temp);
446 fInfo.push(SkObjectParser::RectToString(oval));
447 fInfo.push(SkObjectParser::PaintToString(paint));
474 fInfo.push(SkObjectParser::PaintToString(paint));
492 fInfo.push(SkObjectParser::PathToString(path));
493 fInfo.push(SkObjectParser::PaintToString(paint));
510 fInfo.push(temp);
541 fInfo.push(SkObjectParser::PointsToString(pts, count));
542 fInfo.push(SkObjectParser::ScalarToString(SkIntToScalar((unsigned int)count),
544 fInfo.push(SkObjectParser::PointModeToString(mode));
545 fInfo.push(SkObjectParser::PaintToString(paint));
589 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
591 fInfo.push(SkObjectParser::PointsToString(pos, 1));
592 fInfo.push(SkObjectParser::PaintToString(paint));
616 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
617 fInfo.push(SkObjectParser::ScalarToString(xpos[0], "XPOS: "));
618 fInfo.push(SkObjectParser::ScalarToString(constY, "SkScalar constY: "));
619 fInfo.push(SkObjectParser::PaintToString(paint));
631 fInfo.push(SkObjectParser::RectToString(rect));
632 fInfo.push(SkObjectParser::PaintToString(paint));
644 fInfo.push(SkObjectParser::RRectToString(rrect));
645 fInfo.push(SkObjectParser::PaintToString(paint));
665 fInfo.push(SkObjectParser::RRectToString(outer));
666 fInfo.push(SkObjectParser::RRectToString(inner));
667 fInfo.push(SkObjectParser::PaintToString(paint));
692 fInfo.push(SkObjectParser::BitmapToString(bitmap));
693 fInfo.push(SkObjectParser::IntToString(left, "Left: "));
694 fInfo.push(SkObjectParser::IntToString(top, "Top: "));
696 fInfo.push(SkObjectParser::PaintToString(*paint));
719 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
720 fInfo.push(SkObjectParser::ScalarToString(x, "SkScalar x: "));
721 fInfo.push(SkObjectParser::ScalarToString(y, "SkScalar y: "));
722 fInfo.push(SkObjectParser::PaintToString(paint));
744 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
745 fInfo.push(SkObjectParser::PathToString(path));
747 fInfo.push(SkObjectParser::MatrixToString(*matrix));
749 fInfo.push(SkObjectParser::PaintToString(paint));
801 fInfo.push(SkObjectParser::CustomTextToString("To be implemented."));
802 fInfo.push(SkObjectParser::PaintToString(paint));
821 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
836 fInfo.push(SkObjectParser::ScalarToString(degrees, "SkScalar degrees: "));
846 fInfo.push(SkObjectParser::SaveFlagsToString(flags));
875 fInfo.push(SkObjectParser::RectToString(*bounds, "Bounds: "));
878 fInfo.push(SkObjectParser::PaintToString(*paint));
880 fInfo.push(SkObjectParser::SaveFlagsToString(flags));
902 fInfo.push(SkObjectParser::ScalarToString(sx, "SkScalar sx: "));
903 fInfo.push(SkObjectParser::ScalarToString(sy, "SkScalar sy: "));
914 fInfo.push(SkObjectParser::MatrixToString(matrix));
926 fInfo.push(SkObjectParser::ScalarToString(sx, "SkScalar sx: "));
927 fInfo.push(SkObjectParser::ScalarToString(sy, "SkScalar sy: "));
939 fInfo.push(SkObjectParser::ScalarToString(dx, "SkScalar dx: "));
940 fInfo.push(SkObjectParser::ScalarToString(dy, "SkScalar dy: "));
950 fInfo.push(SkObjectParser::RectToString(cullRect));