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

  /external/pdfium/third_party/libtiff/
tiffiop.h 243 #ifndef WriteOK
244 #define WriteOK(tif, buf, size) \
tif_dirwrite.c 238 if (!WriteOK(tif, &(tif->tif_header.classic.tiff_diroff),4))
276 if (!WriteOK(tif, &m, 4)) {
296 if (!WriteOK(tif, &(tif->tif_header.big.tiff_diroff),8))
342 if (!WriteOK(tif, &m, 8)) {
    [all...]
tif_open.c 317 if (!WriteOK(tif, &tif->tif_header, (tmsize_t)(tif->tif_header_size))) {
tif_write.c 737 if (!WriteOK(tif, data, cc)) {
tif_dir.c     [all...]

Completed in 54 milliseconds