HomeSort by relevance Sort by last modified time
    Searched refs:OTSStream (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/ots/src/
metrics.h 37 bool SerialiseMetricsHeader(OTSStream *out,
44 bool SerialiseMetricsTable(OTSStream *out,
hhea.cc 38 bool ots_hhea_serialise(OTSStream *out, OpenTypeFile *file) {
hmtx.cc 36 bool ots_hmtx_serialise(OTSStream *out, OpenTypeFile *file) {
cvt.cc 42 bool ots_cvt_serialise(OTSStream *out, OpenTypeFile *file) {
fpgm.cc 36 bool ots_fpgm_serialise(OTSStream *out, OpenTypeFile *file) {
prep.cc 36 bool ots_prep_serialise(OTSStream *out, OpenTypeFile *file) {
vhea.cc 44 bool ots_vhea_serialise(OTSStream *out, OpenTypeFile *file) {
vmtx.cc 40 bool ots_vmtx_serialise(OTSStream *out, OpenTypeFile *file) {
loca.cc 69 bool ots_loca_serialise(OTSStream *out, OpenTypeFile *file) {
ltsh.cc 62 bool ots_ltsh_serialise(OTSStream *out, OpenTypeFile *file) {
metrics.cc 79 bool SerialiseMetricsHeader(OTSStream *out,
162 bool SerialiseMetricsTable(OTSStream *out,
gasp.cc 84 bool ots_gasp_serialise(OTSStream *out, OpenTypeFile *file) {
vorg.cc 72 bool ots_vorg_serialise(OTSStream *out, OpenTypeFile *file) {
hdmx.cc 105 bool ots_hdmx_serialise(OTSStream *out, OpenTypeFile *file) {
maxp.cc 77 bool ots_maxp_serialise(OTSStream *out, OpenTypeFile *file) {
ots.cc 87 bool (*serialise)(ots::OTSStream *out, ots::OpenTypeFile *file);
150 ots::OTSStream *output,
156 ots::OTSStream *output, const uint8_t *data, size_t length) {
233 ots::OTSStream *output, const uint8_t *data, size_t length) {
391 ots::OTSStream *output, const uint8_t *data, size_t length) {
410 ots::OTSStream *output,
703 bool Process(OTSStream *output, const uint8_t *data, size_t length) {
head.cc 121 bool ots_head_serialise(OTSStream *out, OpenTypeFile *file) {
kern.cc 161 bool ots_kern_serialise(OTSStream *out, OpenTypeFile *file) {
post.cc 126 bool ots_post_serialise(OTSStream *out, OpenTypeFile *file) {
vdmx.cc 128 bool ots_vdmx_serialise(OTSStream *out, OpenTypeFile *file) {
glyf.cc 289 bool ots_glyf_serialise(OTSStream *out, OpenTypeFile *file) {
  /external/chromium_org/third_party/ots/test/
file-stream.h 12 // An OTSStream implementation for testing.
13 class FILEStream : public OTSStream {
layout_common_table_test.cc 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,
  /external/chromium_org/third_party/ots/include/
opentype-sanitiser.h 38 class OTSStream {
40 OTSStream() {
44 virtual ~OTSStream() {}
182 // output: a pointer to an object implementing the OTSStream interface. The
188 bool Process(OTSStream *output, const uint8_t *input, size_t length);
ots-memory-stream.h 15 class MemoryStream : public OTSStream {
48 class ExpandingMemoryStream : public OTSStream {

Completed in 169 milliseconds

1 2