HomeSort by relevance Sort by last modified time
    Searched refs:ots (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/ots/test/
cff_type2_charstring_test.cc 95 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::kRMoveTo
    [all...]
table_dependencies_test.cc 8 #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::ots_vhea_should_serialise(&file))
    [all...]
ot-sanitise.cc 41 ots::EnableWOFF2();
59 ots::FILEStream output(stdout);
63 const bool result = ots::Process(&output, data, st.st_size);
  /external/chromium_org/third_party/ots/src/
cvt.h 8 #include "ots.h"
10 namespace ots { namespace
17 } // namespace ots
fpgm.h 8 #include "ots.h"
10 namespace ots { namespace
17 } // namespace ots
hhea.h 9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
hmtx.h 9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
prep.h 8 #include "ots.h"
10 namespace ots { namespace
17 } // namespace ots
vhea.h 9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
vmtx.h 9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
loca.h 10 #include "ots.h"
12 namespace ots { namespace
18 } // namespace ots
cff_type2_charstring.cc 32 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::kCallSubr
724 namespace ots { namespace
    [all...]
glyf.h 11 #include "ots.h"
13 namespace ots { namespace
19 } // namespace ots
ltsh.h 10 #include "ots.h"
12 namespace ots { namespace
19 } // namespace ots
math_.h 8 #include "ots.h"
10 namespace ots { namespace
22 } // namespace ots
ots.cc 5 #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::ots_maxp_free, true }
686 namespace ots { namespace
    [all...]
gasp.h 11 #include "ots.h"
13 namespace ots { namespace
21 } // namespace ots
gpos.h 8 #include "ots.h"
10 namespace ots { namespace
26 } // namespace ots
gsub.h 8 #include "ots.h"
10 namespace ots { namespace
26 } // namespace ots
vorg.h 10 #include "ots.h"
12 namespace ots { namespace
26 } // namespace ots
woff2.h 8 namespace ots { namespace
gpos.cc 41 bool ParseSingleAdjustment(const ots::OpenTypeFile *file,
43 bool ParsePairAdjustment(const ots::OpenTypeFile *file,
45 bool ParseCursiveAttachment(const ots::OpenTypeFile *file,
47 bool ParseMarkToBaseAttachment(const ots::OpenTypeFile *file,
49 bool ParseMarkToLigatureAttachment(const ots::OpenTypeFile *file,
51 bool ParseMarkToMarkAttachment(const ots::OpenTypeFile *file,
53 bool ParseContextPositioning(const ots::OpenTypeFile *file,
55 bool ParseChainedContextPositioning(const ots::OpenTypeFile *file,
57 bool ParseExtensionPositioning(const ots::OpenTypeFile *file,
60 const ots::LookupSubtableParser::TypeParser kGposTypeParsers[] =
673 namespace ots { namespace
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeSanitizer.cpp 37 #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()))
  /external/chromium_org/third_party/ots/
ots.target.darwin-arm.mk 27 third_party/ots/src/cff.cc \
28 third_party/ots/src/cff_type2_charstring.cc \
29 third_party/ots/src/cmap.cc \
30 third_party/ots/src/cvt.cc \
31 third_party/ots/src/fpgm.cc \
32 third_party/ots/src/gasp.cc \
33 third_party/ots/src/gdef.cc \
34 third_party/ots/src/glyf.cc \
35 third_party/ots/src/gpos.cc \
36 third_party/ots/src/gsub.cc
    [all...]
ots.target.darwin-arm64.mk 27 third_party/ots/src/cff.cc \
28 third_party/ots/src/cff_type2_charstring.cc \
29 third_party/ots/src/cmap.cc \
30 third_party/ots/src/cvt.cc \
31 third_party/ots/src/fpgm.cc \
32 third_party/ots/src/gasp.cc \
33 third_party/ots/src/gdef.cc \
34 third_party/ots/src/glyf.cc \
35 third_party/ots/src/gpos.cc \
36 third_party/ots/src/gsub.cc
    [all...]

Completed in 384 milliseconds

1 2 3 4 5 6 7 8 91011