Lines Matching refs:dump
36 void SkOpAngle::dump() const {
128 void SkOpAngleSet::dump() const {
136 void SkOpContour::dump() const {
226 void SkDCubic::dump() const {
230 fPts[index].dump();
233 fPts[index].dump();
248 fPts[index].dump();
255 fPts[index].dump();
260 void SkDLine::dump() const {
262 fPts[0].dump();
264 fPts[1].dump();
268 void SkDPoint::dump() const {
276 void SkDPoint::Dump(const SkPoint& pt) {
289 fPts[index].dump();
292 fPts[index].dump();
296 void SkDQuad::dump() const {
300 void SkIntersectionHelper::dump() const {
301 SkDPoint::Dump(pts()[0]);
302 SkDPoint::Dump(pts()[1]);
304 SkDPoint::Dump(pts()[2]);
307 SkDPoint::Dump(pts()[3]);
356 SkDPoint::Dump(fPts[index]);
359 SkDPoint::Dump(fPts[index]);
369 dPt.dump();
404 contours[index].dump();
411 contours[index]->dump();
528 SkDPoint::Dump(fPt);
579 void SkOpSpan::dump() const {
592 void Dump(const SkTArray<class SkOpContour, true>& contours) {
596 void Dump(const SkTArray<class SkOpContour* , true>& contours) {
600 void Dump(const SkTArray<class SkOpContour, true>* contours) {
604 void Dump(const SkTArray<class SkOpContour* , true>* contours) {
608 void Dump(const SkTDArray<SkOpSpan *>& chase) {
612 void Dump(const SkTDArray<SkOpSpan *>* chase) {
715 quad2.dump();
742 line.dump();