Searched refs:ots (Results 51 - 75 of 331) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/ots/src/
H A Dcff.h8 #include "ots.h"
14 namespace ots { namespace
44 } // namespace ots
H A Dhhea.cc13 namespace ots { namespace
49 } // namespace ots
H A Dhmtx.cc13 namespace ots { namespace
47 } // namespace ots
H A Dvdmx.h10 #include "ots.h"
12 namespace ots { namespace
43 } // namespace ots
H A Dlayout.cc47 bool ParseLangSysTable(ots::Buffer *subtable, const uint32_t tag,
83 ots::Buffer subtable(data, length);
140 ots::Buffer subtable(data, length);
174 bool ParseLookupTable(ots::OpenTypeFile *file, const uint8_t *data,
176 const ots::LookupSubtableParser* parser) {
177 ots::Buffer subtable(data, length);
257 ots::Buffer subtable(data, length);
298 ots::Buffer subtable(data, length);
341 ots::Buffer subtable(data, length);
378 ots
1169 namespace ots { namespace
[all...]
H A Dglyf.cc19 bool ParseFlagsForSimpleGlyph(ots::Buffer *table,
75 bool ParseSimpleGlyph(ots::OpenTypeFile *file, const uint8_t *data,
76 ots::Buffer *table, int16_t num_contours,
79 ots::OpenTypeGLYF *glyf = file->glyf;
112 if (ots::g_transcode_hints) {
163 if (ots::g_transcode_hints) {
172 namespace ots { namespace
305 } // namespace ots
H A Dcff.cc39 bool ReadOffset(ots::Buffer *table, uint8_t off_size, uint32_t *offset) {
57 bool ParseIndex(ots::Buffer *table, ots::CFFIndex *index) {
125 ots::Buffer *table, const ots::CFFIndex &index, std::string* out_name) {
183 ots::Buffer *table,
243 ots::Buffer *table,
262 ots::Buffer *table, uint8_t b0,
320 ots::Buffer *table,
344 DICT_DATA_TYPE type, ots
891 namespace ots { namespace
[all...]
H A Dcff_type2_charstring.h9 #include "ots.h"
14 namespace ots { namespace
98 } // namespace ots
H A Dcmap.h10 #include "ots.h"
12 namespace ots { namespace
72 } // namespace ots
H A Dcvt.cc10 namespace ots { namespace
56 } // namespace ots
H A Dfpgm.cc10 namespace ots { namespace
50 } // namespace ots
H A Dmetrics.h11 #include "ots.h"
13 namespace ots { namespace
47 } // namespace ots
H A Dname.h13 #include "ots.h"
15 namespace ots { namespace
51 } // namespace ots
H A Dos2.h8 #include "ots.h"
10 namespace ots { namespace
52 } // namespace ots
H A Dprep.cc10 namespace ots { namespace
50 } // namespace ots
H A Dvhea.cc14 namespace ots { namespace
55 } // namespace ots
H A Dvmtx.cc14 namespace ots { namespace
51 } // namespace ots
H A Dcmap.cc61 bool ParseFormat4(ots::OpenTypeFile *file, int platform, int encoding,
63 ots::Buffer subtable(data, length);
263 bool Parse31012(ots::OpenTypeFile *file,
265 ots::Buffer subtable(data, length);
289 std::vector<ots::OpenTypeCMAPSubtableRange> &groups
344 bool Parse31013(ots::OpenTypeFile *file,
346 ots::Buffer subtable(data, length);
373 std::vector<ots::OpenTypeCMAPSubtableRange> &groups
410 bool Parse0514(ots::OpenTypeFile *file,
413 ots
574 namespace ots { namespace
[all...]
H A Dwoff2.cc17 #include "ots-memory-stream.h"
18 #include "ots.h"
46 // Note that the byte order is big-endian, not the same as ots.cc
152 bool Read255UShort(ots::Buffer* buf, unsigned int* value) {
188 bool ReadBase128(ots::Buffer* buf, uint32_t* value) {
427 bool ProcessBboxStream(ots::Buffer* bbox_stream, unsigned int n_glyphs,
457 bool ProcessComposite(ots::Buffer* composite_stream, uint8_t* dst,
527 ots::Buffer file(data, data_size);
556 ots::Buffer n_contour_stream(substreams.at(0).first, substreams.at(0).second);
557 ots
854 namespace ots { namespace
[all...]
H A Dlayout.h8 #include "ots.h"
13 namespace ots { namespace
66 } // namespace ots
H A Dloca.cc13 namespace ots { namespace
98 } // namespace ots
H A Dltsh.cc15 namespace ots { namespace
82 } // namespace ots
/external/chromium_org/third_party/ots/test/
H A Dfile-stream.h10 namespace ots { namespace
54 } // namespace ots
H A Didempotent.cc30 #include "ots-memory-stream.h"
173 ots::MemoryStream output(result, file_size * 8);
175 bool r = ots::Process(&output, data, file_size);
184 ots::MemoryStream output2(result2, result_len);
185 r = ots::Process(&output2, result, result_len);
H A Dvalidator-checker.cc30 #include "ots-memory-stream.h"
135 ots::DisableDebugOutput(); // turn off ERROR and WARNING outputs.
163 ots::MemoryStream output(trans_font, orig_len + kBigPadLen);
165 bool result = ots::Process(&output, orig_font, orig_len);

Completed in 1159 milliseconds

1234567891011>>