Home
last modified time | relevance | path

Searched refs:woff (Results 1 – 17 of 17) sorted by relevance

/external/freetype/src/sfnt/
Dsfwoff.c99 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/
Ddatapid.c93 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/
Dafeclient.css5 …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/
Dcompiler-macros.h28 # pragma set woff 3505
35 # pragma set woff 3505
/external/fonttools/
DMANIFEST.in35 recursive-include Tests *.ttc *.ttf *.dfont *.woff *.woff2
Dtox.ini22 woff
DREADME.rst75 pip install fonttools[ufo,lxml,woff,unicode]
108 *Extra:* ``woff``
118 *Extra:* ``woff``
DNEWS.rst1699 - [ttx] Add --flavor option for compiling to 'woff' or 'woff2'; add
/external/fonttools/Doc/source/
Doptional.rst11 pip install fonttools[ufo,lxml,woff,unicode]
49 *Extra:* ``woff``
/external/libevent/test/
Dregress.c85 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/
Dglyphicons.less16 url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
/external/mime-support/
Dmime.types56 application/font-woff woff
634 font/woff woff
/external/libaom/libaom/av1/common/
Dreconinter.c316 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/
Dsubset_test.py718 woff = TTFont(woff_path)
720 self.assertEqual(woff.flavor, "woff")
/external/skia/modules/canvaskit/
DCHANGELOG.md168 - 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/
Dcurl-compilers.m41214 tmp_CFLAGS="$tmp_CFLAGS -woff 1209"
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-compilers.m41095 tmp_CFLAGS="$tmp_CFLAGS -woff 1209"