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

  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp 599 GIF_PTR_NOT_NULL(gif_ptr->global_pal_ptr, gif_ptr);
764 GIF_PTR_NOT_NULL(gif_ptr->app_data, gif_ptr);
796 GIF_PTR_NOT_NULL(gif_pt_ptr, gif_ptr);
800 GIF_PTR_NOT_NULL(gif_pt_ptr->pte_ptr, gif_ptr);
802 GIF_PTR_NOT_NULL(gif_pt_ptr->string_ptr, gif_ptr);
866 GIF_PTR_NOT_NULL(gif_ptr->gce_ptr, gif_ptr);
913 GIF_PTR_NOT_NULL(gif_image_ptr, gif_ptr);
917 GIF_PTR_NOT_NULL(gif_image_ptr->image_info_ptr, gif_ptr);
    [all...]
fx_gif.h 328 #define GIF_PTR_NOT_NULL(ptr, gif_ptr) \

Completed in 59 milliseconds