Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshglob.c211 zone[count] = zone[count-1]; in psh_blues_set_zones_0()
284 delta = zone[1].org_ref - zone[0].org_ref; in psh_blues_set_zones()
289 zone->org_bottom = zone->org_ref; in psh_blues_set_zones()
290 zone->org_top = zone->org_delta + zone->org_ref; in psh_blues_set_zones()
307 delta = zone[0].org_ref - zone[1].org_ref; in psh_blues_set_zones()
312 zone->org_top = zone->org_ref; in psh_blues_set_zones()
313 zone->org_bottom = zone->org_delta + zone->org_ref; in psh_blues_set_zones()
457 zone->cur_delta = FT_MulFix( zone->org_delta, scale ); in psh_blues_scale_zones()
460 zone->cur_ref = FT_PIX_ROUND( zone->cur_ref ); in psh_blues_scale_zones()
463 if ( zone->cur_ref > zone->cur_top ) in psh_blues_scale_zones()
[all …]
A Dpshalgo.c70 table->zone = 0; in psh_hint_table_done()
197 table->zone = 0; in psh_hint_table_init()
904 psh_print_zone( PSH_Zone zone ) in psh_print_zone() argument
907 zone->scale / 65536.0, in psh_print_zone()
908 zone->delta / 64.0, in psh_print_zone()
909 zone->min, in psh_print_zone()
910 zone->max ); in psh_print_zone()
1755 PSH_Blue_Zone zone; in psh_glyph_find_blue_points() local
1780 zone = table->zones; in psh_glyph_find_blue_points()
1806 FT_Pos delta = zone->org_top - y; in psh_glyph_find_blue_points()
[all …]
A Dpshalgo.h88 PSH_Zone zone; member
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2blues.c192 blues->zone[blues->count].csBottomEdge = in cf2_blues_init()
194 blues->zone[blues->count].csTopEdge = in cf2_blues_init()
223 blues->zone[blues->count].bottomZone = in cf2_blues_init()
225 blues->zone[blues->count].csFlatEdge = in cf2_blues_init()
226 blues->zone[blues->count].csTopEdge; in cf2_blues_init()
243 blues->zone[blues->count].csTopEdge = in cf2_blues_init()
265 blues->zone[blues->count].bottomZone = in cf2_blues_init()
267 blues->zone[blues->count].csFlatEdge = in cf2_blues_init()
268 blues->zone[blues->count].csTopEdge; in cf2_blues_init()
291 if ( blues->zone[i].bottomZone ) in cf2_blues_init()
[all …]
A Dcffgload.c945 ip = zone->cursor = zone->base; in cff_decoder_parse_charstrings()
2411 zone++; in cff_decoder_parse_charstrings()
2414 zone->cursor = zone->base; in cff_decoder_parse_charstrings()
2416 if ( !zone->base || zone->limit == zone->base ) in cff_decoder_parse_charstrings()
2423 decoder->zone = zone; in cff_decoder_parse_charstrings()
2453 zone++; in cff_decoder_parse_charstrings()
2456 zone->cursor = zone->base; in cff_decoder_parse_charstrings()
2458 if ( !zone->base || zone->limit == zone->base ) in cff_decoder_parse_charstrings()
2465 decoder->zone = zone; in cff_decoder_parse_charstrings()
2481 decoder->zone--; in cff_decoder_parse_charstrings()
[all …]
A Dcf2blues.h165 CF2_BlueRec zone[CF2_MAX_BLUES + CF2_MAX_OTHERBLUES]; member
A Dcffgload.h164 CFF_Decoder_Zone* zone; member
/AliOS-Things-master/hardware/chip/haas1000/aos/
A Dota_port.c45 if (zone >= OTA_BOOTINFO_ZONEMAX) { in ota_get_bootinfo()
53 if (zone == OTA_BOOTINFO_ZONEA) { in ota_get_bootinfo()
87 if (zone >= OTA_BOOTINFO_ZONEMAX) { in ota_set_bootinfo()
100 if (zone == OTA_BOOTINFO_ZONEA) { in ota_set_bootinfo()
164 if (zone == OTA_BOOTINFO_ZONEA) { in ota_check_bootinfo()
243 enum bootinfo_zone zone; in ota_adapt_get_odm_type() local
259 enum bootinfo_zone zone; in ota_adapt_set_odm_type() local
317 enum bootinfo_zone zone; in tg_ota_get_current_ab() local
340 enum bootinfo_zone zone; in ota_upgrade_link() local
388 enum bootinfo_zone zone; in ota_clear_reboot_count() local
[all …]
A Dota_port.h90 int ota_get_bootinfo(struct ota_boot_info *info, enum bootinfo_zone zone);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dinfcover.c79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit)) in mem_alloc()
100 zone->first = item; in mem_alloc()
104 if (zone->total > zone->highwater) in mem_alloc()
105 zone->highwater = zone->total; in mem_alloc()
150 zone->rogue++; in mem_free()
165 zone->total = 0; in mem_setup()
167 zone->limit = 0; in mem_setup()
168 zone->notlifo = 0; in mem_setup()
169 zone->rogue = 0; in mem_setup()
225 if (zone->rogue) in mem_done()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dip6_zone.h109 #define ip6_addr_zone(ip6addr) ((ip6addr)->zone)
115 #define ip6_addr_set_zone(ip6addr, zone_idx) ((ip6addr)->zone = (zone_idx))
118 #define ip6_addr_clear_zone(ip6addr) ((ip6addr)->zone = IP6_NO_ZONE)
121 #define ip6_addr_copy_zone(ip6addr1, ip6addr2) ((ip6addr1).zone = (ip6addr2).zone)
124 #define ip6_addr_equals_zone(ip6addr, zone_idx) ((ip6addr)->zone == (zone_idx))
128 #define ip6_addr_cmp_zone(ip6addr1, ip6addr2) ((ip6addr1)->zone == (ip6addr2)->zone)
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1decode.c366 T1_Decoder_Zone zone; in t1_decoder_parse_charstrings() local
394 decoder->zone = decoder->zones; in t1_decoder_parse_charstrings()
395 zone = decoder->zones; in t1_decoder_parse_charstrings()
416 ip = zone->cursor = zone->base; in t1_decoder_parse_charstrings()
1363 zone++; in t1_decoder_parse_charstrings()
1371 zone->limit = zone->base + decoder->subrs_len[idx]; in t1_decoder_parse_charstrings()
1380 zone->cursor = zone->base; in t1_decoder_parse_charstrings()
1382 if ( !zone->base ) in t1_decoder_parse_charstrings()
1389 decoder->zone = zone; in t1_decoder_parse_charstrings()
1426 zone--; in t1_decoder_parse_charstrings()
[all …]
/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c81 FT_FREE( zone->contours ); in tt_glyphzone_done()
82 FT_FREE( zone->tags ); in tt_glyphzone_done()
83 FT_FREE( zone->cur ); in tt_glyphzone_done()
84 FT_FREE( zone->org ); in tt_glyphzone_done()
85 FT_FREE( zone->orus ); in tt_glyphzone_done()
87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done()
88 zone->max_contours = zone->n_contours = 0; in tt_glyphzone_done()
89 zone->memory = NULL; in tt_glyphzone_done()
124 FT_MEM_ZERO( zone, sizeof ( *zone ) ); in tt_glyphzone_new()
125 zone->memory = memory; in tt_glyphzone_new()
[all …]
A Dttgload.c740 TT_GlyphZone zone = &loader->zone; in TT_Hint_Glyph() local
760 FT_ARRAY_COPY( zone->org, zone->cur, zone->n_points ); in TT_Hint_Glyph()
772 FT_ARRAY_COPY( zone->orus, zone->cur, zone->n_points ); in TT_Hint_Glyph()
784 zone->cur[zone->n_points - 4].x = in TT_Hint_Glyph()
786 zone->cur[zone->n_points - 3].x = in TT_Hint_Glyph()
788 zone->cur[zone->n_points - 2].y = in TT_Hint_Glyph()
790 zone->cur[zone->n_points - 1].y = in TT_Hint_Glyph()
827 loader->pp1 = zone->cur[zone->n_points - 4]; in TT_Hint_Glyph()
828 loader->pp2 = zone->cur[zone->n_points - 3]; in TT_Hint_Glyph()
829 loader->pp3 = zone->cur[zone->n_points - 2]; in TT_Hint_Glyph()
[all …]
A Dttobjs.h119 tt_glyphzone_done( TT_GlyphZone zone );
125 TT_GlyphZone zone );
353 TT_GlyphZoneRec zone; /* glyph loader points zone */ member
A Dttinterp.c1868 Direct_Move( EXEC_OP_ TT_GlyphZone zone, in Direct_Move() argument
1890 zone->tags[point] |= FT_CURVE_TAG_TOUCH_X; in Direct_Move()
1956 Direct_Move_X( EXEC_OP_ TT_GlyphZone zone, in Direct_Move_X() argument
1966 zone->cur[point].x += distance; in Direct_Move_X()
1968 zone->tags[point] |= FT_CURVE_TAG_TOUCH_X; in Direct_Move_X()
1973 Direct_Move_Y( EXEC_OP_ TT_GlyphZone zone, in Direct_Move_Y() argument
1979 zone->cur[point].y += distance; in Direct_Move_Y()
1980 zone->tags[point] |= FT_CURVE_TAG_TOUCH_Y; in Direct_Move_Y()
2001 zone->org[point].x += distance; in Direct_Move_Orig_X()
2012 zone->org[point].y += distance; in Direct_Move_Orig_Y()
[all …]
A Dttinterp.h75 (*TT_Move_Func)( EXEC_OP_ TT_GlyphZone zone,
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Dota_port.c8 int ota_get_bootinfo(struct ota_boot_info *info, enum bootinfo_zone zone) in ota_get_bootinfo() argument
19 int ota_set_bootinfo(struct ota_boot_info *info, enum bootinfo_zone zone) in ota_set_bootinfo() argument
A Dota_port.h87 int ota_get_bootinfo(struct ota_boot_info *info, enum bootinfo_zone zone);
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/
A Dnand.h32 uint16_t zone; /**< NAND memory Zone address */ member
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dflash.c359 enum bootinfo_zone zone; in bes_get_current_link() local
361 zone = ota_get_valid_bootinfo_zone(); in bes_get_current_link()
362 ret = ota_get_bootinfo(&info, zone); in bes_get_current_link()
377 enum bootinfo_zone zone; in bes_get_operate_partition() local
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_string.h34 int32_t core_utc2date(uint64_t utc, int8_t zone, core_date_t *date);
A Dcore_string.c259 int32_t core_utc2date(uint64_t utc, int8_t zone, core_date_t *date) in core_utc2date() argument
269 utc_zone_s = (utc / 1000) + (zone * 60 * 60); in core_utc2date()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md186 --zone=$ZONE \
206 gcloud compute instances delete "${INSTANCE_NAME}" --zone="${ZONE}"
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h1489 TT_GlyphZoneRec zone; member

Completed in 66 milliseconds

12