Home | History | Annotate | Download | only in themes

Lines Matching full:decode

521     // Decode the PNG.
523 if (!gfx::PNGCodec::Decode(memory->front(), memory->size(),
525 NOTREACHED() << "Unable to decode theme image resource " << idr_id
873 // Decode the PNG.
875 if (gfx::PNGCodec::Decode(raw_data->front(), raw_data->size(),
879 NOTREACHED() << "Unable to decode theme image resource " << it->first;