Lines Matching refs:NN_MATH_REPORT
39 if (name) { NN_MATH_REPORT("%s", name); } in Report()
40 else { NN_MATH_REPORT("Transform2\n"); } in Report()
42 NN_MATH_REPORT("Scale <%f, %f>\n", scale.x, scale.y); in Report()
43 NN_MATH_REPORT("Rotate <%f, %f>\n", rotate.x, rotate.y); in Report()
44 NN_MATH_REPORT("Translate<%f, %f>\n", translate.x, translate.y); in Report()
46 if (bNewline) { NN_MATH_REPORT("\n"); } in Report()
62 if (name) { NN_MATH_REPORT("%s", name); } in Report()
63 else { NN_MATH_REPORT("Transform3\n"); } in Report()
65 NN_MATH_REPORT("Scale <%f, %f, %f>\n", scale.x, scale.y, scale.z); in Report()
66 NN_MATH_REPORT("Rotate <%f, %f, %f>\n", rotate.x, rotate.y, rotate.z); in Report()
67 NN_MATH_REPORT("Translate<%f, %f, %f>\n", translate.x, translate.y, translate.z); in Report()
69 if (bNewline) { NN_MATH_REPORT("\n"); } in Report()