Lines Matching refs:fFilename
70 sk_bzero(fFilename, sizeof(fFilename)); in init()
77 outStr.printf("%s %d %d%s", fFilename, fPixelError, fTime, LINE_FEED); in status()
85 strcpy(test.fFilename, filename); in Test()
94 strcpy(fFilename, filename.c_str()); in test()
100 char fFilename[kMaxLength]; member
142 SkASSERT(strlen(str) < sizeof(fState.fResult.fFilename) - 1); in SkpSkGrThreadedRunnable()
144 strcpy(fState.fResult.fFilename, str); in SkpSkGrThreadedRunnable()
304 strcpy(data->fFilesFound[dCount], data->fResult.fFilename); in addError()
317 strcpy(data->fFilesFound[smallestIndex], data->fResult.fFilename); in addError()
380 d.printf(" {%d, \"%s\"},", fDirNo, fFilename); in testOne()
381 SkString path = make_filepath(fDirNo, IN_DIR, fFilename); in testOne()
393 SkString wPath = make_filepath(0, outSkpDir, fFilename); in testOne()
400 SkDebugf("unable to decode %s\n", fFilename); in testOne()
413 SkDebugf("unable to allocate context for %s\n", fFilename); in testOne()
434 fFilename, pWidth, pHeight, dim.fX, dim.fY); in testOne()
447 SkDebugf("unable to allocate texture for %s (w=%d h=%d)\n", fFilename, in testOne()
465 SkString pngStr = make_png_name(fFilename); in testOne()
511 result->fFilename[i++] = '\0'; in fetch()
514 result->fFilename[i++] = c; in fetch()
552 SkASSERT(filename.equals(result->fFilename)); in match()
733 strcpy(encoder.fFilename, max.fFilesFound[index]); in DEF_TEST()