/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_ta.h | 137 void lv_ta_del_char(lv_obj_t * ta); 143 void lv_ta_del_char_forward(lv_obj_t * ta); 240 lv_page_set_sb_mode(ta, mode); in lv_ta_set_sb_mode() 261 lv_page_set_edge_flash(ta, en); in lv_ta_set_edge_flash() 374 return lv_page_get_sb_mode(ta); in lv_ta_get_sb_mode() 394 return lv_page_get_edge_flash(ta); in lv_ta_get_edge_flash() 417 bool lv_ta_get_text_sel_en(lv_obj_t * ta); 447 void lv_ta_cursor_right(lv_obj_t * ta); 453 void lv_ta_cursor_left(lv_obj_t * ta); 459 void lv_ta_cursor_down(lv_obj_t * ta); [all …]
|
A D | lv_ta.c | 281 lv_ta_set_cursor_pos(ta, lv_ta_get_cursor_pos(ta) + 1); in lv_ta_add_char() 315 if(lv_ta_get_accepted_chars(ta) || lv_ta_get_max_length(ta)) { in lv_ta_add_text() 433 if(cp != lv_ta_get_cursor_pos(ta)) lv_ta_del_char(ta); in lv_ta_del_char_forward() 453 if(lv_ta_get_accepted_chars(ta) || lv_ta_get_max_length(ta)) { in lv_ta_set_text() 784 (void)ta; /*Unused*/ in lv_ta_set_insert_replace() 827 (void)ta; /*Unused*/ in lv_ta_set_text_sel() 1056 (void)ta; /*Unused*/ in lv_ta_text_is_selected() 1072 (void)ta; /*Unused*/ in lv_ta_get_text_sel_en() 1119 (void)ta; /*Unused*/ in lv_ta_clear_selection() 1511 (void)ta; in pwd_char_hider_anim() [all …]
|
A D | lv_kb.c | 112 ext->ta = NULL; in lv_kb_create() 149 ext->ta = copy_ext->ta; in lv_kb_create() 177 if(ext->ta && ext->cursor_mng) { in lv_kb_set_ta() 182 ext->ta = ta; in lv_kb_set_ta() 185 if(ext->ta && ext->cursor_mng) { in lv_kb_set_ta() 223 if(ext->ta) { in lv_kb_set_cursor_manage() 265 return ext->ta; in lv_kb_get_ta() 371 if(ext->ta == NULL) return; in lv_kb_def_event_cb() 376 lv_ta_cursor_left(ext->ta); in lv_kb_def_event_cb() 378 lv_ta_cursor_right(ext->ta); in lv_kb_def_event_cb() [all …]
|
A D | lv_kb.h | 56 lv_obj_t * ta; /*Pointer to the assigned text area*/ member 92 void lv_kb_set_ta(lv_obj_t * kb, lv_obj_t * ta);
|
A D | lv_spinbox.h | 44 lv_ta_ext_t ta; /*Ext. of ancestor*/ member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | aria.c | 210 uint32_t ta, tb, tc; in aria_a() local 211 ta = *b; // 4567 in aria_a() 213 *a = ARIA_P2( ta ); // 6745 in aria_a() 217 ta ^= *d; // 4567+98ba in aria_a() 219 ta = ARIA_P1( ta ) ^ tc ^ *c; // 2301+5476+89ab+fedc in aria_a() 222 *b ^= ta ^ tb; // 0123+2301+5476+89ab+ba98+efcd+fedc OUT in aria_a() 223 tb = ARIA_P2( tb ) ^ ta; // 2301+5476+89ab+98ba+cdef+fedc in aria_a() 225 ta = ARIA_P2( ta ); // 0123+7654+ab89+dcfe in aria_a() 226 *d ^= ARIA_P1( ta ) ^ tc; // 1032+2301+6745+7654+98ba+ba98+cdef OUT in aria_a() 228 *c ^= ARIA_P1( tc ) ^ ta; // 0123+1032+4567+7654+ab89+dcfe+fedc OUT in aria_a()
|
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/ |
A D | bmp280.js | 111 var ta = (((uncomp_temp >> 3) - (calibParamT1 << 1)) * calibParamT2) >> 11; 113 calibParamT_FINE = ta + tb; 114 temperature = ((ta + tb) * 5 + 128) >> 8;
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_gesture.c | 307 double ta = -M_PI/4; in bestDollarDifference() local 310 float x1 = (float)(PHI*ta + (1-PHI)*tb); in bestDollarDifference() 312 float x2 = (float)((1-PHI)*ta + PHI*tb); in bestDollarDifference() 314 while (SDL_fabs(ta-tb) > dt) { in bestDollarDifference() 319 x1 = (float)(PHI*ta + (1-PHI)*tb); in bestDollarDifference() 323 ta = x1; in bestDollarDifference() 326 x2 = (float)((1-PHI)*ta + PHI*tb); in bestDollarDifference()
|
/AliOS-Things-master/components/littlevgl/src/lv_themes/ |
A D | lv_theme_templ.c | 269 theme.style.ta.area = &def; in ta_init() 270 theme.style.ta.oneline = &def; in ta_init() 271 theme.style.ta.cursor = NULL; /*Let library to calculate the cursor's style*/ in ta_init() 272 theme.style.ta.sb = &def; in ta_init()
|
A D | lv_theme_default.c | 280 theme.style.ta.area = &lv_style_pretty; in ta_init() 281 theme.style.ta.oneline = &lv_style_pretty; in ta_init() 282 theme.style.ta.cursor = NULL; in ta_init() 283 theme.style.ta.sb = &sb; in ta_init()
|
A D | lv_theme_mono.c | 332 theme.style.ta.area = &light_frame; in ta_init() 333 theme.style.ta.oneline = &light_frame; in ta_init() 334 theme.style.ta.cursor = NULL; /*Let library to calculate the cursor's style*/ in ta_init() 335 theme.style.ta.sb = &dark_frame; in ta_init()
|
A D | lv_theme_nemo.c | 594 theme.style.ta.area = &panel; in ta_init() 595 theme.style.ta.oneline = &panel; in ta_init() 596 theme.style.ta.cursor = NULL; in ta_init() 597 theme.style.ta.sb = &sb; in ta_init() 605 theme.style.spinbox.cursor = theme.style.ta.cursor; in spinbox_init() 606 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
|
A D | lv_theme_night.c | 545 theme.style.ta.area = &panel; in ta_init() 546 theme.style.ta.oneline = &panel; in ta_init() 547 theme.style.ta.cursor = NULL; in ta_init() 548 theme.style.ta.sb = &def; in ta_init() 556 theme.style.spinbox.cursor = theme.style.ta.cursor; in spinbox_init() 557 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
|
A D | lv_theme_zen.c | 571 theme.style.ta.area = theme.style.panel; in ta_init() 572 theme.style.ta.oneline = &oneline; in ta_init() 573 theme.style.ta.cursor = NULL; /*Let library to calculate the cursor's style*/ in ta_init() 574 theme.style.ta.sb = &def; in ta_init() 582 theme.style.spinbox.cursor = theme.style.ta.cursor; in spinbox_init() 583 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
|
A D | lv_theme.h | 236 } ta; member
|
A D | lv_theme_alien.c | 616 theme.style.ta.area = &panel; in ta_init() 617 theme.style.ta.oneline = &panel; in ta_init() 618 theme.style.ta.cursor = NULL; in ta_init() 619 theme.style.ta.sb = &sb; in ta_init() 627 theme.style.spinbox.cursor = theme.style.ta.cursor; in spinbox_init() 628 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
|
A D | lv_theme_material.c | 550 theme.style.ta.area = theme.style.panel; in ta_init() 551 theme.style.ta.oneline = &oneline; in ta_init() 552 theme.style.ta.cursor = NULL; /*Let library to calculate the cursor's style*/ in ta_init() 553 theme.style.ta.sb = &sb; in ta_init() 561 theme.style.spinbox.cursor = theme.style.ta.cursor; in spinbox_init() 562 theme.style.spinbox.sb = theme.style.ta.sb; in spinbox_init()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dirinfo.c | 346 const TIFFField* ta = *(const TIFFField**) a; in tagCompare() local 349 if (ta->field_tag != tb->field_tag) in tagCompare() 350 return (int)ta->field_tag - (int)tb->field_tag; in tagCompare() 352 return (ta->field_type == TIFF_ANY) ? in tagCompare() 353 0 : ((int)tb->field_type - (int)ta->field_type); in tagCompare() 359 const TIFFField* ta = *(const TIFFField**) a; in tagNameCompare() local 361 int ret = strcmp(ta->field_name, tb->field_name); in tagNameCompare() 366 return (ta->field_type == TIFF_ANY) ? in tagNameCompare() 367 0 : ((int)tb->field_type - (int)ta->field_type); in tagNameCompare()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | Makefile.am | 82 rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jcmarker.c | 351 int i, td, ta; in emit_sos() local 371 ta = cinfo->Se ? compptr->ac_tbl_no : 0; in emit_sos() 373 emit_byte(cinfo, (td << 4) + ta); in emit_sos()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | pal2rgb.c | 290 uint16 *tr, *tg, *tb, *ta; in cpTag() local 291 CopyField4(tag, tr, tg, tb, ta); in cpTag()
|
A D | tiff2bw.c | 361 uint16 *tr, *tg, *tb, *ta; in cpTag() local 362 CopyField4(tag, tr, tg, tb, ta); in cpTag()
|
A D | thumbnail.c | 157 uint16 *tr, *tg, *tb, *ta; in cpTag() local 158 CopyField4(tag, tr, tg, tb, ta); in cpTag()
|
A D | tiffcp.c | 499 uint16 *tr, *tg, *tb, *ta; in cpTag() local 500 CopyField4(tag, tr, tg, tb, ta); in cpTag()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 50591 p = ta->obj; in JS_DetachArrayBuffer() 52201 ta = js_malloc(ctx, sizeof(*ta)); in typed_array_init() 52202 if (!ta) { in typed_array_init() 52208 ta->obj = p; in typed_array_init() 52452 if (ta) { in js_typed_array_finalizer() 52468 if (ta) { in js_typed_array_mark() 52516 ta = js_malloc(ctx, sizeof(*ta)); in js_dataview_constructor() 52517 if (!ta) { in js_dataview_constructor() 52523 ta->obj = p; in js_dataview_constructor() 52544 if (!ta) in js_dataview_getValue() [all …]
|