OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDifference
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/skia/tools/
skdiff_utils.cpp
131
drp->
fDifference
.fBitmap.allocN32Pixels(w, h);
141
drp->
fDifference
.fStatus = DiffResource::kUnspecified_Status;
145
drp->
fDifference
.fFilename = filename_to_diff_filename(filename);
146
drp->
fDifference
.fFullPath = outputDir;
147
drp->
fDifference
.fFullPath.append(drp->
fDifference
.fFilename);
148
drp->
fDifference
.fStatus = DiffResource::kSpecified_Status;
156
if (write_bitmap(drp->
fDifference
.fFullPath, drp->
fDifference
.fBitmap)) {
157
drp->
fDifference
.fStatus = DiffResource::kExists_Status
[
all
...]
skdiff.h
114
,
fDifference
()
132
DiffResource
fDifference
;
267
* Expects dr->fWhite.fBitmap and dr->
fDifference
.fBitmap to have the same bounds as
skdiff.cpp
166
SkAutoLockPixels alpDiff(dr->
fDifference
.fBitmap);
207
*dr->
fDifference
.fBitmap.getAddr32(x, y) = outputDifference;
210
*dr->
fDifference
.fBitmap.getAddr32(x, y) = 0;
skdiff_html.cpp
217
print_diff_resource_cell(stream, diff.
fDifference
, relativePath, true);
skdiff_main.cpp
289
fDrp->
fDifference
.fBitmap.setPixelRef(NULL);
/external/skia/tools/
skdiff_utils.cpp
147
drp->
fDifference
.fBitmap.allocN32Pixels(w, h);
157
drp->
fDifference
.fStatus = DiffResource::kUnspecified_Status;
161
drp->
fDifference
.fFilename = filename_to_diff_filename(filename);
162
drp->
fDifference
.fFullPath = outputDir;
163
drp->
fDifference
.fFullPath.append(drp->
fDifference
.fFilename);
164
drp->
fDifference
.fStatus = DiffResource::kSpecified_Status;
172
if (write_bitmap(drp->
fDifference
.fFullPath, drp->
fDifference
.fBitmap)) {
173
drp->
fDifference
.fStatus = DiffResource::kExists_Status
[
all
...]
skdiff.h
114
,
fDifference
()
132
DiffResource
fDifference
;
267
* Expects dr->fWhite.fBitmap and dr->
fDifference
.fBitmap to have the same bounds as
skdiff.cpp
166
SkAutoLockPixels alpDiff(dr->
fDifference
.fBitmap);
207
*dr->
fDifference
.fBitmap.getAddr32(x, y) = outputDifference;
210
*dr->
fDifference
.fBitmap.getAddr32(x, y) = 0;
skdiff_html.cpp
217
print_diff_resource_cell(stream, diff.
fDifference
, relativePath, true);
skdiff_main.cpp
289
fDrp->
fDifference
.fBitmap.setPixelRef(NULL);
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 1291 milliseconds