Searched refs:custom_ptr (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
H A DWEBPImageEncoder.cpp45 static_cast<Vector<unsigned char>*>(picture->custom_ptr)->append(data, size);
108 picture.custom_ptr = output;
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c187 WebPMemoryWriter* const w = (WebPMemoryWriter*)picture->custom_ptr;
249 pic.custom_ptr = &wrt;
/external/webp/src/enc/
H A Dpicture.c187 WebPMemoryWriter* const w = (WebPMemoryWriter*)picture->custom_ptr;
249 pic.custom_ptr = &wrt;
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h218 // reference (and so one can make use of picture->custom_ptr).
223 // the following WebPMemoryWriter object (to be set as a custom_ptr).
239 // The custom writer to be used with WebPMemoryWriter as custom_ptr. Upon
310 void* custom_ptr; // can be used by the writer. member in struct:WebPPicture
/external/webp/include/webp/
H A Dencode.h218 // reference (and so one can make use of picture->custom_ptr).
223 // the following WebPMemoryWriter object (to be set as a custom_ptr).
239 // The custom writer to be used with WebPMemoryWriter as custom_ptr. Upon
310 void* custom_ptr; // can be used by the writer. member in struct:WebPPicture
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp588 SkWStream* const stream = (SkWStream*)picture->custom_ptr;
628 pic.custom_ptr = (void*)stream;
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp588 SkWStream* const stream = (SkWStream*)picture->custom_ptr;
628 pic.custom_ptr = (void*)stream;

Completed in 161 milliseconds