Home
last modified time | relevance | path

Searched refs:woff2 (Results 1 – 21 of 21) sorted by relevance

/external/freetype/src/sfnt/
Dsfwoff2.c1507 WOFF2_Header woff2, in reconstruct_font() argument
1523 FT_UShort num_tables = woff2->num_tables; in reconstruct_font()
1720 woff2->actual_sfnt_size = dest_offset; in reconstruct_font()
1759 WOFF2_HeaderRec woff2; in woff2_open_font() local
1812 if ( FT_STREAM_READ_FIELDS( woff2_header_fields, &woff2 ) ) in woff2_open_font()
1815 FT_TRACE4(( "signature -> 0x%lX\n", woff2.signature )); in woff2_open_font()
1816 FT_TRACE2(( "flavor -> 0x%08lx\n", woff2.flavor )); in woff2_open_font()
1817 FT_TRACE4(( "length -> %lu\n", woff2.length )); in woff2_open_font()
1818 FT_TRACE2(( "num_tables -> %hu\n", woff2.num_tables )); in woff2_open_font()
1819 FT_TRACE4(( "totalSfntSize -> %lu\n", woff2.totalSfntSize )); in woff2_open_font()
[all …]
/external/perfetto/ui/src/assets/
Dtypefaces.scss6 src: url(assets/MaterialIcons.woff2) format('woff2');
14 src: local('Raleway Thin'), local('Raleway-Thin'), url(assets/Raleway-Thin.woff2) format('woff2');
23 …src: local('Raleway'), local('Raleway-Regular'), url(assets/Raleway-Regular.woff2) format('woff2');
32 …d Light'), local('RobotoCondensed-Light'), url(assets/RobotoCondensed-Light.woff2) format('woff2');
41 …sed'), local('RobotoCondensed-Regular'), url(assets/RobotoCondensed-Regular.woff2) format('woff2');
50 …('Roboto Mono'), local('RobotoMono-Regular'), url(assets/RobotoMono-Regular.woff2) format('woff2');
/external/okio/docs/css/
Dapp.css3 …ttps://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Regular.woff2") format("woff2");
10 …https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Medium.woff2") format("woff2");
17 …("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Bold.woff2") format("woff2");
/external/fonttools/Doc/source/ttLib/
Dwoff2.rst2 woff2 title
5 .. automodule:: fontTools.ttLib.woff2
Dindex.rst14 woff2
/external/oss-fuzz/projects/woff2/
DDockerfile20 RUN git clone --depth 1 --recursive https://github.com/google/woff2
21 WORKDIR woff2
/external/google-fonts/fraunces/fonts/
DWebFonts Report.txt10 …th: /Users/spencercharles/Documents/Git Repositories/Fraunces/fonts/Fraunces_Italic-9_G0_Thin.woff2
21 path: /Users/spencercharles/Documents/Git Repositories/Fraunces/fonts/Fraunces-9_G0_Thin.woff2
/external/fonttools/Tests/ttLib/
Dwoff2_test.py3 from fontTools.ttLib import woff2
5 from fontTools.ttLib.woff2 import (
1253 assert woff2.main(["compress", input_file]) is None
1260 assert woff2.main(["compress", "--no-glyf-transform", input_file]) is None
1267 assert woff2.main(["compress", "--hmtx-transform", input_file]) is None
1274 assert woff2.main(
1284 assert woff2.main(
1296 assert woff2.main(["compress", input_file]) is None
1308 woff2.main(["compress", "--hmtx-transform", str(woff2_file)])
1322 assert woff2.main(["decompress", str(input_file)]) is None
[all …]
/external/fonttools/
DMANIFEST.in35 recursive-include Tests *.ttc *.ttf *.dfont *.woff *.woff2
DREADME.rst101 - ``Lib/fontTools/ttLib/woff2.py``
DNEWS.rst65 - [woff2] An initial off-curve point with an overlap flag now stays an off-curve
102 - [woff2] Support new ``brotlicffi`` bindings for PyPy (#2117).
374 - [woff2] Skip normalizing ``glyf`` and ``loca`` tables if these are missing from
578 - [subset] Fixed regression when passing ``--flavor=woff2`` option with an input font
584 - [woff2] Added support for compressing/decompressing WOFF2 fonts with non-transformed
587 and replaced them with a new console entry point ``fonttools ttLib.woff2``
1699 - [ttx] Add --flavor option for compiling to 'woff' or 'woff2'; add
/external/freetype/
DChangeLog657 [woff2] Fix segfault.
851 [woff2] Return if single stream operation fails.
977 [woff2] Fix font table access.
1036 [woff2] Fix memory leaks and a runtime warning.
1054 [woff2] Allow bitmap-only fonts (#57394).
1279 [woff2] Fix SFNT table checks.
1331 * src/sfnt/sfwoff2 (woff2_open_font): Initialize `woff2.ttc_fonts'.
1347 [woff2] Reject fonts without `head' table.
1362 [woff2] Fix compiler warnings.
1378 [woff2] Fix memory leaks.
[all …]
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py41 from fontTools.ttLib.woff2 import WOFF2Reader
206 from fontTools.ttLib.woff2 import WOFF2Writer
/external/fonttools/Doc/source/
Doptional.rst42 :py:mod:`fontTools.ttLib.woff2`
Dindex.rst50 - ``ttLib.woff2``: Compress and decompress WOFF2 fonts
/external/fmtlib/doc/bootstrap/
Dglyphicons.less15 url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),
/external/fonttools/Tests/subset/
Dsubset_test.py731 woff2 = TTFont(woff2_path)
733 self.assertEqual(woff2.flavor, "woff2")
/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/mime-support/
Dmime.types635 font/woff2 woff2
/external/llvm-project/llvm/docs/
DLibFuzzer.rst798 * WOFF2: `[1] <https://github.com/google/woff2/commit/a15a8ab>`__
/external/llvm/docs/
DLibFuzzer.rst885 * WOFF2: `[1] <https://github.com/google/woff2/commit/a15a8ab>`__