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

  /external/deqp/framework/delibs/destream/
deIOStream.h 62 deIOStreamReadFunc readFunc;
99 DE_ASSERT(stream->vfTable->readFunc);
101 return stream->vfTable->readFunc(stream->streamData, buf, bufSize, numRead);
  /external/giflib/
gif_lib.h 180 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
dgif_lib.c 156 DGifOpen(void *userData, InputFunc readFunc, int *Error)
188 Private->Read = readFunc; /* TVT */
    [all...]
  /external/libxml2/include/libxml/
xmlIO.h 207 xmlInputReadCallback readFunc,
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 439 writeFunc, readFunc = self.__class__.xmlDataFunctions[ttFont.bitmapGlyphDataFormat]
447 writeFunc, readFunc = self.__class__.xmlDataFunctions[option]
448 readFunc(self, name, attrs, content, ttFont)
  /external/libxml2/
xmlIO.c     [all...]

Completed in 5162 milliseconds