HomeSort by relevance Sort by last modified time
    Searched defs:Glyph (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Glyph.h 35 typedef unsigned short Glyph;
  /external/chromium_org/third_party/brotli/src/woff2/
glyph.h 15 // Data model and I/O for glyph data within sfnt format files for the purpose of
27 // Represents a parsed simple or composite glyph. The composite glyph data and
29 // therefore the glyph is valid only so long the data from which it was parsed
31 class Glyph {
33 Glyph() : instructions_size(0), composite_data_size(0) {}
59 // Parses the glyph from the given data. Returns false on parsing failure or
60 // buffer overflow. The glyph is valid only so long the input data pointer is
62 bool ReadGlyph(const uint8_t* data, size_t len, Glyph* glyph);
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 36 BitmapGlyph* EbdtTable::Glyph(int32_t offset, int32_t length, int32_t format) {
197 "Loca values not set - unable to parse glyph data.");
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 36 BitmapGlyph* EbdtTable::Glyph(int32_t offset, int32_t length, int32_t format) {
197 "Loca values not set - unable to parse glyph data.");
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 54 GlyphTable::Glyph* GlyphTable::GetGlyph(int32_t offset, int32_t length) {
55 return GlyphTable::Glyph::GetGlyph(this, this->data_, offset, length);
112 CALLER_ATTACH GlyphTable::Glyph::Builder*
114 return Glyph::Builder::GetBuilder(this, data);
172 Glyph::Builder::GetBuilder(this,
187 "Loca values not set - unable to parse glyph data.");
203 * GlyphTable::Glyph class
205 GlyphTable::Glyph::~Glyph() {}
207 CALLER_ATTACH GlyphTable::Glyph*
214 GlyphPtr glyph; local
    [all...]
glyph_table.h 39 class Glyph : public SubTable {
76 virtual ~Glyph();
77 static CALLER_ATTACH Glyph* GetGlyph(GlyphTable* table,
96 Glyph(ReadableFontData* data, int32_t glyph_type);
107 }; // class GlyphTable::Glyph
108 typedef Ptr<GlyphTable::Glyph::Builder> GlyphBuilderPtr;
124 // Gets the List of glyph builders for the glyph table builder. These may be
126 // the final glyph table produced.
127 // If there is no current data for the glyph builder or the glyph builder
    [all...]
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 54 GlyphTable::Glyph* GlyphTable::GetGlyph(int32_t offset, int32_t length) {
55 return GlyphTable::Glyph::GetGlyph(this, this->data_, offset, length);
112 CALLER_ATTACH GlyphTable::Glyph::Builder*
114 return Glyph::Builder::GetBuilder(this, data);
172 Glyph::Builder::GetBuilder(this,
187 "Loca values not set - unable to parse glyph data.");
203 * GlyphTable::Glyph class
205 GlyphTable::Glyph::~Glyph() {}
207 CALLER_ATTACH GlyphTable::Glyph*
214 GlyphPtr glyph; local
    [all...]
glyph_table.h 39 class Glyph : public SubTable {
76 virtual ~Glyph();
77 static CALLER_ATTACH Glyph* GetGlyph(GlyphTable* table,
96 Glyph(ReadableFontData* data, int32_t glyph_type);
107 }; // class GlyphTable::Glyph
108 typedef Ptr<GlyphTable::Glyph::Builder> GlyphBuilderPtr;
124 // Gets the List of glyph builders for the glyph table builder. These may be
126 // the final glyph table produced.
127 // If there is no current data for the glyph builder or the glyph builder
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 50 glyph = Glyph(glyphdata)
51 self.glyphs[glyphName] = glyph
58 for glyph in self.glyphs.values():
59 glyph.expand(self)
69 glyph = self.glyphs[glyphName]
70 glyphData = glyph.compile(self, recalcBBoxes)
95 glyph = self[glyphName]
96 if glyph.numberOfContours:
99 ("xMin", glyph.xMin)
    [all...]

Completed in 315 milliseconds