Lines Matching +full:invert +full:- +full:x
4 * SPDX-License-Identifier: Apache-2.0
54 uint16_t x; member
84 * @param x Position in X direction of the beginning of the string
89 int cfb_print(const struct device *dev, const char *const str, uint16_t x, uint16_t y);
93 * For compare to cfb_print, cfb_draw_text accept non tile-aligned coords
98 * @param x Position in X direction of the beginning of the string
103 int cfb_draw_text(const struct device *dev, const char *const str, int16_t x, int16_t y);
131 * @param start Top-Left position of the rectangle
132 * @param end Bottom-Right position of the rectangle
150 * @brief Invert Pixels.
159 * @brief Invert Pixels in selected area.
162 * @param x Position in X direction of the beginning of area
169 int cfb_invert_area(const struct device *dev, uint16_t x, uint16_t y,
174 * invert or reorder pixels if necessary.