/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1afm.c | 373 AFM_TrackKern tk = fi->TrackKerns + i; in T1_Get_Track_Kerning() local 376 if ( tk->degree != degree ) in T1_Get_Track_Kerning() 379 if ( ptsize < tk->min_ptsize ) in T1_Get_Track_Kerning() 380 *kerning = tk->min_kern; in T1_Get_Track_Kerning() 381 else if ( ptsize > tk->max_ptsize ) in T1_Get_Track_Kerning() 382 *kerning = tk->max_kern; in T1_Get_Track_Kerning() 385 *kerning = FT_MulDiv( ptsize - tk->min_ptsize, in T1_Get_Track_Kerning() 386 tk->max_kern - tk->min_kern, in T1_Get_Track_Kerning() 387 tk->max_ptsize - tk->min_ptsize ) + in T1_Get_Track_Kerning() 388 tk->min_kern; in T1_Get_Track_Kerning()
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_afm.c | 33 AFM_TrackKern tk = fi->TrackKerns + i; in dump_fontinfo() local 36 printf( "\t%2d: %5.2f %5.2f %5.2f %5.2f\n", tk->degree, in dump_fontinfo() 37 tk->min_ptsize / 65536., in dump_fontinfo() 38 tk->min_kern / 65536., in dump_fontinfo() 39 tk->max_ptsize / 65536., in dump_fontinfo() 40 tk->max_kern / 65536. ); in dump_fontinfo()
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | afmparse.c | 589 AFM_TrackKern tk; in afm_parse_track_kern() local 621 tk = fi->TrackKerns + n; in afm_parse_track_kern() 631 tk->degree = shared_vals[0].u.i; in afm_parse_track_kern() 632 tk->min_ptsize = shared_vals[1].u.f; in afm_parse_track_kern() 633 tk->min_kern = shared_vals[2].u.f; in afm_parse_track_kern() 634 tk->max_ptsize = shared_vals[3].u.f; in afm_parse_track_kern() 635 tk->max_kern = shared_vals[4].u.f; in afm_parse_track_kern()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | smp.h | 141 int bt_smp_le_oob_set_tk(struct bt_conn *conn, const u8_t *tk);
|
A D | smp.c | 173 u8_t tk[16]; member 2319 sys_put_le32(passkey, smp->tk); in legacy_request_tk() 2454 memcpy(smp->tk, tmp, sizeof(smp->tk)); in legacy_pairing_random() 2744 memcpy(ltk, smp->tk, enc_size); in bt_smp_request_ltk() 3307 smp->tk)) { in compute_and_send_master_dhcheck() 3351 smp->tk)) { in compute_and_check_and_send_slave_dhcheck() 4177 smp->tk, enc_size) < 0) { in smp_dhkey_check() 5115 if (!smp || !tk) { in bt_smp_le_oob_set_tk() 5119 BT_DBG("%s", bt_hex(tk, 16)); in bt_smp_le_oob_set_tk() 5125 memcpy(smp->tk, tk, 16*sizeof(u8_t)); in bt_smp_le_oob_set_tk() [all …]
|
A D | hci_core.c | 10052 int bt_le_oob_set_legacy_tk(struct bt_conn *conn, const u8_t *tk) in bt_le_oob_set_legacy_tk() argument 10054 return bt_smp_le_oob_set_tk(conn, tk); in bt_le_oob_set_legacy_tk()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/ |
A D | smpc_api.h | 284 uint8_t smpc_pairing_tk_exch(uint8_t idx, bool accept, struct gap_sec_key *tk);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/ |
A D | gapc_task.h | 747 struct gap_sec_key tk; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | conn.h | 968 int bt_le_oob_set_legacy_tk(struct bt_conn *conn, const u8_t *tk);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | README | 49 zlib is built into tcl: http://wiki.tcl.tk/4610 .
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfxPrimitives.c | 6635 int tk; /* thickness threshold */ in _murphyWideline() local 6700 tk = (int) (4. * HYPOT(ptx - x1, pty - y1) * HYPOT(m->u, m->v)); in _murphyWideline() 6715 for (q = 0; dd <= tk; q++) { /* outer loop, stepping perpendicular to line */ in _murphyWideline() 6770 if (dd > tk) { in _murphyWideline()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 76781 duk_token *tk; local 76797 tk = &comp_ctx->prev_token; 76798 tok = tk->t; 76834 duk_push_number(thr, tk->num); 76838 DUK_ASSERT(tk->str1 != NULL); 76839 duk_push_hstring(thr, tk->str1); 76848 DUK_ASSERT(tk->str1 != NULL); 76849 DUK_ASSERT(tk->str2 != NULL); 77317 duk_token *tk; local 77329 tk = &comp_ctx->prev_token; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 5 …�؋�؍�Ҍ�Ƌ�������x�sntjfgSPuRLjWIe`MafO\gI`cFn`FxR?�[M�ZS�RR�UZ�V\�X`�`i�tk�of�qh�D;�A9�1%�4&�C2…
|