Searched refs:dimension (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshrec.c | 549 dimension->hints.num_hints = 0; in ps_dimension_init() 550 dimension->masks.num_masks = 0; in ps_dimension_init() 839 FT_Int dimension, in ps_hints_stem() argument 846 if ( dimension < 0 || dimension > 1 ) in ps_hints_stem() 849 dimension )); in ps_hints_stem() 850 dimension = ( dimension != 0 ); in ps_hints_stem() 859 PS_Dimension dim = &hints->dimension[dimension]; in ps_hints_stem() 910 if ( dimension < 0 || dimension > 1 ) in ps_hints_t1stem3() 913 dimension )); in ps_hints_t1stem3() 914 dimension = ( dimension != 0 ); in ps_hints_t1stem3() [all …]
|
A D | pshalgo.c | 444 PSH_Dimension dim = &globals->dimension[dimension]; in psh_hint_align() 482 if ( dimension == 1 ) in psh_hint_align() 672 PSH_Dimension dim = &globals->dimension[dimension]; 706 if ( dimension == 1 ) 858 PSH_Dimension dim = &globals->dimension[dimension]; in psh_hint_table_align_hints() 1196 if ( dimension == 0 ) in psh_glyph_load_points() 1680 PSH_Dimension dim = &glyph->globals->dimension[dimension]; in psh_glyph_find_strong_points() 1829 PSH_Dimension dim = &glyph->globals->dimension[dimension]; in psh_glyph_interpolate_strong_points() 1884 PSH_Dimension dim = &glyph->globals->dimension[dimension]; in psh_glyph_interpolate_normal_points() 2034 PSH_Dimension dim = &glyph->globals->dimension[dimension]; in psh_glyph_interpolate_other_points() [all …]
|
A D | pshglob.c | 85 psh_dimension_snap_width( PSH_Dimension dimension, 94 for ( n = 0; n < dimension->stdw.count; n++ ) 100 w = dimension->stdw.widths[n].cur; 627 globals->dimension[0].stdw.count = 0; in psh_globals_destroy() 628 globals->dimension[1].stdw.count = 0; in psh_globals_destroy() 738 globals->dimension[0].scale_mult = 0; in psh_globals_new() 739 globals->dimension[0].scale_delta = 0; in psh_globals_new() 740 globals->dimension[1].scale_mult = 0; in psh_globals_new() 741 globals->dimension[1].scale_delta = 0; in psh_globals_new() 763 dim = &globals->dimension[0]; in psh_globals_set_scale() [all …]
|
A D | pshglob.h | 138 PSH_DimensionRec dimension[2]; member 166 psh_dimension_snap_width( PSH_Dimension dimension,
|
A D | pshrec.h | 137 PS_DimensionRec dimension[2]; member
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 265 FT_Int dimension; in af_glyph_hints_dump_segments() local 268 for ( dimension = 1; dimension >= 0; dimension-- ) in af_glyph_hints_dump_segments() 270 AF_AxisHints axis = &hints->axis[dimension]; in af_glyph_hints_dump_segments() 279 dimension == AF_DIMENSION_HORZ ? "vertical" in af_glyph_hints_dump_segments() 293 dimension == AF_DIMENSION_HORZ in af_glyph_hints_dump_segments() 320 FT_Int dimension, in af_glyph_hints_get_num_segments() argument 346 FT_Int dimension, in af_glyph_hints_get_segment_offset() argument 396 FT_Int dimension; in af_glyph_hints_dump_edges() local 399 for ( dimension = 1; dimension >= 0; dimension-- ) in af_glyph_hints_dump_edges() 401 AF_AxisHints axis = &hints->axis[dimension]; in af_glyph_hints_dump_edges() [all …]
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | pshints.h | 180 FT_UInt dimension, 214 FT_UInt dimension, 467 FT_UInt dimension,
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ |
A D | README.md | 39 sequence/time dimension, and each column is the feature dimension). 63 …icates how many contiguous frames to stack in the output tensor’s first dimension, such that the t… 67 generate the output tensor, thus determining the second dimension. In the
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | README.txt | 1 The test files in this directory mostly have dimension 157x151.
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 127 // Whether to allow dynamic dimension sizes without re-compilation. 128 // A tensor of with dynamic dimension must have a valid dims_signature
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ChangeLog | 112 * clipping box dimension check added and clipping-checks optimized
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 615 // allocated picture of dimension width x height
|
A D | ChangeLog | 1261 24a96932 dec: allow 0 as a scaling dimension 1901 1b6a2635 Merge "Fix handling of weird GIF with canvas dimension 0x0" 1903 1582e402 Fix handling of weird GIF with canvas dimension 0x0
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 1382 - added a dimension to all arrays (Borland C can't count).
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 4560 Initialize dimension values so if sscanf fails at least we have known
|
Completed in 34 milliseconds