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

/external/chromium_org/third_party/skia/tools/
H A Dskdiff_utils.cpp133 drp->fWhite.fBitmap.allocN32Pixels(w, h);
142 drp->fWhite.fStatus = DiffResource::kUnspecified_Status;
150 drp->fWhite.fFilename = filename_to_white_filename(filename);
151 drp->fWhite.fFullPath = outputDir;
152 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
153 drp->fWhite.fStatus = DiffResource::kSpecified_Status;
161 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) {
162 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.cpp167 SkAutoLockPixels alpWhite(dr->fWhite.fBitmap);
208 *dr->fWhite.fBitmap.getAddr32(x, y) = PMCOLOR_WHITE;
211 *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.cpp290 fDrp->fWhite.fBitmap.setPixelRef(NULL);
/external/skia/tools/
H A Dskdiff_utils.cpp149 drp->fWhite.fBitmap.allocN32Pixels(w, h);
158 drp->fWhite.fStatus = DiffResource::kUnspecified_Status;
166 drp->fWhite.fFilename = filename_to_white_filename(filename);
167 drp->fWhite.fFullPath = outputDir;
168 drp->fWhite.fFullPath.append(drp->fWhite.fFilename);
169 drp->fWhite.fStatus = DiffResource::kSpecified_Status;
177 if (write_bitmap(drp->fWhite.fFullPath, drp->fWhite.fBitmap)) {
178 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.cpp167 SkAutoLockPixels alpWhite(dr->fWhite.fBitmap);
208 *dr->fWhite.fBitmap.getAddr32(x, y) = PMCOLOR_WHITE;
211 *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.cpp290 fDrp->fWhite.fBitmap.setPixelRef(NULL);

Completed in 104 milliseconds