OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:img_ptr_arr_ptr
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_gif.cpp
153
p->gif_ptr->
img_ptr_arr_ptr
->GetAt(frame_num)->image_info_ptr->left;
155
p->gif_ptr->
img_ptr_arr_ptr
->GetAt(frame_num)->image_info_ptr->top;
/external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp
364
gif_ptr->
img_ptr_arr_ptr
= new CFX_ArrayTemplate<GifImage*>;
385
if (gif_ptr->
img_ptr_arr_ptr
!= NULL) {
386
int32_t size_img_arr = gif_ptr->
img_ptr_arr_ptr
->GetSize();
388
GifImage* p = gif_ptr->
img_ptr_arr_ptr
->GetAt(i);
404
gif_ptr->
img_ptr_arr_ptr
->RemoveAll();
405
delete gif_ptr->
img_ptr_arr_ptr
;
[
all
...]
fx_gif.h
228
CFX_ArrayTemplate<GifImage*>*
img_ptr_arr_ptr
;
member in struct:tag_gif_decompress_struct
Completed in 42 milliseconds