Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 25 of 42) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrcmap.c35 cmap->chars = face->phy_font.chars; in pfr_cmap_init()
45 if ( cmap->chars[n - 1].char_code >= cmap->chars[n].char_code ) in pfr_cmap_init()
61 cmap->chars = NULL; in pfr_cmap_done()
81 gchar = cmap->chars + mid; in pfr_cmap_char_index()
114 gchar = cmap->chars + mid; in pfr_cmap_char_next()
140 gchar = cmap->chars + min; in pfr_cmap_char_next()
A Dpfrcmap.h33 PFR_Char chars; member
A Dpfrobjs.c150 if ( phy_font->chars[nn].gps_offset != 0 ) in pfr_face_init()
236 PFR_Char gchar = phy_font->chars; in pfr_face_init()
353 gchar = face->phy_font.chars + gindex; in pfr_slot_load()
493 code1 = phy_font->chars[glyph1].char_code; in pfr_face_get_kerning()
494 code2 = phy_font->chars[glyph2].char_code; in pfr_face_get_kerning()
A Dpfrdrivr.c86 *anadvance = phys->chars[gindex].advance; in pfr_get_advance()
A Dpfrload.c685 FT_FREE( phy_font->chars ); in pfr_phy_font_done()
869 if ( FT_NEW_ARRAY( phy_font->chars, count ) ) in pfr_phy_font_load()
892 PFR_Char cur = &phy_font->chars[n]; in pfr_phy_font_load()
A Dpfrtypes.h256 PFR_Char chars; member
A Dpfrsbit.c542 character = &phys->chars[glyph_index]; in pfr_slot_load_bitmap()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzlib.c36 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
44 if (chars != 0) {
46 if (chars >= 2
47 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
48 chars -= 2;
49 msgbuf[chars] = 0;
52 if (chars > sizeof (buf) - 1) {
53 chars = sizeof (buf) - 1;
54 msgbuf[chars] = 0;
57 wcstombs(buf, msgbuf, chars + 1);
A Dminigzip.c-bak83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
91 if (chars != 0) {
93 if (chars >= 2
94 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
95 chars -= 2;
96 msgbuf[chars] = 0;
99 if (chars > sizeof (buf) - 1) {
100 chars = sizeof (buf) - 1;
101 msgbuf[chars] = 0;
104 wcstombs(buf, msgbuf, chars + 1);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dgzlib.c40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
48 if (chars != 0) {
50 if (chars >= 2
51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
52 chars -= 2;
53 msgbuf[chars] = 0;
56 if (chars > sizeof (buf) - 1) {
57 chars = sizeof (buf) - 1;
58 msgbuf[chars] = 0;
61 wcstombs(buf, msgbuf, chars + 1);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dminigzip.c87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local
95 if (chars != 0) {
97 if (chars >= 2
98 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') {
99 chars -= 2;
100 msgbuf[chars] = 0;
103 if (chars > sizeof (buf) - 1) {
104 chars = sizeof (buf) - 1;
105 msgbuf[chars] = 0;
108 wcstombs(buf, msgbuf, chars + 1);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/
A Dprf_utils.h187 const struct prf_char_inf* chars,
209 const struct prf_char_inf* chars);
225 uint8_t nb_chars, const struct prf_char_def* chars_req, struct prf_char_inf* chars,
A Dprf_utils_128.h91 const struct prf_char_inf* chars,
95 uint8_t nb_chars, const struct prf_char_def_128* chars_req, struct prf_char_inf* chars,
/AliOS-Things-master/components/py_engine/modules/ble/
A Dmodble.h69 amp_bt_host_adapter_gatt_chars_t *chars; member
A Dmodble.c157 service.chars = chara_list; in ble_addService()
199 m_del(amp_bt_host_adapter_gatt_chars_t, service.chars, chara_num); in ble_addService()
A Dbt_gatts_adapter.c161 char_list = srvc->chars; in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/
A Dbt_host_adapter.h35 amp_bt_host_adapter_gatt_chars_t *chars; member
A Dmodule_bt_host.c267 chars_list = service.chars = (amp_bt_host_adapter_gatt_chars_t *)aos_malloc( in native_bt_host_add_service()
285 aos_free(service.chars); in native_bt_host_add_service()
A Dbt_gatts_adapter.c152 char_list = srvc->chars; in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/
A Dbt_host_adapter.h35 amp_bt_host_adapter_gatt_chars_t *chars; member
A Dmodule_bt_host.c219 chars_list = service.chars = (amp_bt_host_adapter_gatt_chars_t *)aos_malloc( in native_bt_host_add_service()
237 aos_free(service.chars); in native_bt_host_add_service()
A Dbt_gatts_adapter.c152 char_list = srvc->chars; in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_fcitx.c163 const size_t chars = SDL_utf8strlen(buf); in DBus_MessageFilter() local
165 SDL_SendEditingText(buf, cursor, chars); in DBus_MessageFilter()
168 cursor += chars; in DBus_MessageFilter()
A DSDL_ibus.c151 const size_t chars = SDL_utf8strlen(buf); in IBus_MessageHandler() local
153 SDL_SendEditingText(buf, cursor, chars); in IBus_MessageHandler()
156 cursor += chars; in IBus_MessageHandler()
/AliOS-Things-master/components/uvoice/codec/
A Dspx_decoder.c102 snd_memcpy(bits->chars, buffer + offset, frame_size); in spx_decoder_process()

Completed in 31 milliseconds

12