Searched refs:woff2 (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/brotli/src/woff2/
H A Dtransform.h22 namespace woff2 { namespace
29 } // namespace woff2
H A Dnormalize.h22 namespace woff2 { namespace
43 } // namespace woff2
H A Dround.h20 namespace woff2 { namespace
31 } // namespace woff2
H A Dtable_tags.h22 namespace woff2 { namespace
32 } // namespace woff2
H A Dwoff2_compress.cc15 // A commandline tool for compressing ttf format files to woff2.
32 string outfilename = filename.substr(0, filename.find_last_of(".")) + ".woff2";
35 string input = woff2::GetFileContent(filename);
38 size_t output_size = woff2::MaxWOFF2CompressedSize(input_data, input.size());
42 if (!woff2::ConvertTTFToWOFF2(input_data, input.size(),
49 woff2::SetFileContents(outfilename, output);
H A Dwoff2_decompress.cc15 // A very simple commandline tool for decompressing woff2 format files to true
36 string input = woff2::GetFileContent(filename);
38 size_t decompressed_size = woff2::ComputeWOFF2FinalSize(
41 const bool ok = woff2::ConvertWOFF2ToTTF(
50 woff2::SetFileContents(outfilename, output);
H A Dwoff2_common.h22 namespace woff2 { namespace
48 } // namespace woff2
H A Dwoff2_dec.h23 namespace woff2 { namespace
34 } // namespace woff2
H A Dwoff2_enc.h23 namespace woff2 { namespace
34 } // namespace woff2
H A Dport.h20 namespace woff2 { namespace
45 } // namespace woff2
H A Dfile.h23 namespace woff2 { namespace
39 } // namespace woff2
H A Dglyph.h25 namespace woff2 { namespace
69 } // namespace woff2
H A Dfont.h26 namespace woff2 { namespace
77 } // namespace woff2
H A Dtable_tags.cc19 namespace woff2 { namespace
90 } // namespace woff2
H A Dstore_bytes.h25 namespace woff2 { namespace
59 } // namespace woff2
H A Dbuffer.h44 namespace woff2 { namespace
169 } // namespace woff2
H A Dfont.cc26 namespace woff2 { namespace
187 } // namespace woff2
H A Dnormalize.cc30 namespace woff2 { namespace
196 } // namespace woff2
H A Dtransform.cc26 namespace woff2 { namespace
264 } // namespace woff2
H A Dwoff2_enc.cc36 namespace woff2 { namespace
153 // Except for the header size, which is 32 bytes larger in woff2 format,
184 // Although the compressed size of each table in the final woff2 file won't
281 } // namespace woff2
H A Dglyph.cc24 namespace woff2 { namespace
380 } // namespace woff2
/external/chromium_org/chrome/browser/resources/contextual_search/
H A Dpromo.css9 url(/roboto.woff2) format('woff2'), url(/roboto.woff) format('woff');
/external/chromium_org/third_party/ots/
H A Dots.target.darwin-arm64.mk58 third_party/ots/src/woff2.cc
H A Dots.target.linux-arm64.mk58 third_party/ots/src/woff2.cc
H A Dots.target.darwin-arm.mk58 third_party/ots/src/woff2.cc

Completed in 1380 milliseconds

12