Home
last modified time | relevance | path

Searched refs:glyfStream (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoder.java43 private final ByteArrayOutputStream glyfStream; field in GlyfEncoder
49 glyfStream = new ByteArrayOutputStream(); in GlyfEncoder()
91 write255UShort(glyfStream, pushCount); in writeInstructions()
92 write255UShort(glyfStream, codeSize); in writeInstructions()
103 write255UShort(glyfStream, glyph.numberOfPoints(i) - (i == 0 ? 1 : 0)); in writeSimpleGlyph()
120 os.writeTo(glyfStream); in writeSimpleGlyph()
139 glyfStream.write(glyph.argument1(i)); in writeCompositeGlyph()
140 glyfStream.write(glyph.argument2(i)); in writeCompositeGlyph()
147 glyfStream.write(glyph.transformation(i)); in writeCompositeGlyph()
158 glyfStream in writeUShort()
[all...]
/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp1384 std::unique_ptr<SkStreamAsset> glyfStream = glyfOut.detachAsStream(); in exportTtxColr() local
1385 out->writeStream(glyfStream.get(), glyfStream->getLength()); in exportTtxColr()

Completed in 4 milliseconds