Searched defs:backing_store_struct (Results 1 – 3 of 3) sorted by relevance
/third_party/libjpeg-turbo/ |
D | jmemsys.h | 122 typedef struct backing_store_struct { struct 124 void (*read_backing_store) (j_common_ptr cinfo, backing_store_ptr info, 127 void (*write_backing_store) (j_common_ptr cinfo, backing_store_ptr info, 130 void (*close_backing_store) (j_common_ptr cinfo, backing_store_ptr info); 135 handle_union handle; /* reference to backing-store storage object */ 136 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ 140 short temp_file; /* file reference number to temp file */ 141 FSSpec tempSpec; /* the FSSpec for the temp file */ 142 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ 145 FILE *temp_file; /* stdio reference to temp file */ [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jmemsys.h | 122 typedef struct backing_store_struct { struct 124 void (*read_backing_store) (j_common_ptr cinfo, backing_store_ptr info, 127 void (*write_backing_store) (j_common_ptr cinfo, backing_store_ptr info, 130 void (*close_backing_store) (j_common_ptr cinfo, backing_store_ptr info); 135 handle_union handle; /* reference to backing-store storage object */ 136 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ 140 short temp_file; /* file reference number to temp file */ 141 FSSpec tempSpec; /* the FSSpec for the temp file */ 142 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ 145 FILE *temp_file; /* stdio reference to temp file */ [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jmemsys.h | 122 typedef struct backing_store_struct { struct 124 void (*read_backing_store) (j_common_ptr cinfo, backing_store_ptr info, 127 void (*write_backing_store) (j_common_ptr cinfo, backing_store_ptr info, 130 void (*close_backing_store) (j_common_ptr cinfo, backing_store_ptr info); 135 handle_union handle; /* reference to backing-store storage object */ 136 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ 140 short temp_file; /* file reference number to temp file */ 141 FSSpec tempSpec; /* the FSSpec for the temp file */ 142 char temp_name[TEMP_NAME_LENGTH]; /* name if it's a file */ 145 FILE *temp_file; /* stdio reference to temp file */ [all …]
|