Home
last modified time | relevance | path

Searched refs:pr (Results 1 – 25 of 46) sorted by relevance

12

/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme_zen.c139 theme.style.btn.pr = ≺ in btn_init()
402 theme.style.cb.box.pr = ≺ in cb_init()
454 theme.style.btnm.btn.pr = ≺ in btnm_init()
486 pr.body.grad_color = pr.body.main_color; in kb_init()
510 theme.style.kb.btn.pr = ≺ in kb_init()
542 pr.body.grad_color = pr.body.main_color; in mbox_init()
547 theme.style.mbox.btn.pr = ≺ in mbox_init()
609 pr.text.color = theme.style.btn.pr->text.color; in list_init()
627 theme.style.list.btn.pr = ≺ in list_init()
712 theme.style.tabview.btn.pr = ≺ in tabview_init()
[all …]
A Dlv_theme_material.c127 pr.body.grad_color = pr.body.main_color; in btn_init()
148 theme.style.btn.pr = ≺ in btn_init()
414 pr.body.grad_color = pr.body.main_color; in cb_init()
432 theme.style.cb.box.pr = ≺ in cb_init()
462 pr.body.grad_color = pr.body.main_color; in btnm_init()
482 theme.style.btnm.btn.pr = ≺ in btnm_init()
522 theme.style.mbox.btn.pr = ≺ in mbox_init()
592 pr.body.grad_color = pr.body.main_color; in list_init()
616 theme.style.list.btn.pr = ≺ in list_init()
733 theme.style.tabview.btn.pr = ≺ in tabview_init()
[all …]
A Dlv_theme.h55 lv_style_t * pr; member
66 lv_style_t * pr; member
169 lv_style_t * pr; member
184 lv_style_t * pr; member
199 lv_style_t * pr; member
215 lv_style_t * pr; member
257 lv_style_t * pr; member
291 lv_style_t * pr; member
325 lv_style_t * pr; member
A Dlv_theme_night.c150 theme.style.btn.pr = &btn_pr; in btn_init()
413 lv_style_copy(&pr, &rel); in cb_init()
417 pr.body.border.width = 1; in cb_init()
439 theme.style.cb.box.pr = ≺ in cb_init()
464 lv_style_copy(&pr, theme.style.btn.pr); in btnm_init()
467 pr.body.radius = rel.body.radius; in btnm_init()
486 theme.style.btnm.btn.pr = ≺ in btnm_init()
498 theme.style.kb.btn.pr = theme.style.btn.pr; in kb_init()
520 theme.style.mbox.btn.pr = theme.style.btn.pr; in mbox_init()
666 theme.style.tabview.btn.pr = theme.style.btn.pr; in tabview_init()
[all …]
A Dlv_theme_templ.c67 theme.style.btn.pr = &def; in btn_init()
78 theme.style.imgbtn.pr = &def; in imgbtn_init()
211 theme.style.cb.box.pr = &def; in cb_init()
224 theme.style.btnm.btn.pr = &def; in btnm_init()
237 theme.style.kb.btn.pr = &def; in kb_init()
251 theme.style.mbox.btn.pr = &def; in mbox_init()
284 theme.style.list.btn.pr = &def; in list_init()
318 theme.style.tabview.btn.pr = &def; in tabview_init()
341 theme.style.win.btn.pr = &def; in win_init()
A Dlv_theme_default.c79 theme.style.btn.pr = &lv_style_btn_pr; in btn_init()
222 theme.style.cb.box.pr = &lv_style_btn_pr; in cb_init()
235 theme.style.btnm.btn.pr = &lv_style_btn_pr; in btnm_init()
248 theme.style.kb.btn.pr = &lv_style_btn_pr; in kb_init()
262 theme.style.mbox.btn.pr = &lv_style_btn_tgl_pr; in mbox_init()
295 theme.style.list.btn.pr = &lv_style_btn_pr; in list_init()
329 theme.style.tabview.btn.pr = &lv_style_btn_pr; in tabview_init()
352 theme.style.win.btn.pr = &lv_style_btn_pr; in win_init()
A Dlv_theme_mono.c119 theme.style.btn.pr = &dark_frame; in btn_init()
275 theme.style.cb.box.pr = &dark_frame; in cb_init()
288 theme.style.btnm.btn.pr = &dark_frame; in btnm_init()
300 theme.style.kb.btn.pr = &light_frame; in kb_init()
314 theme.style.mbox.btn.pr = &dark_frame; in mbox_init()
347 theme.style.list.btn.pr = &dark_plain; in list_init()
387 theme.style.tabview.btn.pr = &dark_frame; in tabview_init()
408 theme.style.win.btn.pr = &dark_frame; in win_init()
A Dlv_theme_nemo.c199 theme.style.btn.pr = &btn_pr; in btn_init()
511 theme.style.cb.box.pr = &cb_pr; in cb_init()
549 theme.style.btnm.btn.pr = &btnm_pr; in btnm_init()
561 theme.style.kb.btn.pr = &btnm_pr; in kb_init()
578 theme.style.mbox.btn.pr = &btn_tpr; in mbox_init()
643 theme.style.list.btn.pr = &list_pr; in list_init()
756 theme.style.tabview.btn.pr = &tab_pr; in tabview_init()
805 theme.style.win.btn.pr = &btn_pr; in win_init()
A Dlv_theme_alien.c209 theme.style.btn.pr = &btn_pr; in btn_init()
533 theme.style.cb.box.pr = &cb_pr; in cb_init()
571 theme.style.btnm.btn.pr = &btnm_pr; in btnm_init()
583 theme.style.kb.btn.pr = &btnm_pr; in kb_init()
600 theme.style.mbox.btn.pr = &btn_tpr; in mbox_init()
666 theme.style.list.btn.pr = &list_pr; in list_init()
779 theme.style.tabview.btn.pr = &tab_pr; in tabview_init()
836 theme.style.win.btn.pr = &btn_pr; in win_init()
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjexcept.c436 struct _exc_printer_t *pr = data; in exc_add_strn() local
437 if (pr->len + len >= pr->alloc) { in exc_add_strn()
439 if (pr->allow_realloc) { in exc_add_strn()
441 byte *new_buf = m_renew_maybe(byte, pr->buf, pr->alloc, new_alloc, true); in exc_add_strn()
443 pr->allow_realloc = false; in exc_add_strn()
444 len = pr->alloc - pr->len - 1; in exc_add_strn()
446 pr->alloc = new_alloc; in exc_add_strn()
447 pr->buf = new_buf; in exc_add_strn()
450 len = pr->alloc - pr->len - 1; in exc_add_strn()
453 memcpy(pr->buf + pr->len, str, len); in exc_add_strn()
[all …]
A Dpersistentcode.c660 mp_print_t pr; in save_obj() local
661 vstr_init_print(&vstr, 10, &pr); in save_obj()
662 mp_obj_print_helper(&pr, o, PRINT_REPR); in save_obj()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_qsort.c513 int *pl=(int*)(first-WORD_BYTES),*pr=(int*)first; in qsort_words() local
515 for (;compare(pl,pivot)>0;pr=pl,--pl) { in qsort_words()
516 *pr=*pl; } in qsort_words()
517 if (pr!=(int*)first) *pr=*(int*)pivot; in qsort_words()
/AliOS-Things-master/components/mbedtls/library/
A Decdsa.c263 mbedtls_mpi *pk = &k, *pr = r; in ecdsa_sign_restartable() local
285 pr = &rs_ctx->sig->r; in ecdsa_sign_restartable()
327 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( pr, &R.X, &grp->N ) ); in ecdsa_sign_restartable()
329 while( mbedtls_mpi_cmp_int( pr, 0 ) == 0 ); in ecdsa_sign_restartable()
357 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( s, pr, d ) ); in ecdsa_sign_restartable()
369 mbedtls_mpi_copy( r, pr ); in ecdsa_sign_restartable()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/
A DREADME.contrib13 See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c4429 pr++; in js_free_shape0()
4489 for (i = 0, pr = sh->prop; i < sh->prop_count; i++, pr++) { in resize_properties()
4552 pr = sh->prop; in compact_properties()
4563 pr++; in compact_properties()
5403 pr++; in free_object()
6426 JSProperty* pr; in get_func_name() local
7028 JSProperty* pr; in JS_GetPropertyInternal() local
7286 if (!pr) { in JS_AddBrand()
7304 if (!pr) in JS_AddBrand()
8066 lpr = pr; in delete_property()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dzlibd32.mak13 # do not use "-pr" in CFLAGS
/AliOS-Things-master/
A DREADME.md9 …gitter.im/aliosthings/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=ba…
/AliOS-Things-master/documentation/manual/
A Dmainpage.md9 …gitter.im/aliosthings/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=ba…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A Dzlibd32.mak13 # do not use "-pr" in CFLAGS
/AliOS-Things-master/components/littlevgl/docs/
A DCODING_STYLE.md19 …* Use only very straightforward (e.g. pos: position) or well-established (e.g. pr: press) abbrevia…
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_cb.c93 lv_cb_set_style(new_cb, LV_CB_STYLE_BOX_PR, th->style.cb.box.pr); in lv_cb_create()
A Dlv_kb.c137 lv_kb_set_style(new_kb, LV_KB_STYLE_BTN_PR, th->style.kb.btn.pr); in lv_kb_create()
A Dlv_mbox.c153 lv_mbox_set_style(mbox, LV_MBOX_STYLE_BTN_PR, th->style.mbox.btn.pr); in lv_mbox_add_btns()
A Dlv_win.c105 lv_win_set_style(new_win, LV_WIN_STYLE_BTN_PR, th->style.win.btn.pr); in lv_win_create()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngimage.c906 png_bytep pr = png_get_rows(pp, ip)[0]; in read_png()
914 fputc(c, stderr), fprintf(stderr, "%.2x", pr[cb]), c='.'; in read_png()

Completed in 123 milliseconds

12