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

1 2 3 4 5 6

  /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...]
  /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
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 }
684 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
  /external/chromium_org/third_party/ots/
ots.target.darwin-arm.mk 26 third_party/ots/src/cff.cc \
27 third_party/ots/src/cff_type2_charstring.cc \
28 third_party/ots/src/cmap.cc \
29 third_party/ots/src/cvt.cc \
30 third_party/ots/src/fpgm.cc \
31 third_party/ots/src/gasp.cc \
32 third_party/ots/src/gdef.cc \
33 third_party/ots/src/glyf.cc \
34 third_party/ots/src/gpos.cc \
35 third_party/ots/src/gsub.cc
    [all...]
ots.target.darwin-mips.mk 26 third_party/ots/src/cff.cc \
27 third_party/ots/src/cff_type2_charstring.cc \
28 third_party/ots/src/cmap.cc \
29 third_party/ots/src/cvt.cc \
30 third_party/ots/src/fpgm.cc \
31 third_party/ots/src/gasp.cc \
32 third_party/ots/src/gdef.cc \
33 third_party/ots/src/glyf.cc \
34 third_party/ots/src/gpos.cc \
35 third_party/ots/src/gsub.cc
    [all...]
ots.target.darwin-x86.mk 26 third_party/ots/src/cff.cc \
27 third_party/ots/src/cff_type2_charstring.cc \
28 third_party/ots/src/cmap.cc \
29 third_party/ots/src/cvt.cc \
30 third_party/ots/src/fpgm.cc \
31 third_party/ots/src/gasp.cc \
32 third_party/ots/src/gdef.cc \
33 third_party/ots/src/glyf.cc \
34 third_party/ots/src/gpos.cc \
35 third_party/ots/src/gsub.cc
    [all...]
ots.target.linux-arm.mk 26 third_party/ots/src/cff.cc \
27 third_party/ots/src/cff_type2_charstring.cc \
28 third_party/ots/src/cmap.cc \
29 third_party/ots/src/cvt.cc \
30 third_party/ots/src/fpgm.cc \
31 third_party/ots/src/gasp.cc \
32 third_party/ots/src/gdef.cc \
33 third_party/ots/src/glyf.cc \
34 third_party/ots/src/gpos.cc \
35 third_party/ots/src/gsub.cc
    [all...]
ots.target.linux-mips.mk 26 third_party/ots/src/cff.cc \
27 third_party/ots/src/cff_type2_charstring.cc \
28 third_party/ots/src/cmap.cc \
29 third_party/ots/src/cvt.cc \
30 third_party/ots/src/fpgm.cc \
31 third_party/ots/src/gasp.cc \
32 third_party/ots/src/gdef.cc \
33 third_party/ots/src/glyf.cc \
34 third_party/ots/src/gpos.cc \
35 third_party/ots/src/gsub.cc
    [all...]
ots.target.linux-x86.mk 26 third_party/ots/src/cff.cc \
27 third_party/ots/src/cff_type2_charstring.cc \
28 third_party/ots/src/cmap.cc \
29 third_party/ots/src/cvt.cc \
30 third_party/ots/src/fpgm.cc \
31 third_party/ots/src/gasp.cc \
32 third_party/ots/src/gdef.cc \
33 third_party/ots/src/glyf.cc \
34 third_party/ots/src/gpos.cc \
35 third_party/ots/src/gsub.cc
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeSanitizer.cpp 37 #include "ots-memory-stream.h"
53 ots::EnableWOFF2();
62 ots::ExpandingMemoryStream output(m_buffer->size(), maxWebFontSize);
63 if (!ots::Process(&output, reinterpret_cast<const uint8_t*>(m_buffer->data()), m_buffer->size()))

Completed in 69 milliseconds

1 2 3 4 5 6