OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWeOwnThePixels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkSurface_Raster.cpp
32
bool
fWeOwnThePixels
;
88
fWeOwnThePixels
= false; // We are "Direct"
96
fWeOwnThePixels
= true;
117
return SkNewImageFromBitmap(fBitmap,
fWeOwnThePixels
);
124
SkASSERT(
fWeOwnThePixels
);
/external/skia/src/image/
SkSurface_Raster.cpp
32
bool
fWeOwnThePixels
;
88
fWeOwnThePixels
= false; // We are "Direct"
96
fWeOwnThePixels
= true;
117
return SkNewImageFromBitmap(fBitmap,
fWeOwnThePixels
);
124
SkASSERT(
fWeOwnThePixels
);
Completed in 2371 milliseconds