Home
last modified time | relevance | path

Searched refs:coverage (Results 1 – 25 of 37) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvkern.c574 if ( coverage & 0x1FFC ) in gxv_kern_coverage_new_apple_validate()
583 *format = (FT_UShort)( coverage & 0x0003 ); in gxv_kern_coverage_new_apple_validate()
612 if ( coverage & 0x02FC ) in gxv_kern_coverage_classic_apple_validate()
620 *format = (FT_UShort)( coverage & 0x0003 ); in gxv_kern_coverage_classic_apple_validate()
653 if ( coverage & 0xFDF0 ) in gxv_kern_coverage_classic_microsoft_validate()
657 horizontal = FT_BOOL( coverage & 1 ); in gxv_kern_coverage_classic_microsoft_validate()
658 minimum = FT_BOOL( ( coverage >> 1 ) & 1 ); in gxv_kern_coverage_classic_microsoft_validate()
659 cross_stream = FT_BOOL( ( coverage >> 2 ) & 1 ); in gxv_kern_coverage_classic_microsoft_validate()
660 override = FT_BOOL( ( coverage >> 3 ) & 1 ); in gxv_kern_coverage_classic_microsoft_validate()
749 FT_UShort coverage; in gxv_kern_subtable_validate() local
[all …]
A Dgxvmort.c121 gxv_mort_coverage_validate( FT_UShort coverage, in gxv_mort_coverage_validate() argument
127 if ( coverage & 0x8000U ) in gxv_mort_coverage_validate()
132 if ( coverage & 0x4000 ) in gxv_mort_coverage_validate()
139 if ( coverage & 0x2000 ) in gxv_mort_coverage_validate()
143 if ( coverage & 0x1FF8 ) in gxv_mort_coverage_validate()
178 FT_UShort coverage; in gxv_mort_subtables_validate() local
188 coverage = FT_NEXT_USHORT( p ); in gxv_mort_subtables_validate()
197 type = coverage & 0x0007; in gxv_mort_subtables_validate()
201 gxv_mort_coverage_validate( coverage, valid ); in gxv_mort_subtables_validate()
A Dgxvmorx.c70 FT_ULong coverage; in gxv_morx_subtables_validate() local
80 coverage = FT_NEXT_ULONG( p ); in gxv_morx_subtables_validate()
90 type = coverage & 0x0007; in gxv_morx_subtables_validate()
95 gxv_mort_coverage_validate( (FT_UShort)( ( coverage >> 16 ) | coverage ), in gxv_morx_subtables_validate()
A Dgxvmort.h61 gxv_mort_coverage_validate( FT_UShort coverage,
A Dgxvjust.c503 FT_UShort coverage; in gxv_just_justClassTable_validate() local
511 coverage = FT_NEXT_USHORT( p ); in gxv_just_justClassTable_validate()
514 GXV_TRACE(( " justClassTable: coverage = 0x%04x (%s) ", coverage )); in gxv_just_justClassTable_validate()
515 if ( ( coverage & 0x4000 ) == 0 ) in gxv_just_justClassTable_validate()
A DREADME430 The `kern' subtable has a 16bit `coverage' field to describe
436 Apple's bit interpretations of coverage in classic and new version
466 If the `kern' table is a classic one, the 16bit `coverage' field
467 is checked next. Firstly, the coverage bits are decoded for the
481 The most popular coverage in new Apple-dialect: 0x8000,
482 The most popular coverage in classic Apple-dialect: 0x0000,
483 The most popular coverage in classic Microsoft dialect: 0x0001.
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttkern.c88 FT_UInt num_pairs, length, coverage; in tt_face_load_kern() local
100 coverage = FT_NEXT_USHORT( p ); in tt_face_load_kern()
111 if ( ( coverage & ~8 ) != 0x0001 || in tt_face_load_kern()
202 FT_UInt coverage = FT_NEXT_USHORT( p ); in tt_face_get_kerning() local
226 switch ( coverage >> 8 ) in tt_face_get_kerning()
292 if ( coverage & 8 ) /* override or add */ in tt_face_get_kerning()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c1243 unsigned char coverage = spans->coverage; in gray_render_span() local
1246 if ( coverage ) in gray_render_span()
1283 int coverage; in gray_hline() local
1293 if ( coverage < 0 ) in gray_hline()
1294 coverage = -coverage; in gray_hline()
1298 coverage &= 511; in gray_hline()
1301 coverage = 512 - coverage; in gray_hline()
1303 coverage = 255; in gray_hline()
1323 if ( coverage ) in gray_hline()
1335 span->coverage == coverage ) in gray_hline()
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dci.sh330 VARIANT=coverage
337 VARIANT=coverage
425 ci_unix_build_helper VARIANT=coverage
430 ci_unix_run_tests_full_helper coverage
434 MICROPYPATH=examples/natmod/features2 ./ports/unix/micropython-coverage -m features2
450 ci_unix_build_helper VARIANT=coverage MICROPY_FORCE_32BIT=1
455 ci_unix_run_tests_full_helper coverage MICROPY_FORCE_32BIT=1
533 make ${MAKEOPTS} -C ports/unix VARIANT=coverage submodules
534 make ${MAKEOPTS} -C ports/unix VARIANT=coverage
561 file ./ports/unix/micropython-coverage
[all …]
/AliOS-Things-master/components/freetype/src/autofit/
A Daftypes.h444 AF_Coverage coverage; member
540 coverage ) \ argument
548 coverage \
622 ac->coverage = coverage_; \
A Dhbshim.c133 coverage_tags = coverages[style_class->coverage]; in af_get_coverage()
147 style_class->coverage == AF_COVERAGE_DEFAULT ) in af_get_coverage()
426 feature = features[style_class->coverage]; in af_get_char_index()
A Dafglobal.c177 if ( style_class->coverage == AF_COVERAGE_DEFAULT ) in af_face_globals_compute_style_coverage()
226 if ( ss != dflt && style_class->coverage == AF_COVERAGE_DEFAULT ) in af_face_globals_compute_style_coverage()
A Dafmodule.c107 style_class->coverage == AF_COVERAGE_DEFAULT ) in af_property_set()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/
A DCMakeLists.txt17 # coverage option
21 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
22 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fprofile-arcs -ftest-coverage")
23 # SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fprofile-arcs -ftest-coverage")
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DINDEX12 test/infcover.c inf*.c code coverage for build coverage testing
A DChangeLog165 - Use name in GCC_CLASSIC as C compiler for coverage testing, if set
242 - Add --cover option to ./configure for gcc coverage testing
254 - Test the inflate code with full coverage
271 - Add full coverage test for puff in contrib/puff/Makefile
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/testpngs/
A Dmakepngs.sh74 --coverage)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dbuild_def.bzl127 # Forward-compat coverage testing is largely redundant, and
128 # contributes to coverage test bloat.
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCONTRIBUTING.md13 - We maintain a high percentage of code coverage in our unit tests. If you make
/AliOS-Things-master/components/freetype/include/
A Dftimage.h904 unsigned char coverage; member
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md84 - `Coverage`. This generates code coverage information in addition to debug information.
A DChangeLog1159 * Extended test coverage of special cases, and added new timing test suite.
2952 (found by code coverage tests)
2957 mpi_read_string() (found by code coverage tests).
2960 code coverage tests).
2962 value in mpi_add_abs() (found by code coverage tests).
2964 value in mpi_sub_abs() (found by code coverage tests).
2968 coverage tests).
2970 code coverage tests).
/AliOS-Things-master/components/SDL2/src/hidapi/
A DLICENSE-gpl3.txt301 doubtful cases shall be resolved in favor of coverage. For a particular
522 the scope of its coverage, prohibits the exercise of, or is
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst699 to ``y`` during ``make allnoconfig`` to improve coverage.
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A DREADME.rst699 to ``y`` during ``make allnoconfig`` to improve coverage.

Completed in 39 milliseconds

12