Searched refs:SimpleGlyph (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 27 const int32_t GlyphTable::SimpleGlyph::kFLAG_ONCURVE = 1; 28 const int32_t GlyphTable::SimpleGlyph::kFLAG_XSHORT = 1 << 1; 29 const int32_t GlyphTable::SimpleGlyph::kFLAG_YSHORT = 1 << 2; 30 const int32_t GlyphTable::SimpleGlyph::kFLAG_REPEAT = 1 << 3; 31 const int32_t GlyphTable::SimpleGlyph::kFLAG_XREPEATSIGN = 1 << 4; 32 const int32_t GlyphTable::SimpleGlyph::kFLAG_YREPEATSIGN = 1 << 5; 220 glyph = new SimpleGlyph(sliced_data); in GetGlyph() 313 builder = new SimpleGlyph::SimpleGlyphBuilder(sliced_data); in GetBuilder() 339 GlyphTable::SimpleGlyph::SimpleGlyph(ReadableFontData* data) in SimpleGlyph() function in sfntly::GlyphTable::SimpleGlyph 343 GlyphTable::SimpleGlyph::~SimpleGlyph() { in ~SimpleGlyph() [all …]
|
D | glyph_table.h | 161 class SimpleGlyph : public Glyph, public RefCounted<SimpleGlyph> { 195 explicit SimpleGlyph(ReadableFontData* data); 196 virtual ~SimpleGlyph();
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | GlyphStripper.java | 24 import com.google.typography.font.sfntly.table.truetype.SimpleGlyph; 70 SimpleGlyph simpleGlyph = (SimpleGlyph) glyph; in stripSimpleGlyph() 84 ReadableFontData originalGlyfData, int glyphOffset, SimpleGlyph simpleGlyph) { in writeHeaderAndContoursSize() 145 SimpleGlyph simpleGlyph = (SimpleGlyph) glyph; in computeSimpleStrippedGlyphSize() 158 private int computeInstructionsSize(SimpleGlyph simpleGlyph) { in computeInstructionsSize()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
D | SimpleGlyph.java | 8 public final class SimpleGlyph extends Glyph { class 40 SimpleGlyph(ReadableFontData data, int offset, int length) { in SimpleGlyph() method in SimpleGlyph 44 private SimpleGlyph(ReadableFontData data) { in SimpleGlyph() method in SimpleGlyph 235 public static class SimpleGlyphBuilder extends Glyph.Builder<SimpleGlyph> { 245 protected SimpleGlyph subBuildTable(ReadableFontData data) { in subBuildTable() 246 return new SimpleGlyph(data, 0, data.length()); in subBuildTable()
|
D | Glyph.java | 75 return new SimpleGlyph(data, offset, length); in getGlyph() 184 return new SimpleGlyph.SimpleGlyphBuilder(data, offset, length); in getBuilder()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
D | HintStripTest.java | 31 import com.google.typography.font.sfntly.table.truetype.SimpleGlyph; 103 SimpleGlyph simple = (SimpleGlyph) glyph; in testSimpleGlyph1() 124 SimpleGlyph simple = (SimpleGlyph) glyph; in testSimpleGlyph2()
|
D | RenumberingSubsetTest.java | 33 import com.google.typography.font.sfntly.table.truetype.SimpleGlyph; 128 SimpleGlyph simple = (SimpleGlyph) glyph; in testSimpleGlyph1() 149 SimpleGlyph simple = (SimpleGlyph) glyph; in testSimpleGlyph2()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | GlyfEncoder.java | 26 import com.google.typography.font.sfntly.table.truetype.SimpleGlyph; 75 } else if (glyph instanceof SimpleGlyph) { in writeGlyph() 76 writeSimpleGlyph((SimpleGlyph)glyph); in writeGlyph() 99 private void writeSimpleGlyph(SimpleGlyph glyph) throws IOException { in writeSimpleGlyph()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
D | SfntDump.java | 36 import com.google.typography.font.sfntly.table.truetype.SimpleGlyph; 525 if (glyph instanceof SimpleGlyph) { in countSpecialGlyphs() 526 SimpleGlyph simple = (SimpleGlyph) glyph; in countSpecialGlyphs()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 501 struct SimpleGlyph struct 505 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph() argument 731 case SIMPLE: return SimpleGlyph (*header, bytes).trim_padding (); in trim_padding() 740 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints (); return; in drop_hints() 749 case SIMPLE: SimpleGlyph (*header, bytes).set_overlaps_flag (); return; in set_overlaps_flag() 758 case SIMPLE: SimpleGlyph (*header, bytes).drop_hints_bytes (dest_start, dest_end); return; in drop_hints_bytes() 785 if (unlikely (!SimpleGlyph (*header, bytes).get_contour_points (points, phantom_only))) in get_points()
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 9911 SimpleGlyph
|