Home
last modified time | relevance | path

Searched refs:edge (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/autofit/
A Daflatin.c1555 edge->pos = edge->opos; in af_latin_hints_compute_edges()
1595 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin_hints_compute_edges()
1601 seg->edge = edge; in af_latin_hints_compute_edges()
1608 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin_hints_compute_edges()
2220 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin_hint_edges()
2282 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin_hint_edges()
2486 if ( edge > edges && edge->pos < edge[-1].pos ) in af_latin_hint_edges()
2495 edge->pos = edge[-1].pos; in af_latin_hint_edges()
2568 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin_hint_edges()
2647 if ( edge > edges && edge->pos < edge[-1].pos ) in af_latin_hint_edges()
[all …]
A Daflatin2.c1239 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin2_hints_compute_edges()
1245 seg->edge = edge; in af_latin2_hints_compute_edges()
1252 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin2_hints_compute_edges()
1859 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin2_hint_edges()
1914 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin2_hint_edges()
2135 if ( edge > edges && edge->pos < edge[-1].pos ) in af_latin2_hint_edges()
2139 edge->pos = edge[-1].pos; in af_latin2_hint_edges()
2218 for ( edge = edges; edge < edge_limit; edge++ ) in af_latin2_hint_edges()
2293 if ( edge > edges && edge->pos < edge[-1].pos ) in af_latin2_hint_edges()
2294 edge->pos = edge[-1].pos; in af_latin2_hint_edges()
[all …]
A Dafcjk.c1062 for ( edge = edges; edge < edge_limit; edge++ ) in af_cjk_hints_compute_edges()
1068 seg->edge = edge; in af_cjk_hints_compute_edges()
1075 for ( edge = edges; edge < edge_limit; edge++ ) in af_cjk_hints_compute_edges()
1154 if ( edge->serif && edge->link ) in af_cjk_hints_compute_edges()
1212 for ( ; edge < edge_limit; edge++ ) in af_cjk_hints_compute_blue_edges()
1720 for ( edge = edges; edge < edge_limit; edge++ ) in af_cjk_hint_edges()
1775 for ( edge = edges; edge < edge_limit; edge++ ) in af_cjk_hint_edges()
2006 for ( edge = edges; edge < edge_limit; edge++ ) in af_cjk_hint_edges()
2022 for ( edge = edges; edge < edge_limit; edge++ ) in af_cjk_hint_edges()
2087 for ( edge = edges; edge < edge_limit; edge++ ) in af_cjk_align_edge_points()
[all …]
A Dafhints.c127 edge[0] = edge[-1]; in af_axis_hints_new_edge()
128 edge--; in af_axis_hints_new_edge()
133 FT_ZERO( edge ); in af_axis_hints_new_edge()
138 *anedge = edge; in af_axis_hints_new_edge()
370 if ( seg->edge ) in af_glyph_hints_get_segment_offset()
420 for ( edge = edges; edge < limit; edge++ ) in af_glyph_hints_dump_edges()
884 AF_Edge edge = seg->edge; in af_glyph_hints_align_edge_points() local
910 AF_Edge edge = seg->edge; in af_glyph_hints_align_edge_points() local
965 AF_Edge edge; in af_glyph_hints_align_strong_points() local
1002 u = edge->pos - ( edge->opos - ou ); in af_glyph_hints_align_strong_points()
[all …]
A Dafhints.h289 AF_Edge edge; /* the segment's parent edge */ member
425 AF_Edge *edge );
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2hints.c503 hintmap->edge[i - 1].dsCoord <= hintmap->edge[i].dsCoord ); in cf2_hintmap_adjustHints()
505 hintmap->edge[i].dsCoord <= hintmap->edge[j].dsCoord ); in cf2_hintmap_adjustHints()
510 if ( hintmap->edge[i].csCoord != hintmap->edge[i - 1].csCoord ) in cf2_hintmap_adjustHints()
513 hintmap->edge[i].dsCoord - hintmap->edge[i - 1].dsCoord, in cf2_hintmap_adjustHints()
514 hintmap->edge[i].csCoord - hintmap->edge[i - 1].csCoord ); in cf2_hintmap_adjustHints()
519 if ( hintmap->edge[j].csCoord != hintmap->edge[j - 1].csCoord ) in cf2_hintmap_adjustHints()
522 hintmap->edge[j].dsCoord - hintmap->edge[j - 1].dsCoord, in cf2_hintmap_adjustHints()
523 hintmap->edge[j].csCoord - hintmap->edge[j - 1].csCoord ); in cf2_hintmap_adjustHints()
715 hintmap->edge[iDst--] = hintmap->edge[iSrc--]; in cf2_hintmap_insertHint()
901 CF2_HintRec edge, invalid; in cf2_hintmap_build() local
[all …]
A Dcf2hints.h146 CF2_HintRec edge[CF2_MAX_HINT_EDGES]; /* 192 */ member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A Ddevicedb.cc69 for (const DeviceDecisionTreeEdge* edge : edges) { in Follow() local
70 UpdateVariablesFromDeviceDecisionTreeEdges(variable_values, *edge); in Follow()
71 if (edge->children()) { in Follow()
72 for (const DeviceDecisionTreeNode* root : *(edge->children())) { in Follow()
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dutimeq1.py110 def edge_case(edge, offset): argument
113 add(h, ticks_add(edge, offset))
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_tdm.h61 enum HAL_TDM_FS_EDGE_T edge; member
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_page.h369 bool lv_page_on_edge(lv_obj_t * page, lv_page_edge_t edge);
A Dlv_page.c415 bool lv_page_on_edge(lv_obj_t * page, lv_page_edge_t edge) in lv_page_on_edge() argument
425 …if((edge & LV_PAGE_EDGE_TOP) && scrl_coords.y1 == page_coords.y1 + page_style->body.padding.top) r… in lv_page_on_edge()
426 …if((edge & LV_PAGE_EDGE_BOTTOM) && scrl_coords.y2 == page_coords.y2 - page_style->body.padding.bot… in lv_page_on_edge()
427 …if((edge & LV_PAGE_EDGE_LEFT) && scrl_coords.x1 == page_coords.x1 + page_style->body.padding.left)… in lv_page_on_edge()
428 …if((edge & LV_PAGE_EDGE_RIGHT) && scrl_coords.x2 == page_coords.x2 - page_style->body.padding.righ… in lv_page_on_edge()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/gpio/
A Dmodule_gpio.c243 const char *edge; in native_gpio_on() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/gpio/
A Dmodule_gpio.c255 const char *edge; in native_gpio_on() local
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dusage.txt534 area. Horizontal mirroring leaves any partial iMCU column at the right edge
536 mirroring leaves any partial iMCU row at the bottom edge untouched, but is
538 of transpose and flip operations; for consistency, their actions on edge
542 For practical use, you may prefer to discard any untransformable edge pixels
545 -trim Drop non-transformable edge blocks.
549 "-rot 270 -trim" trims only the bottom edge, but "-rot 90 -trim" followed by
A Dstructure.txt166 Note: it is convenient to regard edge expansion (padding to block boundaries)
347 buffering. The downsampler is responsible for edge expansion at the right
348 edge (i.e., extending each sample row to a multiple of block_size samples);
349 but the preprocessing controller is responsible for vertical edge expansion
355 blocks when needed at the right or bottom edge. When performing
437 DCT blocks at the right or bottom edge. When reading a multiscan JPEG
596 the rows. This simplifies edge expansion/compression, since we can work
615 where col is measured from the image left edge, but row is measured from the
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamousetap.m30 * past the edge of the window if moving the cursor too fast.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2pdf.c2078 uint16 edge=0; in t2p_read_tiff_size_tile() local
2084 edge |= t2p_tile_is_right_edge(t2p->tiff_tiles[t2p->pdf_page], tile); in t2p_read_tiff_size_tile()
2085 edge |= t2p_tile_is_bottom_edge(t2p->tiff_tiles[t2p->pdf_page], tile); in t2p_read_tiff_size_tile()
2088 if(edge in t2p_read_tiff_size_tile()
2801 uint16 edge=0; in t2p_readwrite_pdf_image_tile() local
2823 edge |= t2p_tile_is_right_edge(t2p->tiff_tiles[t2p->pdf_page], tile); in t2p_readwrite_pdf_image_tile()
2824 edge |= t2p_tile_is_bottom_edge(t2p->tiff_tiles[t2p->pdf_page], tile); in t2p_readwrite_pdf_image_tile()
2826 if( (t2p->pdf_transcode == T2P_TRANSCODE_RAW) && ((edge == 0) in t2p_readwrite_pdf_image_tile()
2895 if(edge!=0){ in t2p_readwrite_pdf_image_tile()
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog89 * fixed edge issue on interpolated rotozoom modes
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1951.txt356 choosing the edge corresponding to the next input bit.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog872 a6621bac Added MSA optimized simple edge filtering functions
875 1ebf193c Added MSA optimized chroma edge filtering functions
876 9ad2352d Merge "Added MSA optimized edge filtering functions"
877 60751096 Added MSA optimized edge filtering functions
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt1553 offset_x - positive offset from the left edge
1556 offset_y - positive offset from the top edge
3184 edge of the screen
3187 edge of the screen
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m47019 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m47682 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m48185 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too

Completed in 78 milliseconds

12