Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsio0.c50 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLRead() local
53 ResData -> Pointer += len; in NULLRead()
62 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLSeek() local
64 ResData ->Pointer = offset; in NULLSeek()
71 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLTell() local
72 return ResData -> Pointer; in NULLTell()
78 FILENULL* ResData = (FILENULL*) iohandler ->stream; in NULLWrite() local
80 ResData ->Pointer += size; in NULLWrite()
81 if (ResData ->Pointer > iohandler->UsedSpace) in NULLWrite()
82 iohandler->UsedSpace = ResData ->Pointer; in NULLWrite()
[all …]