OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encoding_succeeded
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/resources/
picture.cc
41
bool
encoding_succeeded
= false;
local
47
encoding_succeeded
= gfx::JPEGCodec::Encode(
56
encoding_succeeded
= gfx::PNGCodec::EncodeBGRASkBitmap(bm, false, &data);
59
if (
encoding_succeeded
) {
Completed in 90 milliseconds