HomeSort by relevance Sort by last modified time
    Searched refs:custom_ptr (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/
WEBPImageEncoder.cpp 45 static_cast<Vector<unsigned char>*>(picture->custom_ptr)->append(data, size);
108 picture.custom_ptr = output;
  /external/chromium_org/third_party/libwebp/webp/
encode.h 207 // reference (and so one can make use of picture->custom_ptr).
212 // the following WebPMemoryWriter object (to be set as a custom_ptr).
223 // The custom writer to be used with WebPMemoryWriter as custom_ptr. Upon
297 void* custom_ptr; // can be used by the writer. member in struct:WebPPicture
  /external/webp/include/webp/
encode.h 207 // reference (and so one can make use of picture->custom_ptr).
212 // the following WebPMemoryWriter object (to be set as a custom_ptr).
223 // The custom writer to be used with WebPMemoryWriter as custom_ptr. Upon
297 void* custom_ptr; // can be used by the writer. member in struct:WebPPicture
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp 506 SkWStream* const stream = (SkWStream*)picture->custom_ptr;
542 pic.custom_ptr = (void*)stream;
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 520 SkWStream* const stream = (SkWStream*)picture->custom_ptr;
556 pic.custom_ptr = (void*)stream;
  /external/chromium_org/third_party/libwebp/enc/
picture.c 485 WebPMemoryWriter* const w = (WebPMemoryWriter*)picture->custom_ptr;
    [all...]
  /external/webp/src/enc/
picture.c 485 WebPMemoryWriter* const w = (WebPMemoryWriter*)picture->custom_ptr;
    [all...]

Completed in 213 milliseconds