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

1 2

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
subtable.cc 17 #include "sfntly/table/subtable.h"
21 * SubTable class
23 SubTable::~SubTable() {}
25 SubTable::SubTable(ReadableFontData* data, ReadableFontData* master_data)
30 SubTable::SubTable(ReadableFontData* data)
35 * SubTable::Builder class
37 SubTable::Builder::~Builder()
    [all...]
subtable.h 28 class SubTable : public FontDataTable {
35 // @param data the data for the subtable being built
49 virtual ~SubTable();
53 // subtable.
57 SubTable(ReadableFontData* data, ReadableFontData* master_data);
61 explicit SubTable(ReadableFontData* data);
66 // The data for the whole table in which this subtable is contained.
  /external/sfntly/cpp/src/sfntly/table/
subtable.cc 17 #include "sfntly/table/subtable.h"
21 * SubTable class
23 SubTable::~SubTable() {}
25 SubTable::SubTable(ReadableFontData* data, ReadableFontData* master_data)
30 SubTable::SubTable(ReadableFontData* data)
35 * SubTable::Builder class
37 SubTable::Builder::~Builder()
    [all...]
subtable.h 28 class SubTable : public FontDataTable {
35 // @param data the data for the subtable being built
49 virtual ~SubTable();
53 // subtable.
57 SubTable(ReadableFontData* data, ReadableFontData* master_data);
61 explicit SubTable(ReadableFontData* data);
66 // The data for the whole table in which this subtable is contained.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
glyph_metrics.cc 25 : SubTable(data) {
32 : SubTable::Builder(data) {
36 : SubTable::Builder(data) {
glyph_metrics.h 20 #include "sfntly/table/subtable.h"
24 class GlyphMetrics : public SubTable {
29 class Builder : public SubTable::Builder {
bitmap_glyph.cc 40 : SubTable(data), format_(format) {
72 : SubTable::Builder(data), format_(format) {
76 : SubTable::Builder(data), format_(format) {
bitmap_glyph.h 23 #include "sfntly/table/subtable.h"
27 class BitmapGlyph : public SubTable {
75 class Builder : public SubTable::Builder {
index_sub_table.cc 68 : SubTable(data),
138 throw IllegalArgumentException("Invalid index subtable format");
182 throw IllegalArgumentException("Invalid Index Subtable Format");
213 : SubTable::Builder(data_size),
225 : SubTable::Builder(data_size),
236 : SubTable::Builder(data),
245 : SubTable::Builder(data),
ebsc_table.h 50 class BitmapScaleTable : public SubTable,
bitmap_size_table.h 31 class BitmapSizeTable : public SubTable,
34 class Builder : public SubTable::Builder,
66 // Gets the subtable array offset as set in the original table as read from
69 // @return the subtable array offset
72 // Sets the subtable array offset. This is used only during the building
74 // @param offset the offset to the index subtable array
77 // Gets the subtable array size as set in the original table as read from
80 // @return the subtable array size
83 // Sets the subtable size. This is used only during the building process
85 // @param size the offset to the index subtable arra
    [all...]
index_sub_table.h 23 #include "sfntly/table/subtable.h"
28 class IndexSubTable : public SubTable {
40 class Builder : public SubTable::Builder {
69 // subtable.
ebsc_table.cc 45 : SubTable(data) {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
glyph_metrics.cc 25 : SubTable(data) {
32 : SubTable::Builder(data) {
36 : SubTable::Builder(data) {
glyph_metrics.h 20 #include "sfntly/table/subtable.h"
24 class GlyphMetrics : public SubTable {
29 class Builder : public SubTable::Builder {
bitmap_glyph.cc 40 : SubTable(data), format_(format) {
72 : SubTable::Builder(data), format_(format) {
76 : SubTable::Builder(data), format_(format) {
bitmap_glyph.h 23 #include "sfntly/table/subtable.h"
27 class BitmapGlyph : public SubTable {
75 class Builder : public SubTable::Builder {
index_sub_table.cc 68 : SubTable(data),
138 throw IllegalArgumentException("Invalid index subtable format");
182 throw IllegalArgumentException("Invalid Index Subtable Format");
213 : SubTable::Builder(data_size),
225 : SubTable::Builder(data_size),
236 : SubTable::Builder(data),
245 : SubTable::Builder(data),
ebsc_table.h 50 class BitmapScaleTable : public SubTable,
bitmap_size_table.h 31 class BitmapSizeTable : public SubTable,
34 class Builder : public SubTable::Builder,
66 // Gets the subtable array offset as set in the original table as read from
69 // @return the subtable array offset
72 // Sets the subtable array offset. This is used only during the building
74 // @param offset the offset to the index subtable array
77 // Gets the subtable array size as set in the original table as read from
80 // @return the subtable array size
83 // Sets the subtable size. This is used only during the building process
85 // @param size the offset to the index subtable arra
    [all...]
index_sub_table.h 23 #include "sfntly/table/subtable.h"
28 class IndexSubTable : public SubTable {
40 class Builder : public SubTable::Builder {
69 // subtable.
ebsc_table.cc 45 : SubTable(data) {
  /external/harfbuzz/src/
harfbuzz-open.h 134 HB_SubTable* SubTable; /* array of SubTables */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.h 134 HB_SubTable* SubTable; /* array of SubTables */
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.h 23 #include "sfntly/table/subtable.h"
39 class Glyph : public SubTable {
48 class Builder : public SubTable::Builder {

Completed in 1234 milliseconds

1 2