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

/external/skia/tools/skdiff/
H A Dskdiff_utils.cpp144 drp->fWhite.fBitmap.allocN32Pixels(w, h);
153 drp->fWhite.fStatus = DiffResource::kUnspecified_Status;
161 drp->fWhite.fFilename = filename_to_white_filename(filename);
162 drp->fWhite.fFullPath = outputDir;
163 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
164 drp->fWhite.fStatus = DiffResource::kSpecified_Status;
172 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) {
173 drp->fWhite
[all...]
H A Dskdiff.h115 , fWhite()
133 DiffResource fWhite; member in struct:DiffRecord
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;
209 *dr->fWhite.fBitmap.getAddr32(x, y) = PMCOLOR_BLACK;
H A Dskdiff_html.cpp216 print_diff_resource_cell(stream, diff.fWhite, relativePath, true);
H A Dskdiff_main.cpp336 fDrp->fWhite.fBitmap.setPixelRef(nullptr, 0, 0);
/external/skqp/tools/skdiff/
H A Dskdiff_utils.cpp144 drp->fWhite.fBitmap.allocN32Pixels(w, h);
153 drp->fWhite.fStatus = DiffResource::kUnspecified_Status;
161 drp->fWhite.fFilename = filename_to_white_filename(filename);
162 drp->fWhite.fFullPath = outputDir;
163 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
164 drp->fWhite.fStatus = DiffResource::kSpecified_Status;
172 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) {
173 drp->fWhite
[all...]
H A Dskdiff.h115 , fWhite()
133 DiffResource fWhite; member in struct:DiffRecord
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;
209 *dr->fWhite.fBitmap.getAddr32(x, y) = PMCOLOR_BLACK;
H A Dskdiff_html.cpp216 print_diff_resource_cell(stream, diff.fWhite, relativePath, true);
H A Dskdiff_main.cpp336 fDrp->fWhite.fBitmap.setPixelRef(nullptr, 0, 0);
/external/dng_sdk/source/
H A Ddng_negative.cpp4278 real64 fWhite;
4292 , fWhite (white)
4295 , scale (1.0 / (fWhite - fBlack))

Completed in 929 milliseconds