Searched refs:ots (Results 76 - 100 of 331) sorted by last modified time

1234567891011>>

/external/chromium_org/third_party/ots/src/
H A Dvmtx.cc14 namespace ots { namespace
51 } // namespace ots
H A Dvmtx.h9 #include "ots.h"
11 namespace ots { namespace
17 } // namespace ots
H A Dvorg.cc15 namespace ots { namespace
97 } // namespace ots
H A Dvorg.h10 #include "ots.h"
12 namespace ots { namespace
26 } // namespace ots
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 Dwoff2.h8 namespace ots { namespace
/external/chromium_org/third_party/ots/test/
H A Dcff_type2_charstring_test.cc95 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
[all...]
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 Dlayout_common_table_test.cc10 #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
272 fakeTypeParserReturnsTrue(const ots::OpenTypeFile*, const uint8_t *, const size_t) argument
277 fakeTypeParserReturnsFalse(const ots::OpenTypeFile*, const uint8_t *, const size_t) argument
[all...]
H A Dot-sanitise.cc41 ots::EnableWOFF2();
59 ots::FILEStream output(stdout);
63 const bool result = ots::Process(&output, data, st.st_size);
H A Dperf.cc16 #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);
H A Dside-by-side.cc18 #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);
H A Dtable_dependencies_test.cc8 #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
[all...]
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);
/external/chromium_org/third_party/WebKit/Source/modules/
H A Dmodules.target.darwin-arm.mk587 $(LOCAL_PATH)/third_party/ots/include \
749 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.darwin-arm64.mk576 $(LOCAL_PATH)/third_party/ots/include \
726 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.darwin-mips.mk579 $(LOCAL_PATH)/third_party/ots/include \
733 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.darwin-mips64.mk576 $(LOCAL_PATH)/third_party/ots/include \
727 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.darwin-x86.mk582 $(LOCAL_PATH)/third_party/ots/include \
738 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.darwin-x86_64.mk581 $(LOCAL_PATH)/third_party/ots/include \
736 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.linux-arm.mk587 $(LOCAL_PATH)/third_party/ots/include \
749 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.linux-arm64.mk576 $(LOCAL_PATH)/third_party/ots/include \
726 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.linux-mips.mk579 $(LOCAL_PATH)/third_party/ots/include \
733 $(LOCAL_PATH)/third_party/ots/include \
H A Dmodules.target.linux-mips64.mk576 $(LOCAL_PATH)/third_party/ots/include \
727 $(LOCAL_PATH)/third_party/ots/include \

Completed in 174 milliseconds

1234567891011>>