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

1 23 4 5 6

  /external/chromium_org/third_party/ots/src/
cmap.h 10 #include "ots.h"
12 namespace ots { namespace
72 } // namespace ots
cvt.cc 10 namespace ots { namespace
56 } // namespace ots
fpgm.cc 10 namespace ots { namespace
50 } // namespace ots
metrics.h 11 #include "ots.h"
13 namespace ots { namespace
47 } // namespace ots
name.h 13 #include "ots.h"
15 namespace ots { namespace
51 } // namespace ots
os2.h 8 #include "ots.h"
10 namespace ots { namespace
52 } // namespace ots
prep.cc 10 namespace ots { namespace
50 } // namespace ots
vhea.cc 14 namespace ots { namespace
55 } // namespace ots
vmtx.cc 14 namespace ots { namespace
51 } // namespace ots
cmap.cc 61 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::Buffer subtable(data, length)
574 namespace ots { namespace
    [all...]
woff2.cc 17 #include "ots-memory-stream.h"
18 #include "ots.h"
53 // Note that the byte order is big-endian, not the same as ots.cc
134 bool Read255UShort(ots::Buffer* buf, unsigned int* value) {
170 bool ReadBase128(ots::Buffer* buf, uint32_t* value) {
409 bool ProcessBboxStream(ots::Buffer* bbox_stream, unsigned int n_glyphs,
439 bool ProcessComposite(ots::Buffer* composite_stream, uint8_t* dst,
509 ots::Buffer file(data, data_size);
538 ots::Buffer n_contour_stream(substreams.at(0).first, substreams.at(0).second);
539 ots::Buffer n_points_stream(substreams.at(1).first, substreams.at(1).second)
858 namespace ots { namespace
    [all...]
layout.h 8 #include "ots.h"
13 namespace ots { namespace
65 } // namespace ots
loca.cc 13 namespace ots { namespace
98 } // namespace ots
ltsh.cc 15 namespace ots { namespace
82 } // namespace ots
gasp.cc 13 namespace ots { namespace
106 } // namespace ots
vorg.cc 15 namespace ots { namespace
97 } // namespace ots
ots.h 23 namespace ots { namespace
28 #define OTS_FAILURE() ots::Failure(__FILE__, __LINE__, __PRETTY_FUNCTION__)
39 ots::Warning(__FILE__, __LINE__, format, ##args)
243 } // namespace ots
hdmx.cc 15 namespace ots { namespace
134 } // namespace ots
maxp.cc 10 namespace ots { namespace
128 } // namespace ots
  /external/chromium_org/third_party/ots/test/
idempotent.cc 30 #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);
validator-checker.cc 30 #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);
side-by-side.cc 18 #include "ots-memory-stream.h"
226 ots::DisableDebugOutput(); // turn off ERROR and WARNING outputs.
269 ots::MemoryStream output(trans_font, orig_len + kPadLen);
271 bool result = ots::Process(&output, orig_font, orig_len);
  /external/chromium_org/third_party/ots/include/
ots-memory-stream.h 13 namespace ots { namespace
103 } // namespace ots
opentype-sanitiser.h 32 namespace ots { namespace
197 } // namespace ots
  /external/qemu/tcg/
tcg.c 1581 TCGTemp *ots; local
1604 TCGTemp *ts, *ots; local
    [all...]

Completed in 489 milliseconds

1 23 4 5 6