OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pt_ptr_arr_ptr
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp
369
gif_ptr->
pt_ptr_arr_ptr
= new CFX_ArrayTemplate<GifPlainText*>;
423
if (gif_ptr->
pt_ptr_arr_ptr
!= NULL) {
424
int32_t size_pt_arr = gif_ptr->
pt_ptr_arr_ptr
->GetSize();
426
GifPlainText* p = gif_ptr->
pt_ptr_arr_ptr
->GetAt(i);
437
gif_ptr->
pt_ptr_arr_ptr
->RemoveAll();
438
delete gif_ptr->
pt_ptr_arr_ptr
;
854
gif_ptr->
pt_ptr_arr_ptr
->Add(gif_pt_ptr);
[
all
...]
fx_gif.h
258
CFX_ArrayTemplate<GifPlainText*>*
pt_ptr_arr_ptr
;
member in struct:tag_gif_decompress_struct
Completed in 175 milliseconds