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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Glyph.h 35 typedef unsigned short Glyph;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetrics.h 52 struct Glyph {
53 Glyph()
58 bool operator==(const Glyph& other)
71 const Glyph& glyph() const { return m_glyph; } function in class:WebCore::SVGTextMetrics
79 Glyph m_glyph;
  /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/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...]

Completed in 325 milliseconds