Lines Matching full:static_cast
25 SkDebugf("%s [%d] cubic to quadratics failed count=%d\n", name, static_cast<int>(index),
42 SkDebugf("%s [%d] cubic to quadratics failed count=%d\n", name, static_cast<int>(index),
60 SkDebugf("[%d] unmatched start\n", static_cast<int>(index));
66 SkDebugf("[%d] unmatched end\n", static_cast<int>(index));
83 SkDebugf("[%d][%d] unmatched start\n", static_cast<int>(index), idx2);
89 SkDebugf("[%d][%d] unmatched end\n", static_cast<int>(index), idx2);
177 {static_cast<float>(cubic[0].fX), static_cast<float>(cubic[0].fY)},
178 {static_cast<float>(cubic[1].fX), static_cast<float>(cubic[1].fY)},
179 {static_cast<float>(cubic[2].fX), static_cast<float>(cubic[2].fY)},
180 {static_cast<float>(cubic[3].fX), static_cast<float>(cubic[3].fY)}};