Home
last modified time | relevance | path

Searched defs:color (Results 1 – 25 of 76) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_fillrect.c100 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 DSDL_drawline.c31 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 DSDL_drawpoint.c30 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 Dlv_color.h189 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 DWrapperIHaasUI.cpp158 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 Dst7789py.py157 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 Dmodule_lcd.c92 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 Dsh1106.js81 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 Dlv_draw_arc.c67 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 Dlv_draw.c143 …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 Dlv_draw_basic.c72 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 DSDL_gfxPrimitives.c61 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 Dlv_style.h71 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 DRecolorImageRequest.h36 std::string color; member
A DRecolorHDImageRequest.h36 std::string color; member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dgenpng.c85 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 Dtest_point.js14 constructor(x, y, color) { argument
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/include/alibabacloud/imagerecog/model/
A DRecognizeImageColorResult.h40 std::string color; member
/AliOS-Things-master/components/drivers/external_device/st7789/example/
A Dst7789_example.c31 uint16_t color = rand(); in example_st7789_draw_ract() local
/AliOS-Things-master/components/udisplay/src/
A Dudisplay.c121 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 Dui.c367 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 Daos_hal_lcd.c40 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 Daos_hal_lcd.c32 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 Dteststreaming.c72 SDL_Color *color; in UpdateTexture() local
/AliOS-Things-master/components/drivers/external_device/ili9341/src/
A Dili9341.c255 uint16_t color) in ili9341_draw_pixel()
287 uint32_t color) in ili9341_draw_rect()

Completed in 70 milliseconds

1234