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

  /external/libpng/
pnginfo.h 168 /* The oFFs chunk gives the offset in "offset_unit_type" units rightwards
175 png_byte offset_unit_type; /* offset units type */ member in struct:png_info_def
pngget.c 244 if (info_ptr->offset_unit_type == PNG_OFFSET_MICROMETER)
264 if (info_ptr->offset_unit_type == PNG_OFFSET_MICROMETER)
284 if (info_ptr->offset_unit_type == PNG_OFFSET_PIXEL)
304 if (info_ptr->offset_unit_type == PNG_OFFSET_PIXEL)
851 *unit_type = (int)info_ptr->offset_unit_type;
    [all...]
pngset.c 258 info_ptr->offset_unit_type = (png_byte)unit_type;
    [all...]
pngwrite.c 248 info_ptr->offset_unit_type);
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 168 /* The oFFs chunk gives the offset in "offset_unit_type" units rightwards
175 png_byte offset_unit_type; /* offset units type */ member in struct:png_info_def
pngget.c 244 if (info_ptr->offset_unit_type == PNG_OFFSET_MICROMETER)
264 if (info_ptr->offset_unit_type == PNG_OFFSET_MICROMETER)
284 if (info_ptr->offset_unit_type == PNG_OFFSET_PIXEL)
304 if (info_ptr->offset_unit_type == PNG_OFFSET_PIXEL)
851 *unit_type = (int)info_ptr->offset_unit_type;
    [all...]
pngset.c 258 info_ptr->offset_unit_type = (png_byte)unit_type;
    [all...]
pngwrite.c 248 info_ptr->offset_unit_type);
    [all...]
  /external/skia/third_party/libpng/
pnginfo.h 168 /* The oFFs chunk gives the offset in "offset_unit_type" units rightwards
175 png_byte offset_unit_type; /* offset units type */ member in struct:png_info_def
pngget.c 244 if (info_ptr->offset_unit_type == PNG_OFFSET_MICROMETER)
264 if (info_ptr->offset_unit_type == PNG_OFFSET_MICROMETER)
284 if (info_ptr->offset_unit_type == PNG_OFFSET_PIXEL)
304 if (info_ptr->offset_unit_type == PNG_OFFSET_PIXEL)
851 *unit_type = (int)info_ptr->offset_unit_type;
    [all...]
pngset.c 258 info_ptr->offset_unit_type = (png_byte)unit_type;
    [all...]
pngwrite.c 248 info_ptr->offset_unit_type);
    [all...]
  /external/syslinux/com32/lib/libpng/
pngget.c 216 if (info_ptr->offset_unit_type != PNG_OFFSET_MICROMETER)
238 if (info_ptr->offset_unit_type != PNG_OFFSET_MICROMETER)
260 if (info_ptr->offset_unit_type != PNG_OFFSET_PIXEL)
282 if (info_ptr->offset_unit_type != PNG_OFFSET_PIXEL)
627 *unit_type = (int)info_ptr->offset_unit_type;
pngset.c 283 info_ptr->offset_unit_type = (png_byte)unit_type;
    [all...]
pngwrite.c 182 info_ptr->offset_unit_type);
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 505 milliseconds