Home | History | Annotate | Download | only in tools

Lines Matching refs:fWhite

150         drp->fWhite.fBitmap.setConfig(SkBitmap::kARGB_8888_Config, w, h);
151 drp->fWhite.fBitmap.allocPixels();
160 drp->fWhite.fStatus = DiffResource::kUnspecified_Status;
168 drp->fWhite.fFilename = filename_to_white_filename(filename);
169 drp->fWhite.fFullPath = outputDir;
170 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
171 drp->fWhite.fStatus = DiffResource::kSpecified_Status;
179 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) {
180 drp->fWhite.fStatus = DiffResource::kExists_Status;
182 drp->fWhite.fStatus = DiffResource::kDoesNotExist_Status;