HomeSort by relevance Sort by last modified time
    Searched refs:GlyphType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 213 int32_t type = GlyphType(data, offset, length);
218 if (type == GlyphType::kSimple) {
231 int32_t GlyphTable::Glyph::GlyphType() {
266 int32_t GlyphTable::Glyph::GlyphType(ReadableFontData* data,
270 return GlyphType::kSimple;
274 return GlyphType::kSimple;
276 return GlyphType::kComposite;
307 int32_t type = Glyph::GlyphType(data, offset, length);
311 if (type == GlyphType::kSimple) {
339 : GlyphTable::Glyph(data, GlyphType::kSimple), initialized_(false)
    [all...]
glyph_table.h 28 struct GlyphType {
83 virtual int32_t GlyphType();
101 static int32_t GlyphType(ReadableFontData* data,
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_info.cc 240 if (glyph->GlyphType() == GlyphType::kComposite) {
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 202 if (glyph->GlyphType() == GlyphType::kComposite) {

Completed in 468 milliseconds