OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:woff2
(Results
1 - 25
of
35
) sorted by null
1
2
/external/chromium_org/third_party/brotli/src/woff2/
transform.h
22
namespace
woff2
{
namespace
29
} // namespace
woff2
normalize.h
22
namespace
woff2
{
namespace
43
} // namespace
woff2
round.h
20
namespace
woff2
{
namespace
31
} // namespace
woff2
table_tags.h
22
namespace
woff2
{
namespace
32
} // namespace
woff2
woff2_compress.cc
15
// 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);
woff2_decompress.cc
15
// 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);
woff2_common.h
15
// Common definition for
WOFF2
encoding/decoding
22
namespace
woff2
{
namespace
48
} // namespace
woff2
woff2_dec.h
15
// Library for converting
WOFF2
format font files to their TTF versions.
23
namespace
woff2
{
namespace
34
} // namespace
woff2
woff2_enc.h
15
// Library for converting
WOFF2
format font files to their TTF versions.
23
namespace
woff2
{
namespace
34
} // namespace
woff2
port.h
20
namespace
woff2
{
namespace
45
} // namespace
woff2
file.h
23
namespace
woff2
{
namespace
39
} // namespace
woff2
glyph.h
25
namespace
woff2
{
namespace
69
} // namespace
woff2
font.h
26
namespace
woff2
{
namespace
77
} // namespace
woff2
table_tags.cc
19
namespace
woff2
{
namespace
90
} // namespace
woff2
store_bytes.h
25
namespace
woff2
{
namespace
59
} // namespace
woff2
buffer.h
44
namespace
woff2
{
namespace
169
} // namespace
woff2
font.cc
26
namespace
woff2
{
namespace
187
} // namespace
woff2
normalize.cc
30
namespace
woff2
{
namespace
196
} // namespace
woff2
transform.cc
26
namespace
woff2
{
namespace
264
} // namespace
woff2
woff2_enc.cc
15
// Library for converting
WOFF2
format font files to their TTF versions.
36
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
glyph.cc
24
namespace
woff2
{
namespace
380
} // namespace
woff2
/external/chromium_org/chrome/browser/resources/contextual_search/
promo.css
9
url(/roboto.
woff2
) format('
woff2
'), url(/roboto.woff) format('woff');
/external/chromium_org/third_party/ots/
ots.target.darwin-arm64.mk
58
third_party/ots/src/
woff2
.cc
ots.target.linux-arm64.mk
58
third_party/ots/src/
woff2
.cc
ots.target.darwin-arm.mk
58
third_party/ots/src/
woff2
.cc
Completed in 1884 milliseconds
1
2