Searched defs:crop (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_table.h | 56 uint8_t crop : 1; member
|
A D | lv_table.c | 306 void lv_table_set_cell_crop(lv_obj_t * table, uint16_t row, uint16_t col, bool crop) in lv_table_set_cell_crop()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | transupp.h | 137 boolean crop; /* if TRUE, crop or wipe source image */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 2200 struct crop_mask crop; /* Cropping parameters for all images */ in main() local 5091 computeInputPixelOffsets(struct crop_mask *crop, struct image_data *image, in computeInputPixelOffsets() 5378 getCropOffsets(struct image_data *image, struct crop_mask *crop, struct dump_opts *dump) in getCropOffsets() 5595 computeOutputPixelOffsets (struct crop_mask *crop, struct image_data *image, in computeOutputPixelOffsets() 6293 extractCompositeRegions(struct image_data *image, struct crop_mask *crop, in extractCompositeRegions() 6541 extractSeparateRegion(struct image_data *image, struct crop_mask *crop, in extractSeparateRegion() 6896 writeSelections(TIFF *in, TIFF **out, struct crop_mask *crop, in writeSelections() 7377 processCropSelections(struct image_data *image, struct crop_mask *crop, in processCropSelections() 7612 createCroppedImage(struct image_data *image, struct crop_mask *crop, in createCroppedImage()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | cwebp.c | 653 int crop = 0, crop_x = 0, crop_y = 0, crop_w = 0, crop_h = 0; in main() local
|
Completed in 24 milliseconds