Home
last modified time | relevance | path

Searched refs:fWhite (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/
Dskdiff_utils.cpp150 drp->fWhite.fBitmap.setConfig(SkBitmap::kARGB_8888_Config, w, h); in create_and_write_diff_image()
151 drp->fWhite.fBitmap.allocPixels(); in create_and_write_diff_image()
160 drp->fWhite.fStatus = DiffResource::kUnspecified_Status; in create_and_write_diff_image()
168 drp->fWhite.fFilename = filename_to_white_filename(filename); in create_and_write_diff_image()
169 drp->fWhite.fFullPath = outputDir; in create_and_write_diff_image()
170 drp->fWhite.fFullPath.append(drp->fWhite.fFilename); in create_and_write_diff_image()
171 drp->fWhite.fStatus = DiffResource::kSpecified_Status; in create_and_write_diff_image()
179 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) { in create_and_write_diff_image()
180 drp->fWhite.fStatus = DiffResource::kExists_Status; in create_and_write_diff_image()
182 drp->fWhite.fStatus = DiffResource::kDoesNotExist_Status; in create_and_write_diff_image()
Dskdiff.cpp167 SkAutoLockPixels alpWhite(dr->fWhite.fBitmap); in compute_diff()
208 *dr->fWhite.fBitmap.getAddr32(x, y) = PMCOLOR_WHITE; in compute_diff()
211 *dr->fWhite.fBitmap.getAddr32(x, y) = PMCOLOR_BLACK; in compute_diff()
Dskdiff.h115 , fWhite() in DiffRecord()
133 DiffResource fWhite; member
Dskdiff_html.cpp216 print_diff_resource_cell(stream, diff.fWhite, relativePath, true); in print_diff_row()
Dskdiff_main.cpp287 fDrp->fWhite.fBitmap.setPixelRef(NULL); in ~AutoReleasePixels()