Home | History | Annotate | Download | only in debugger

Lines Matching refs:overview

64                                  SkString* overview,
78 overview->reset();
90 overview->append(SkDrawCommand::GetCommandString((SkDrawCommand::OpType) i));
91 overview->append(": ");
92 overview->appendS32(counts[i]);
94 overview->append(" - ");
95 overview->appendf("%.2f", (*typeTimes)[i]/(float)numRuns);
96 overview->append("ms");
97 overview->append(" - ");
99 overview->appendf("%.2f", percent);
100 overview->append("%");
106 overview->append("<br/>");
119 overview->append("Total Time: ");
120 overview->appendf("%.2f", totTime/(float)numRuns);
121 overview->append("ms");
123 overview->append(" ");
124 overview->appendScalar(SkDoubleToScalar(totPercent));
125 overview->append("% ");
127 overview->append("<br/>");
134 overview->insert(0, totalStr);
136 overview->append("<br/>SkPicture L: ");
137 overview->appendScalar(this->pictureCull().fLeft);
138 overview->append(" T: ");
139 overview->appendScalar(this->pictureCull().fTop);
140 overview->append(" R: ");
141 overview->appendScalar(this->pictureCull().fRight);
142 overview->append(" B: ");
143 overview->appendScalar(this->pictureCull().fBottom);
144 overview->append("<br/>");