Searched refs:woff (Results 1 – 17 of 17) sorted by relevance
/external/freetype/src/sfnt/ |
D | sfwoff.c | 99 WOFF_HeaderRec woff; in woff_open_font() local 140 if ( FT_STREAM_READ_FIELDS( woff_header_fields, &woff ) ) in woff_open_font() 144 if ( woff.flavor == TTAG_wOFF || woff.flavor == TTAG_ttcf ) in woff_open_font() 148 if ( woff.length != stream->size || in woff_open_font() 149 woff.num_tables == 0 || in woff_open_font() 150 44 + woff.num_tables * 20UL >= woff.length || in woff_open_font() 151 12 + woff.num_tables * 16UL >= woff.totalSfntSize || in woff_open_font() 152 ( woff.totalSfntSize & 3 ) != 0 || in woff_open_font() 153 ( woff.metaOffset == 0 && ( woff.metaLength != 0 || in woff_open_font() 154 woff.metaOrigLength != 0 ) ) || in woff_open_font() [all …]
|
/external/ltp/testcases/kernel/fs/doio/ |
D | datapid.c | 93 int woff; /* file offset for the word */ in datapidgen() local 102 woff = offset - cnt; in datapidgen() 105 woff); in datapidgen() 109 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 129 woff = offset + boff; in datapidgen() 131 for (cnt = 0; cnt < num_full_words; woff += NBPW, cnt++) { in datapidgen() 134 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 158 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen() 190 int woff; /* file offset for the word */ in datapidchk() local 202 woff = offset - cnt; in datapidchk() [all …]
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 5 …src: local('Open Sans Light'), local('OpenSans-Light'), url('./Open+Sans:300.woff') format('woff'); 12 src: local('Roboto Light'), local('Roboto-Light'), url('./Roboto+Light:300.woff') format('woff'); 19 … local('Roboto Regular'), local('Roboto-Regular'), url('./Roboto+Regular:400.woff') format('woff'); 26 …src: local('Roboto Medium'), local('Roboto-Medium'), url('./Roboto+Medium:500.woff') format('woff'… 33 src: local('Roboto Bold'), local('Roboto-Bold'), url('./Roboto+Bold:700.woff') format('woff');
|
/external/freetype/include/freetype/internal/ |
D | compiler-macros.h | 28 # pragma set woff 3505 35 # pragma set woff 3505
|
/external/fonttools/ |
D | MANIFEST.in | 35 recursive-include Tests *.ttc *.ttf *.dfont *.woff *.woff2
|
D | tox.ini | 22 woff
|
D | README.rst | 75 pip install fonttools[ufo,lxml,woff,unicode] 108 *Extra:* ``woff`` 118 *Extra:* ``woff``
|
D | NEWS.rst | 1699 - [ttx] Add --flavor option for compiling to 'woff' or 'woff2'; add
|
/external/fonttools/Doc/source/ |
D | optional.rst | 11 pip install fonttools[ufo,lxml,woff,unicode] 49 *Extra:* ``woff``
|
/external/libevent/test/ |
D | regress.c | 85 static int woff; variable 183 if (woff + len >= (int)sizeof(wbuf)) in multiple_write_cb() 184 len = sizeof(wbuf) - woff; in multiple_write_cb() 186 len = write(fd, wbuf + woff, len); in multiple_write_cb() 194 woff += len; in multiple_write_cb() 196 if (woff >= (int)sizeof(wbuf)) { in multiple_write_cb() 535 roff = woff = 0; in test_multiple() 546 if (roff == woff) in test_multiple() 564 roff = woff = 0; in test_persistent() 575 if (roff == woff) in test_persistent()
|
/external/fmtlib/doc/bootstrap/ |
D | glyphicons.less | 16 url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
|
/external/mime-support/ |
D | mime.types | 56 application/font-woff woff 634 font/woff woff
|
/external/libaom/libaom/av1/common/ |
D | reconinter.c | 316 int woff, hoff; in get_wedge_mask_inplace() local 321 woff = (a->x_offset * bw) >> 3; in get_wedge_mask_inplace() 325 MASK_MASTER_SIZE / 2 - woff; in get_wedge_mask_inplace()
|
/external/fonttools/Tests/subset/ |
D | subset_test.py | 718 woff = TTFont(woff_path) 720 self.assertEqual(woff.flavor, "woff")
|
/external/skia/modules/canvaskit/ |
D | CHANGELOG.md | 168 - Support for .woff and .woff2 fonts. Disable .woff2 for reduced code size by supplying 532 - Support for .otf fonts (.woff and .woff2 still not supported).
|
/external/curl/m4/ |
D | curl-compilers.m4 | 1214 tmp_CFLAGS="$tmp_CFLAGS -woff 1209"
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | cares-compilers.m4 | 1095 tmp_CFLAGS="$tmp_CFLAGS -woff 1209"
|