HomeSort by relevance Sort by last modified time
    Searched refs:COVERAGE (Results 1 - 8 of 8) sorted by null

  /external/freetype/src/autofit/
afcover.h 20 /* Define `COVERAGE' as needed. */
24 /* coverage name in lowercase and uppercase, respectively, followed */
30 COVERAGE( alternative_fractions, ALTERNATIVE_FRACTIONS,
35 COVERAGE( petite_capitals_from_capitals, PETITE_CAPITALS_FROM_CAPITALS,
39 COVERAGE( small_capitals_from_capitals, SMALL_CAPITALS_FROM_CAPITALS,
44 /* XXX: Only digits are in this coverage, however, both normal style */
46 COVERAGE( denominators, DENOMINATORS,
53 COVERAGE( fractions, FRACTIONS,
59 /* XXX: Only digits are in this coverage, however, both normal style */
61 COVERAGE( numerators, NUMERATORS
    [all...]
hbshim.c 42 * 1. For each coverage, collect lookup IDs in a set. Note that an
43 * auto-hinter `coverage' is represented by one `feature', and a
58 /* load coverage tags */
59 #undef COVERAGE
60 #define COVERAGE( name, NAME, description, \
72 /* define mapping between coverage tags and AF_Coverage */
73 #undef COVERAGE
74 #define COVERAGE( name, NAME, description, \
133 coverage_tags = coverages[style_class->coverage];
147 style_class->coverage == AF_COVERAGE_DEFAULT
    [all...]
aftypes.h 376 * For the auto-hinter, a `coverage' represents all glyphs of an OpenType
394 #undef COVERAGE
395 #define COVERAGE( name, NAME, description, \
444 AF_Coverage coverage; member in struct:AF_StyleClassRec_
540 coverage ) \
548 coverage \
622 ac->coverage = coverage_; \
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlinclude.h 11 #ifdef COVERAGE
19 #ifdef COVERAGE
27 #endif // COVERAGE
  /hardware/invensense/60xx/mlsdk/mllite/
mlinclude.h 23 #ifdef COVERAGE
31 #ifdef COVERAGE
39 #endif // COVERAGE
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlinclude.h 11 #ifdef COVERAGE
19 #ifdef COVERAGE
27 #endif // COVERAGE
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlinclude.h 11 #ifdef COVERAGE
19 #ifdef COVERAGE
27 #endif // COVERAGE
  /external/emma/
test.sh 120 COVERAGE=$TESTDIR/coverage.dat
122 -sp $JAVADIR -Dreport.lcov.out.file=$COVERAGE com.android.bunnies.Bunny
126 if ! diff <(sort $GOLDEN) <(sort $COVERAGE) >$TESTDIR/diff-sorted; then
130 if ! diff $GOLDEN $COVERAGE >$TESTDIR/diff-ordered; then

Completed in 265 milliseconds