Home | History | Annotate | Download | only in images

Lines Matching refs:fLabel

90     AutoTimeMillis(const char label[]) : fLabel(label) {
91 if (!fLabel) {
92 fLabel = "";
97 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
100 const char* fLabel;