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

12 3 4 5 6

  /external/chromium_org/third_party/ots/src/
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...]
gdef.h 8 #include "ots.h"
10 namespace ots { namespace
33 } // namespace ots
hdmx.h 10 #include "ots.h"
12 namespace ots { namespace
27 } // namespace ots
head.h 8 #include "ots.h"
10 namespace ots { namespace
27 } // namespace ots
post.h 8 #include "ots.h"
14 namespace ots { namespace
27 } // namespace ots
gsub.cc 36 bool ParseSingleSubstitution(const ots::OpenTypeFile *file,
38 bool ParseMutipleSubstitution(const ots::OpenTypeFile *file,
40 bool ParseAlternateSubstitution(const ots::OpenTypeFile *file,
42 bool ParseLigatureSubstitution(const ots::OpenTypeFile *file,
44 bool ParseContextSubstitution(const ots::OpenTypeFile *file,
46 bool ParseChainingContextSubstitution(const ots::OpenTypeFile *file,
49 bool ParseExtensionSubstitution(const ots::OpenTypeFile *file,
52 const ots::OpenTypeFile *file, const uint8_t *data, const size_t length);
54 const ots::LookupSubtableParser::TypeParser kGsubTypeParsers[] = {
66 const ots::LookupSubtableParser kGsubLookupSubtableParser =
533 namespace ots { namespace
    [all...]
kern.h 10 #include "ots.h"
12 namespace ots { namespace
38 } // namespace ots
maxp.h 8 #include "ots.h"
10 namespace ots { namespace
33 } // namespace ots
gdef.cc 29 bool ParseGlyphClassDefTable(ots::OpenTypeFile *file, const uint8_t *data,
31 return ots::ParseClassDefTable(data, length, num_glyphs,
35 bool ParseAttachListTable(ots::OpenTypeFile *file, const uint8_t *data,
37 ots::Buffer subtable(data, length);
72 if (!ots::ParseCoverageTable(data + offset_coverage,
105 bool ParseLigCaretListTable(ots::OpenTypeFile *file, const uint8_t *data,
107 ots::Buffer subtable(data, length);
140 if (!ots::ParseCoverageTable(data + offset_coverage,
201 bool ParseMarkAttachClassDefTable(ots::OpenTypeFile *file, const uint8_t *data,
203 return ots::ParseClassDefTable(data, length, num_glyphs, kMaxClassDefValue)
247 namespace ots { namespace
    [all...]
cff.h 8 #include "ots.h"
14 namespace ots { namespace
44 } // namespace ots
hhea.cc 13 namespace ots { namespace
49 } // namespace ots
hmtx.cc 13 namespace ots { namespace
47 } // namespace ots
vdmx.h 10 #include "ots.h"
12 namespace ots { namespace
43 } // namespace ots
layout.cc 47 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);
340 ots::Buffer subtable(data, length);
371 ots::Buffer subtable(data, length)
1156 namespace ots { namespace
    [all...]
glyf.cc 19 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
cff.cc 39 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::OpenTypeCFF *out_cff)
891 namespace ots { namespace
    [all...]
cff_type2_charstring.h 9 #include "ots.h"
14 namespace ots { namespace
98 } // namespace ots
  /external/chromium_org/third_party/ots/test/
ot-sanitise.cc 41 ots::EnableWOFF2();
59 ots::FILEStream output(stdout);
63 const bool result = ots::Process(&output, data, st.st_size);
layout_common_table_test.cc 10 #include "ots-memory-stream.h"
18 bool BuildFakeScriptListTable(ots::OTSStream *out, const uint16_t script_count,
70 bool BuildFakeFeatureListTable(ots::OTSStream *out,
101 bool BuildFakeLookupListTable(ots::OTSStream *out, const uint16_t lookup_count,
152 bool BuildFakeCoverageFormat1(ots::OTSStream *out, const uint16_t glyph_count) {
164 bool BuildFakeCoverageFormat2(ots::OTSStream *out, const uint16_t range_count) {
183 bool BuildFakeClassDefFormat1(ots::OTSStream *out, const uint16_t glyph_count) {
197 bool BuildFakeClassDefFormat2(ots::OTSStream *out, const uint16_t range_count) {
214 bool BuildFakeDeviceTable(ots::OTSStream *out, const uint16_t start_size,
231 class TestStream : public ots::MemoryStream
    [all...]
perf.cc 16 #include "ots-memory-stream.h"
28 ots::DisableDebugOutput(); // turn off ERROR and WARNING outputs.
64 ots::MemoryStream output(result, st.st_size + kPadLen);
65 bool r = ots::Process(&output, data, st.st_size);
file-stream.h 10 namespace ots { namespace
54 } // namespace ots
  /system/extras/tests/bionic/libc/other/
test_timer_create.c 53 struct itimerspec ts, ots; local
70 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
test_timer_create2.c 53 struct itimerspec ts, ots; local
69 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
test_timer_create3.c 69 struct itimerspec ts, ots; local
86 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)

Completed in 218 milliseconds

12 3 4 5 6