Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx44 SvStream* pGIF; member in GIFWriter
105 pGIF = &rGIF; in WriteGIF()
311 *pGIF << nWidth; in WriteGlobalHeader()
312 *pGIF << nHeight; in WriteGlobalHeader()
313 *pGIF << cFlags; in WriteGlobalHeader()
403 *pGIF << cFlags; in WriteImageExtension()
404 *pGIF << nDelay; in WriteImageExtension()
434 *pGIF << nPosX; in WriteLocalHeader()
435 *pGIF << nPosY; in WriteLocalHeader()
436 *pGIF << nWidth; in WriteLocalHeader()
[all …]

Completed in 18 milliseconds