Searched refs:readFunc (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/delibs/destream/ |
D | deIOStream.h | 62 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/ |
D | E_B_D_T_.py | 448 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/ |
D | xmlIO.h | 207 xmlInputReadCallback readFunc,
|
/external/giflib/ |
D | gif_lib.h | 182 GifFileType *DGifOpen(void *userPtr, InputFunc readFunc, int *Error); /* new one (TVT) */
|
D | dgif_lib.c | 159 DGifOpen(void *userData, InputFunc readFunc, int *Error) in DGifOpen() argument 192 Private->Read = readFunc; /* TVT */ in DGifOpen()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlIO.rpgle | 249 d readFunc value like(xmlInputReadCallback)
|
/external/libxml2/ |
D | xmlIO.c | 2179 xmlInputOpenCallback openFunc, xmlInputReadCallback readFunc, in xmlRegisterInputCallbacks() argument 2186 xmlInputCallbackTable[xmlInputCallbackNr].readcallback = readFunc; in xmlRegisterInputCallbacks()
|