Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/destream/
DdeIOStream.h62 deIOStreamReadFunc readFunc; member
99 DE_ASSERT(stream->vfTable->readFunc); in deIOStream_read()
101 return stream->vfTable->readFunc(stream->streamData, buf, bufSize, numRead); in deIOStream_read()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py448 writeFunc, readFunc = self.__class__.xmlDataFunctions[ttFont.bitmapGlyphDataFormat]
456 writeFunc, readFunc = self.__class__.xmlDataFunctions[option]
457 readFunc(self, name, attrs, content, ttFont)
/external/libxml2/include/libxml/
DxmlIO.h207 xmlInputReadCallback readFunc,
/external/giflib/
Dgif_lib.h182 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
Ddgif_lib.c159 DGifOpen(void *userData, InputFunc readFunc, int *Error) in DGifOpen() argument
192 Private->Read = readFunc; /* TVT */ in DGifOpen()
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle249 d readFunc value like(xmlInputReadCallback)
/external/libxml2/
DxmlIO.c2179 xmlInputOpenCallback openFunc, xmlInputReadCallback readFunc, in xmlRegisterInputCallbacks() argument
2186 xmlInputCallbackTable[xmlInputCallbackNr].readcallback = readFunc; in xmlRegisterInputCallbacks()