HomeSort by relevance Sort by last modified time
    Searched defs:ots (Results 51 - 72 of 72) sorted by null

1 23

  /external/chromium_org/third_party/ots/src/
kern.cc 13 namespace ots { namespace
94 // comment in ots.cc for details.
196 } // namespace ots
vdmx.h 10 #include "ots.h"
12 namespace ots { namespace
43 } // 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...]
cmap.h 10 #include "ots.h"
12 namespace ots { namespace
72 } // namespace ots
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
name.cc 57 namespace ots { namespace
204 "OTS derived font",
207 "OTS derived font",
209 "OTS-derived-font"
os2.h 8 #include "ots.h"
10 namespace ots { namespace
52 } // 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)
246 } // namespace ots
cff_type2_charstring.h 9 #include "ots.h"
14 namespace ots { namespace
98 } // 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...]
math.cc 51 bool ParseMathValueRecord(ots::Buffer* subtable, const uint8_t *data,
67 if (!ots::ParseDeviceTable(data + offset, length - offset)) {
76 ots::Buffer subtable(data, length);
159 bool ParseMathValueRecordSequenceForGlyphs(ots::Buffer* subtable,
181 if (!ots::ParseCoverageTable(data + offset_coverage,
200 ots::Buffer subtable(data, length);
208 ots::Buffer subtable(data, length);
214 ots::Buffer subtable(data, length);
241 ots::Buffer subtable(data, length);
261 if (!ots::ParseCoverageTable(data + offset_coverage, length - offset_coverage
511 namespace ots { namespace
    [all...]
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...]
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...]
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...]
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...]
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 }
689 namespace ots { namespace
    [all...]
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);
341 ots::Buffer subtable(data, length);
378 ots::Buffer subtable(data, length)
1169 namespace ots { namespace
    [all...]
woff2.cc 17 #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::Buffer n_points_stream(substreams.at(1).first, substreams.at(1).second)
854 namespace ots { namespace
    [all...]
  /external/chromium_org/third_party/ots/include/
opentype-sanitiser.h 32 namespace ots { namespace
195 // TODO(bashi): Remove WOFF2 from OTS.
201 } // namespace ots
  /external/qemu/tcg/
tcg.c 1982 TCGTemp *ots; local
2012 TCGTemp *ts, *ots; local
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 256 milliseconds

1 23