Home
last modified time | relevance | path

Searched refs:fWhite (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff_utils.cpp155 drp->fWhite.fBitmap.allocN32Pixels(w, h); in create_and_write_diff_image()
164 drp->fWhite.fStatus = DiffResource::kUnspecified_Status; in create_and_write_diff_image()
172 drp->fWhite.fFilename = filename_to_white_filename(filename); in create_and_write_diff_image()
173 drp->fWhite.fFullPath = outputDir; in create_and_write_diff_image()
174 drp->fWhite.fFullPath.append(drp->fWhite.fFilename); in create_and_write_diff_image()
175 drp->fWhite.fStatus = DiffResource::kSpecified_Status; in create_and_write_diff_image()
183 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) { in create_and_write_diff_image()
184 drp->fWhite in create_and_write_diff_image()
[all...]
H A Dskdiff.h115 , fWhite() in DiffRecord()
133 DiffResource fWhite; member
267 * Expects dr->fWhite.fBitmap and dr->fDifference.fBitmap to have the same bounds as
H A Dskdiff.cpp206 *dr->fWhite.fBitmap.getAddr32(x, y) = PMCOLOR_WHITE; in compute_diff()
209 *dr->fWhite.fBitmap.getAddr32(x, y) = PMCOLOR_BLACK; in compute_diff()
H A Dskdiff_html.cpp217 print_diff_resource_cell(stream, diff.fWhite, relativePath, true); in print_diff_row()
H A Dskdiff_main.cpp321 fDrp->fWhite.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp4278 real64 fWhite;
4292 , fWhite (white)
4295 , scale (1.0 / (fWhite - fBlack))

Completed in 7 milliseconds