Searched refs:ots (Results 1 - 25 of 331) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc95 std::vector<uint8_t>* out_buffer, ots::CFFIndex *out_subr) {
127 ots::CFFIndex char_strings_index;
128 ots::CFFIndex global_subrs_index;
129 ots::CFFIndex local_subrs_index;
151 const std::vector<ots::CFFIndex *> local_subrs_per_font; // empty
152 ots::Buffer ots_buffer(&buffer[0], buffer.size());
154 return ots::ValidateType2CharStringIndex(char_strings_index,
172 1, 2, kOpPrefix, ots::kRMoveTo,
173 kOpPrefix, ots::kEndChar,
180 1, 2, kOpPrefix, ots
[all...]
H A Dtable_dependencies_test.cc8 #include "ots.h"
9 #include "ots-memory-stream.h"
14 do { file.name = new ots::OpenType##capname; } while (0)
43 ots::OpenTypeFile file;
48 EXPECT_TRUE(ots::ots_vhea_should_serialise(&file));
52 EXPECT_TRUE(ots::ots_vmtx_should_serialise(&file));
57 EXPECT_FALSE(ots::ots_vhea_should_serialise(&file));
62 EXPECT_FALSE(ots::ots_vmtx_should_serialise(&file));
67 EXPECT_FALSE(ots::ots_vhea_should_serialise(&file));
69 EXPECT_FALSE(ots
[all...]
/external/chromium_org/third_party/ots/src/
H A Dhhea.h9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
H A Dhmtx.h9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
H A Dvhea.h9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
H A Dvmtx.h9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
H A Dcvt.h8 #include "ots.h"
10 namespace ots { namespace
17 } // namespace ots
H A Dfpgm.h8 #include "ots.h"
10 namespace ots { namespace
17 } // namespace ots
H A Dloca.h10 #include "ots.h"
12 namespace ots { namespace
18 } // namespace ots
H A Dprep.h8 #include "ots.h"
10 namespace ots { namespace
17 } // namespace ots
H A Dcff_type2_charstring.cc32 const ots::CFFIndex& global_subrs_index,
33 const ots::CFFIndex& local_subrs_index,
34 ots::Buffer *cff_table,
35 ots::Buffer *char_string,
44 bool ReadNextNumberFromType2CharString(ots::Buffer *char_string,
121 const ots::CFFIndex& global_subrs_index,
122 const ots::CFFIndex& local_subrs_index,
123 ots::Buffer *cff_table,
124 ots::Buffer *char_string,
132 case ots
724 namespace ots { namespace
[all...]
H A Dcbdt.h8 #include "ots.h"
10 namespace ots { namespace
22 } // namespace ots
H A Dcblc.h8 #include "ots.h"
10 namespace ots { namespace
22 } // namespace ots
H A Dglyf.h11 #include "ots.h"
13 namespace ots { namespace
19 } // namespace ots
H A Dltsh.h10 #include "ots.h"
12 namespace ots { namespace
19 } // namespace ots
H A Dmath_.h8 #include "ots.h"
10 namespace ots { namespace
22 } // namespace ots
H A Dots.cc5 #include "ots.h"
86 bool (*parse)(ots::OpenTypeFile *otf, const uint8_t *data, size_t length);
87 bool (*serialise)(ots::OTSStream *out, ots::OpenTypeFile *file);
88 bool (*should_serialise)(ots::OpenTypeFile *file);
89 void (*free)(ots::OpenTypeFile *file);
92 { "maxp", ots::ots_maxp_parse, ots::ots_maxp_serialise,
93 ots::ots_maxp_should_serialise, ots
689 namespace ots { namespace
[all...]
H A Dgasp.h11 #include "ots.h"
13 namespace ots { namespace
21 } // namespace ots
H A Dgpos.h8 #include "ots.h"
10 namespace ots { namespace
26 } // namespace ots
H A Dgsub.h8 #include "ots.h"
10 namespace ots { namespace
26 } // namespace ots
H A Dwoff2.h8 namespace ots { namespace
/external/chromium_org/third_party/ots/
H A Dots.target.darwin-arm64.mk26 third_party/ots/src/cbdt.cc \
27 third_party/ots/src/cblc.cc \
28 third_party/ots/src/cff.cc \
29 third_party/ots/src/cff_type2_charstring.cc \
30 third_party/ots/src/cmap.cc \
31 third_party/ots/src/cvt.cc \
32 third_party/ots/src/fpgm.cc \
33 third_party/ots/src/gasp.cc \
34 third_party/ots/src/gdef.cc \
35 third_party/ots/sr
[all...]
H A Dots.target.linux-arm64.mk26 third_party/ots/src/cbdt.cc \
27 third_party/ots/src/cblc.cc \
28 third_party/ots/src/cff.cc \
29 third_party/ots/src/cff_type2_charstring.cc \
30 third_party/ots/src/cmap.cc \
31 third_party/ots/src/cvt.cc \
32 third_party/ots/src/fpgm.cc \
33 third_party/ots/src/gasp.cc \
34 third_party/ots/src/gdef.cc \
35 third_party/ots/sr
[all...]
H A Dots.target.darwin-arm.mk26 third_party/ots/src/cbdt.cc \
27 third_party/ots/src/cblc.cc \
28 third_party/ots/src/cff.cc \
29 third_party/ots/src/cff_type2_charstring.cc \
30 third_party/ots/src/cmap.cc \
31 third_party/ots/src/cvt.cc \
32 third_party/ots/src/fpgm.cc \
33 third_party/ots/src/gasp.cc \
34 third_party/ots/src/gdef.cc \
35 third_party/ots/sr
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeSanitizer.cpp37 #include "ots-memory-stream.h"
52 ots::EnableWOFF2();
61 ots::ExpandingMemoryStream output(m_buffer->size(), maxWebFontSize);
62 if (!ots::Process(&output, reinterpret_cast<const uint8_t*>(m_buffer->data()), m_buffer->size()))

Completed in 349 milliseconds

1234567891011>>