Home
last modified time | relevance | path

Searched refs:Private (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c110 (((GifFilePrivateType*)_gif->Private)->Read ? \
111 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
583 ((GifFilePrivateType*)(GifFile->Private))->Read = NULL; in MstDGifProcess()
777 GifFilePrivateType *Private; in MstDGifOpenFileHandle() local
782 Private = (GifFilePrivateType *)&g_Private; in MstDGifOpenFileHandle()
790 if ((Private = (GifFilePrivateType *)&g_Private) == NULL) in MstDGifOpenFileHandle()
797 GifFile->Private = (VoidPtr) Private; in MstDGifOpenFileHandle()
798 Private->FileHandle = FileHandle; in MstDGifOpenFileHandle()
799 Private->FileState = FILE_STATE_READ; in MstDGifOpenFileHandle()
800 Private->Read = read_fun;//0; /* don't use alternate input method (TVT) */ in MstDGifOpenFileHandle()
[all …]
H A Dgif_lib_private.h97 #define IS_READABLE(Private) (Private->FileState & FILE_STATE_READ) argument
98 #define IS_WRITEABLE(Private) (Private->FileState & FILE_STATE_WRITE) argument
H A Dgif_lib.h178 VoidPtr Private; /* Don't mess with this! */ member
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile297 # Private class members and static file members will be hidden unless
H A Dbsp.dxyfile296 # Private class members and static file members will be hidden unless
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.07141 /* Static Variable and Functions (Private) */