/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-draw.cc | 32 #include "hb-ot-glyf-table.hh" 251 if (font->face->table.glyf->get_path (font, glyph, draw_helper)) return true; in hb_font_draw_glyph()
|
H A D | hb-subset.cc | 34 #include "hb-ot-glyf-table.hh" 69 * Currently most outline and bitmap tables are supported: glyf, CFF, CFF2, sbix, 288 case HB_OT_TAG_glyf: return _subset<const OT::glyf> (plan); in _subset_table() 293 return true; /* skip head, handled by glyf */ in _subset_table() 301 case HB_OT_TAG_loca: return true; /* skip loca, handled by glyf */ in _subset_table()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
H A D | GlyphTests.java | 112 GlyphTable glyphTable = font.getTable(Tag.glyf); in checkTestSet()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
H A D | table.cc | 113 }*/ else if (tag == Tag::glyf) { in GetBuilder()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | serialization_test.cc | 76 } else if (TTF_KNOWN_TAGS[i] == Tag::glyf) { in TestSerialization()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
H A D | BasicSubsetTests.java | 53 GlyphTable srcGlyphTable = srcFont.getTable(Tag.glyf); in testSubsetGlyphs()
|
H A D | HintStripTest.java | 158 GlyphTable glyfTable = font.getTable(Tag.glyf); in getGlyph()
|
H A D | RenumberingSubsetTest.java | 183 GlyphTable glyfTable = font.getTable(Tag.glyf); in getGlyph()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
H A D | font_info.cc | 137 glyph_table_ = down_cast<GlyphTable*>(font_->GetTable(Tag::glyf)); in Initialize()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
H A D | SfntDump.java | 435 GlyphTable glyphTable = font.getTable(Tag.glyf); in dumpFont() 442 System.out.println("PROBLEM: font has no 'glyf' table."); in dumpFont() 518 GlyphTable glyphTable = font.getTable(Tag.glyf); in countSpecialGlyphs()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
H A D | Table.java | 208 } else if (tag == Tag.glyf) { in getBuilder()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member 1362 info->glyf = stbtt__find_table(data, fontstart, "glyf"); // required in stbtt_InitFont_internal() 1370 if (info->glyf) { in stbtt_InitFont_internal() 1578 g1 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2) * 2; in stbtt__GetGlyfOffset() 1579 g2 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2 + 2) * 2; in stbtt__GetGlyfOffset() 1581 g1 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4); in stbtt__GetGlyfOffset() 1582 g2 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4 + 4); in stbtt__GetGlyfOffset()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member 1362 info->glyf = stbtt__find_table(data, fontstart, "glyf"); // required in stbtt_InitFont_internal() 1370 if (info->glyf) { in stbtt_InitFont_internal() 1578 g1 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2) * 2; in stbtt__GetGlyfOffset() 1579 g2 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2 + 2) * 2; in stbtt__GetGlyfOffset() 1581 g1 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4); in stbtt__GetGlyfOffset() 1582 g2 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4 + 4); in stbtt__GetGlyfOffset()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Font.java | 123 Tag.glyf,
|
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 375 out->writeText(" <GlyphID name=\"glyf"); in exportTtxCommon() 382 out->writeText(" <GlyphID name=\"glyf"); in exportTtxCommon() 600 out->writeText(" <mtx name=\"glyf"); in exportTtxCommon() 615 out->writeText(" <mtx name=\"glyf"); in exportTtxCommon() 641 out->writeText("\" name=\"glyf"); in exportTtxCommon() 653 out->writeText("\" name=\"glyf"); in exportTtxCommon() 782 out->writeText(" <cbdt_bitmap_format_17 name=\"glyf"); in exportTtxCbdt() 892 out->writeText(" <glyphLoc name=\"glyf"); in exportTtxCbdt() 909 * of the outline in the 'glyf' table. If this countour is closed it will be 910 * drawn, as the 'glyf' outlin 1158 SkCOLRCanvas(SkRect glyphBounds, const TestSVGTypeface& typeface, SkGlyphID glyphId, TestSVGTypeface::GlyfInfo* glyf, SkTHashMap<SkColor, int>* colors, SkWStream* out) SkCOLRCanvas() argument [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 10977 int loca,head,glyf,hhea,hmtx,kern; /* table locations as offset from start of .ttf */ member 11126 info->glyf = (int)nk_tt__find_table(data, (nk_uint)fontstart, "glyf"); /* required */ in nk_tt_InitFont() 11130 if (!cmap || !info->loca || !info->head || !info->glyf || !info->hhea || !info->hmtx) in nk_tt_InitFont() 11279 g1 = info->glyf + nk_ttUSHORT(info->data + info->loca + glyph_index * 2) * 2; in nk_tt__GetGlyfOffset() 11280 g2 = info->glyf + nk_ttUSHORT(info->data + info->loca + glyph_index * 2 + 2) * 2; in nk_tt__GetGlyfOffset() 11282 g1 = info->glyf + (int)nk_ttULONG (info->data + info->loca + glyph_index * 4); in nk_tt__GetGlyfOffset() 11283 g2 = info->glyf + (int)nk_ttULONG (info->data + info->loca + glyph_index * 4 + 4); in nk_tt__GetGlyfOffset()
|