OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_ptr
(Results
1 - 5
of
5
) sorted by null
/external/webp/include/webp/
encode.h
205
// reference (and so one can make use of picture->
custom_ptr
).
210
// the following WebPMemoryWriter object (to be set as a
custom_ptr
).
221
// The custom writer to be used with WebPMemoryWriter as
custom_ptr
. Upon
296
void*
custom_ptr
; // can be used by the writer.
member in struct:WebPPicture
/external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp
505
SkWStream* const stream = (SkWStream*)picture->
custom_ptr
;
538
pic.
custom_ptr
= (void*)stream;
/external/skia/src/images/
SkImageDecoder_libwebp.cpp
499
SkWStream* const stream = (SkWStream*)picture->
custom_ptr
;
532
pic.
custom_ptr
= (void*)stream;
/external/webp/src/enc/
picture.c
484
WebPMemoryWriter* const w = (WebPMemoryWriter*)picture->
custom_ptr
;
[
all
...]
/external/webp/
README
351
pic.
custom_ptr
= my_opaque_structure_to_make_MyFileWriter_work;
Completed in 450 milliseconds