Home | History | Annotate | Download | only in debugger

Lines Matching refs:SkObjectParser

11 #include "SkObjectParser.h"
83 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
182 fInfo.push(SkObjectParser::PathToString(path));
183 fInfo.push(SkObjectParser::RegionOpToString(op));
184 fInfo.push(SkObjectParser::BoolToString(doAA));
201 fInfo.push(SkObjectParser::RegionToString(region));
202 fInfo.push(SkObjectParser::RegionOpToString(op));
215 fInfo.push(SkObjectParser::RectToString(rect));
216 fInfo.push(SkObjectParser::RegionOpToString(op));
217 fInfo.push(SkObjectParser::BoolToString(doAA));
230 fInfo.push(SkObjectParser::RRectToString(rrect));
231 fInfo.push(SkObjectParser::RegionOpToString(op));
232 fInfo.push(SkObjectParser::BoolToString(doAA));
248 fInfo.push(SkObjectParser::MatrixToString(matrix));
268 fInfo.push(SkObjectParser::BitmapToString(bitmap));
269 fInfo.push(SkObjectParser::ScalarToString(left, "SkScalar left: "));
270 fInfo.push(SkObjectParser::ScalarToString(top, "SkScalar top: "));
272 fInfo.push(SkObjectParser::PaintToString(*paint));
298 fInfo.push(SkObjectParser::BitmapToString(bitmap));
299 fInfo.push(SkObjectParser::MatrixToString(matrix));
301 fInfo.push(SkObjectParser::PaintToString(*paint));
327 fInfo.push(SkObjectParser::BitmapToString(bitmap));
328 fInfo.push(SkObjectParser::IRectToString(center));
329 fInfo.push(SkObjectParser::RectToString(dst, "Dst: "));
331 fInfo.push(SkObjectParser::PaintToString(*paint));
365 fInfo.push(SkObjectParser::BitmapToString(bitmap));
367 fInfo.push(SkObjectParser::RectToString(*src, "Src: "));
369 fInfo.push(SkObjectParser::RectToString(dst, "Dst: "));
371 fInfo.push(SkObjectParser::PaintToString(*paint));
373 fInfo.push(SkObjectParser::IntToString(fFlags, "Flags: "));
426 fInfo.push(SkObjectParser::RectToString(oval));
427 fInfo.push(SkObjectParser::PaintToString(paint));
454 fInfo.push(SkObjectParser::PaintToString(paint));
472 fInfo.push(SkObjectParser::PathToString(path));
473 fInfo.push(SkObjectParser::PaintToString(paint));
521 fInfo.push(SkObjectParser::PointsToString(pts, count));
522 fInfo.push(SkObjectParser::ScalarToString(SkIntToScalar((unsigned int)count),
524 fInfo.push(SkObjectParser::PointModeToString(mode));
525 fInfo.push(SkObjectParser::PaintToString(paint));
569 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
571 fInfo.push(SkObjectParser::PointsToString(pos, 1));
572 fInfo.push(SkObjectParser::PaintToString(paint));
596 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
597 fInfo.push(SkObjectParser::ScalarToString(xpos[0], "XPOS: "));
598 fInfo.push(SkObjectParser::ScalarToString(constY, "SkScalar constY: "));
599 fInfo.push(SkObjectParser::PaintToString(paint));
611 fInfo.push(SkObjectParser::RectToString(rect));
612 fInfo.push(SkObjectParser::PaintToString(paint));
624 fInfo.push(SkObjectParser::RRectToString(rrect));
625 fInfo.push(SkObjectParser::PaintToString(paint));
650 fInfo.push(SkObjectParser::BitmapToString(bitmap));
651 fInfo.push(SkObjectParser::IntToString(left, "Left: "));
652 fInfo.push(SkObjectParser::IntToString(top, "Top: "));
654 fInfo.push(SkObjectParser::PaintToString(*paint));
677 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
678 fInfo.push(SkObjectParser::ScalarToString(x, "SkScalar x: "));
679 fInfo.push(SkObjectParser::ScalarToString(y, "SkScalar y: "));
680 fInfo.push(SkObjectParser::PaintToString(paint));
702 fInfo.push(SkObjectParser::TextToString(text, byteLength, paint.getTextEncoding()));
703 fInfo.push(SkObjectParser::PathToString(path));
705 fInfo.push(SkObjectParser::MatrixToString(*matrix));
707 fInfo.push(SkObjectParser::PaintToString(paint));
759 fInfo.push(SkObjectParser::CustomTextToString("To be implemented."));
760 fInfo.push(SkObjectParser::PaintToString(paint));
779 fInfo.push(SkObjectParser::CustomTextToString("No Parameters"));
794 fInfo.push(SkObjectParser::ScalarToString(degrees, "SkScalar degrees: "));
804 fInfo.push(SkObjectParser::SaveFlagsToString(flags));
833 fInfo.push(SkObjectParser::RectToString(*bounds, "Bounds: "));
836 fInfo.push(SkObjectParser::PaintToString(*paint));
838 fInfo.push(SkObjectParser::SaveFlagsToString(flags));
856 fInfo.push(SkObjectParser::ScalarToString(sx, "SkScalar sx: "));
857 fInfo.push(SkObjectParser::ScalarToString(sy, "SkScalar sy: "));
868 fInfo.push(SkObjectParser::MatrixToString(matrix));
880 fInfo.push(SkObjectParser::ScalarToString(sx, "SkScalar sx: "));
881 fInfo.push(SkObjectParser::ScalarToString(sy, "SkScalar sy: "));
893 fInfo.push(SkObjectParser::ScalarToString(dx, "SkScalar dx: "));
894 fInfo.push(SkObjectParser::ScalarToString(dy, "SkScalar dy: "));