Home
last modified time | relevance | path

Searched refs:writeGlyph (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java67 writeGlyph(glyph); in encode()
71 private void writeGlyph(Glyph glyph) { in writeGlyph() method in GlyfEncoder
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java67 writeGlyph(glyph); in encode()
71 private void writeGlyph(Glyph glyph) { in writeGlyph() method in GlyfEncoder
/third_party/flutter/skia/src/core/
DSkRemoteGlyphCache.cpp561 static void writeGlyph(SkGlyph* glyph, Serializer* serializer) { in writeGlyph() function
597 writeGlyph(&glyph, serializer); in writePendingGlyphs()
615 writeGlyph(&glyph, serializer); in writePendingGlyphs()
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp371 static void writeGlyph(const SkGlyph& glyph, Serializer* serializer) { in writeGlyph() function
403 writeGlyph(glyph, serializer); in writePendingGlyphs()
417 writeGlyph(glyph, serializer); in writePendingGlyphs()
/third_party/skia/src/pdf/
DSkPDFDevice.cpp675 void writeGlyph(uint16_t glyph, SkScalar advanceWidth, SkPoint xy) { in writeGlyph() function in __anonfc6cf6740311::GlyphPositioner
954 glyphPositioner.writeGlyph(encodedGlyph, advance, xy); in internalDrawGlyphRun()
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp654 void writeGlyph(SkPoint xy, in writeGlyph() function in __anonea9ac3890211::GlyphPositioner
943 glyphPositioner.writeGlyph(xy, advance, encodedGlyph); in internalDrawGlyphRun()