31#ifndef __ARM_2D_FILL_COLOUR_WITH_MIRRORING_H__
32#define __ARM_2D_FILL_COLOUR_WITH_MIRRORING_H__
36#include "arm_2d_types.h"
43# pragma clang diagnostic push
44# pragma clang diagnostic ignored "-Wunknown-warning-option"
45# pragma clang diagnostic ignored "-Wreserved-identifier"
46# pragma clang diagnostic ignored "-Wmissing-declarations"
47# pragma clang diagnostic ignored "-Wpadded"
48# pragma clang diagnostic ignored "-Wc11-extensions"
59#define arm_2d_gray8_fill_colour_with_mask_and_x_mirror( \
64 arm_2dp_gray8_fill_colour_with_mask_and_x_mirror( \
71#define arm_2d_gray8_fill_colour_with_mask_x_mirror_and_opacity( \
77 arm_2dp_gray8_fill_colour_with_mask_x_mirror_and_opacity( \
85#define arm_2d_gray8_fill_colour_with_mask_and_y_mirror( \
90 arm_2dp_gray8_fill_colour_with_mask_and_y_mirror( \
97#define arm_2d_gray8_fill_colour_with_mask_y_mirror_and_opacity( \
103 arm_2dp_gray8_fill_colour_with_mask_y_mirror_and_opacity( \
111#define arm_2d_gray8_fill_colour_with_mask_and_xy_mirror( \
116 arm_2dp_gray8_fill_colour_with_mask_and_xy_mirror( \
123#define arm_2d_gray8_fill_colour_with_mask_xy_mirror_and_opacity( \
129 arm_2dp_gray8_fill_colour_with_mask_xy_mirror_and_opacity( \
137#define arm_2d_rgb565_fill_colour_with_mask_and_x_mirror( \
142 arm_2dp_rgb565_fill_colour_with_mask_and_x_mirror( \
149#define arm_2d_rgb565_fill_colour_with_mask_x_mirror_and_opacity( \
155 arm_2dp_rgb565_fill_colour_with_mask_x_mirror_and_opacity( \
163#define arm_2d_rgb565_fill_colour_with_mask_and_y_mirror( \
168 arm_2dp_rgb565_fill_colour_with_mask_and_y_mirror( \
175#define arm_2d_rgb565_fill_colour_with_mask_y_mirror_and_opacity( \
181 arm_2dp_rgb565_fill_colour_with_mask_y_mirror_and_opacity( \
189#define arm_2d_rgb565_fill_colour_with_mask_and_xy_mirror( \
194 arm_2dp_rgb565_fill_colour_with_mask_and_xy_mirror( \
201#define arm_2d_rgb565_fill_colour_with_mask_xy_mirror_and_opacity( \
207 arm_2dp_rgb565_fill_colour_with_mask_xy_mirror_and_opacity( \
215#define arm_2d_cccn888_fill_colour_with_mask_and_x_mirror( \
220 arm_2dp_cccn888_fill_colour_with_mask_and_x_mirror( \
227#define arm_2d_cccn888_fill_colour_with_mask_x_mirror_and_opacity( \
233 arm_2dp_cccn888_fill_colour_with_mask_x_mirror_and_opacity( \
241#define arm_2d_cccn888_fill_colour_with_mask_and_y_mirror( \
246 arm_2dp_cccn888_fill_colour_with_mask_and_y_mirror( \
253#define arm_2d_cccn888_fill_colour_with_mask_y_mirror_and_opacity( \
259 arm_2dp_cccn888_fill_colour_with_mask_y_mirror_and_opacity( \
267#define arm_2d_cccn888_fill_colour_with_mask_and_xy_mirror( \
272 arm_2dp_cccn888_fill_colour_with_mask_and_xy_mirror( \
279#define arm_2d_cccn888_fill_colour_with_mask_xy_mirror_and_opacity( \
285 arm_2dp_cccn888_fill_colour_with_mask_xy_mirror_and_opacity( \
298arm_fsm_rt_t arm_2dp_gray8_fill_colour_with_mask_and_x_mirror(
307arm_fsm_rt_t arm_2dp_gray8_fill_colour_with_mask_x_mirror_and_opacity(
316arm_fsm_rt_t arm_2dp_gray8_fill_colour_with_mask_and_y_mirror(
325arm_fsm_rt_t arm_2dp_gray8_fill_colour_with_mask_y_mirror_and_opacity(
334arm_fsm_rt_t arm_2dp_gray8_fill_colour_with_mask_and_xy_mirror(
343arm_fsm_rt_t arm_2dp_gray8_fill_colour_with_mask_xy_mirror_and_opacity(
352arm_fsm_rt_t arm_2dp_rgb565_fill_colour_with_mask_and_x_mirror(
361arm_fsm_rt_t arm_2dp_rgb565_fill_colour_with_mask_x_mirror_and_opacity(
370arm_fsm_rt_t arm_2dp_rgb565_fill_colour_with_mask_and_y_mirror(
379arm_fsm_rt_t arm_2dp_rgb565_fill_colour_with_mask_y_mirror_and_opacity(
388arm_fsm_rt_t arm_2dp_rgb565_fill_colour_with_mask_and_xy_mirror(
397arm_fsm_rt_t arm_2dp_rgb565_fill_colour_with_mask_xy_mirror_and_opacity(
406arm_fsm_rt_t arm_2dp_cccn888_fill_colour_with_mask_and_x_mirror(
415arm_fsm_rt_t arm_2dp_cccn888_fill_colour_with_mask_x_mirror_and_opacity(
424arm_fsm_rt_t arm_2dp_cccn888_fill_colour_with_mask_and_y_mirror(
433arm_fsm_rt_t arm_2dp_cccn888_fill_colour_with_mask_y_mirror_and_opacity(
442arm_fsm_rt_t arm_2dp_cccn888_fill_colour_with_mask_and_xy_mirror(
451arm_fsm_rt_t arm_2dp_cccn888_fill_colour_with_mask_xy_mirror_and_opacity(
461#if defined(__clang__)
462#pragma clang diagnostic pop