/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_fillrect.c | 100 SDL_FillRect1SSE(Uint8 *pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1SSE() 135 SDL_FillRect1(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1() 174 SDL_FillRect2(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect2() 198 SDL_FillRect3(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect3() 226 SDL_FillRect4(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect4() 238 SDL_FillRect(SDL_Surface * dst, const SDL_Rect * rect, Uint32 color) in SDL_FillRect() 261 static void fill_8_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_8_neon() 266 static void fill_16_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_16_neon() 271 static void fill_32_neon(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_32_neon() 282 static void fill_8_simd(Uint8 * pixels, int pitch, Uint32 color, int w, int h) { in fill_8_simd() [all …]
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_drawline.c | 31 SDL_DrawLine1(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine1() 59 SDL_DrawLine2(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine2() 89 SDL_DrawLine4(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color, in SDL_DrawLine4() 142 SDL_DrawLine(SDL_Surface * dst, int x1, int y1, int x2, int y2, Uint32 color) in SDL_DrawLine() 167 Uint32 color) in SDL_DrawLines()
|
A D | SDL_drawpoint.c | 30 SDL_DrawPoint(SDL_Surface * dst, int x, int y, Uint32 color) in SDL_DrawPoint() 66 Uint32 color) in SDL_DrawPoints()
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_color.h | 189 static inline uint8_t lv_color_to1(lv_color_t color) in lv_color_to1() 219 static inline uint8_t lv_color_to8(lv_color_t color) in lv_color_to1() 252 static inline uint16_t lv_color_to16(lv_color_t color) in lv_color_to1() 291 static inline uint32_t lv_color_to32(lv_color_t color) in lv_color_to1() 359 static inline uint8_t lv_color_brightness(lv_color_t color) in lv_color_to1() 372 lv_color_t color; in lv_color_to1() local 380 lv_color_t color; in lv_color_to1() local 391 lv_color_t color; in lv_color_to1() local 401 lv_color_t color; in lv_color_to1() local 413 lv_color_t color; in lv_color_to1() local
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/ |
A D | WrapperIHaasUI.cpp | 158 int UIDrawPoint(void* instance, Point_t *pt, int32_t color) in UIDrawPoint() 175 int UIDrawLine(void* instance, Point_t *start, Point_t *end, int32_t color) in UIDrawLine() 193 int32_t color) in UIDrawRectangle() 210 int UIDrawCircle(void* instance, Point_t * center, int32_t radius, int32_t color) in UIDrawCircle() 227 void UIDrawText(void* instance, char* text, int32_t size, int32_t color, int32_t left, in UIDrawText()
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | st7789py.py | 157 def _encode_pixel(color): argument 364 def vline(self, x, y, length, color): argument 376 def hline(self, x, y, length, color): argument 388 def pixel(self, x, y, color): argument 414 def rect(self, x, y, w, h, color): argument 430 def fill_rect(self, x, y, width, height, color): argument 452 def fill(self, color): argument 461 def line(self, x0, y0, x1, y1, color): argument 534 def _text8(self, font, text, x0, y0, color=WHITE, background=BLACK): argument 635 def _text16(self, font, text, x0, y0, color=WHITE, background=BLACK): argument [all …]
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/lcd/ |
A D | module_lcd.c | 92 uint32_t color, int8_t new_line) in lcd_draw_str() 121 uint32_t color, uint8_t need_fill) in lcd_draw_rect() 203 int color = duk_get_int(ctx, -2); in native_lcd_fill() local 249 int color = duk_get_int(ctx, -4); in native_lcd_show() local
|
/AliOS-Things-master/components/amp/modules/ |
A D | sh1106.js | 81 pixel(x, y, color) { argument 99 fill(color) { argument 103 line(x1, y1, x2, y2, color) { argument
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_arc.c | 67 lv_color_t color = style->line.color; in lv_draw_arc() local 241 …lv_coord_t x, lv_coord_t y, const lv_area_t * mask, lv_coord_t len, lv_color_t color, lv_opa_t opa) in ver_line() 249 …lv_coord_t x, lv_coord_t y, const lv_area_t * mask, lv_coord_t len, lv_color_t color, lv_opa_t opa) in hor_line()
|
A D | lv_draw.c | 143 …aa_ver_seg(lv_coord_t x, lv_coord_t y, lv_coord_t length, const lv_area_t * mask, lv_color_t color, in lv_draw_aa_ver_seg() 169 …aa_hor_seg(lv_coord_t x, lv_coord_t y, lv_coord_t length, const lv_area_t * mask, lv_color_t color, in lv_draw_aa_hor_seg()
|
A D | lv_draw_basic.c | 72 void lv_draw_px(lv_coord_t x, lv_coord_t y, const lv_area_t * mask_p, lv_color_t color, lv_opa_t op… in lv_draw_px() 123 void lv_draw_fill(const lv_area_t * cords_p, const lv_area_t * mask_p, lv_color_t color, lv_opa_t o… in lv_draw_fill() 234 lv_color_t color, lv_opa_t opa) in lv_draw_letter() 587 …w_color_fill(lv_color_t * mem, lv_coord_t mem_width, const lv_area_t * fill_area, lv_color_t color, in sw_color_fill()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 61 Uint32 color; member 87 int fastPixelColorNolock(SDL_Surface * dst, Sint16 x, Sint16 y, Uint32 color) in fastPixelColorNolock() 144 int fastPixelColorNolockNoclip(SDL_Surface * dst, Sint16 x, Sint16 y, Uint32 color) in fastPixelColorNolockNoclip() 190 int fastPixelColor(SDL_Surface * dst, Sint16 x, Sint16 y, Uint32 color) in fastPixelColor() 230 Uint32 color; in fastPixelRGBA() local 258 Uint32 color; in fastPixelRGBANolock() local 509 int pixelColor(SDL_Surface * dst, Sint16 x, Sint16 y, Uint32 color) in pixelColor() 557 int pixelColorNolock(SDL_Surface * dst, Sint16 x, Sint16 y, Uint32 color) in pixelColorNolock() 997 Uint32 color; in pixelRGBA() local 1204 int hlineColor(SDL_Surface * dst, Sint16 x1, Sint16 x2, Sint16 y, Uint32 color) in hlineColor() [all …]
|
/AliOS-Things-master/components/littlevgl/src/lv_core/ |
A D | lv_style.h | 71 lv_color_t color; /**< Border color */ member 80 lv_color_t color; member 98 lv_color_t color; /**< Text color */ member 109 lv_color_t color; /**< Color to recolor the image with */ member 117 lv_color_t color; member
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imageenhan/include/alibabacloud/imageenhan/model/ |
A D | RecolorImageRequest.h | 36 std::string color; member
|
A D | RecolorHDImageRequest.h | 36 std::string color; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | genpng.c | 85 static const struct color struct 92 /* color ::= black|white|red|green|yellow|blue argument 176 const struct color *color; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/ |
A D | test_point.js | 14 constructor(x, y, color) { argument
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/include/alibabacloud/imagerecog/model/ |
A D | RecognizeImageColorResult.h | 40 std::string color; member
|
/AliOS-Things-master/components/drivers/external_device/st7789/example/ |
A D | st7789_example.c | 31 uint16_t color = rand(); in example_st7789_draw_ract() local
|
/AliOS-Things-master/components/udisplay/src/ |
A D | udisplay.c | 121 int32_t color) in udisplay_draw_rgb32() 140 int32_t color) in udisplay_draw_rgb16() 357 int32_t udisplay_pattern_rgb32(uint32_t color, bool rotate) in udisplay_pattern_rgb32() 402 int32_t udisplay_pattern_rgb16(uint32_t color, bool rotate) in udisplay_pattern_rgb16()
|
/AliOS-Things-master/components/py_engine/modules/minicv/ |
A D | ui.c | 367 int32_t color = (int32_t)mp_obj_get_int(args[3]); in obj_drawPoint() local 406 int32_t color = (int32_t)mp_obj_get_int(args[5]); in obj_drawLine() local 448 int32_t color = (int32_t)mp_obj_get_int(args[5]); in obj_drawRectangle() local 483 int32_t color = (int32_t)mp_obj_get_int(args[4]); in obj_drawCircle() local 520 int32_t color = (int32_t)mp_obj_get_int(args[3]); in obj_drawText() local
|
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_lcd.c | 40 int32_t aos_hal_lcd_fill(int x, int y, int w, int h, uint32_t color) in aos_hal_lcd_fill()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/ |
A D | aos_hal_lcd.c | 32 int32_t aos_hal_lcd_fill(int x, int y, int w, int h, uint32_t color) in aos_hal_lcd_fill()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | teststreaming.c | 72 SDL_Color *color; in UpdateTexture() local
|
/AliOS-Things-master/components/drivers/external_device/ili9341/src/ |
A D | ili9341.c | 255 uint16_t color) in ili9341_draw_pixel() 287 uint32_t color) in ili9341_draw_rect()
|