Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/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.fStatus = DiffResource::kExists_Status; in create_and_write_diff_image()
186 drp->fWhite.fStatus = DiffResource::kDoesNotExist_Status; in create_and_write_diff_image()
H A Dskdiff.h115 , fWhite() in DiffRecord()
133 DiffResource fWhite; member
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.cpp216 print_diff_resource_cell(stream, diff.fWhite, relativePath, true); in print_diff_row()
H A Dskdiff_main.cpp336 fDrp->fWhite.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/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.fStatus = DiffResource::kExists_Status; in create_and_write_diff_image()
186 drp->fWhite.fStatus = DiffResource::kDoesNotExist_Status; in create_and_write_diff_image()
H A Dskdiff.h115 , fWhite() in DiffRecord()
133 DiffResource fWhite; member
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.cpp216 print_diff_resource_cell(stream, diff.fWhite, relativePath, true); in print_diff_row()
H A Dskdiff_main.cpp336 fDrp->fWhite.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dyxapp.h108 unsigned long white() const { return fWhite; } in white()
214 unsigned long const fWhite; variable
H A Dyxapp.cc1066 fWhite( WhitePixel(display(), screen())), in YXApplication()