Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dansi-print.cc93 struct image_t struct
97 image_t (unsigned int width_, in image_t() function
106 image_t (unsigned int width_, in image_t() argument
113 ~image_t () in ~image_t() argument
123 copy_sub_image (const image_t &s, in copy_sub_image() argument
167 void set (const image_t &image) in set() argument
387 image_t image (width, height, data, stride); in ansi_print_image_rgb24()
391 image_t cell (CELL_W, CELL_H); in ansi_print_image_rgb24()
/external/arm-trusted-firmware/tools/fiptool/
Dfiptool.c318 image_t *image; in parse_fip()
373 static image_t *read_image_from_file(const uuid_t *uuid, const char *filename) in read_image_from_file()
376 image_t *image; in read_image_from_file()
400 static int write_image_to_file(const image_t *image, const char *filename) in write_image_to_file()
466 image_t *image = desc->image; in info_cmd()
526 image_t *image = desc->image; in pack_images()
559 image_t *image = desc->image; in pack_images()
594 image_t *image; in update_fip()
956 image_t *image = desc->image; in unpack_cmd()
Dfiptool.h46 } image_t; typedef