Home
last modified time | relevance | path

Searched refs:setGlyph (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/utils/
DSkCustomTypeface.h27 void setGlyph(SkGlyphID, float advance, const SkPath&);
28 void setGlyph(SkGlyphID, float advance, const SkPath&, const SkPaint&);
29 void setGlyph(SkGlyphID, float advance, sk_sp<SkImage>, float scale);
30 void setGlyph(SkGlyphID, float advance, sk_sp<SkPicture>);
/third_party/skia/tools/fonts/
DToolUtilsFont.cpp98 builder.setGlyph(index, width/upem, SkPath::Circle(50, -50, 75).makeTransform(scale)); in sample_user_typeface()
/third_party/skia/gm/
Duserfont.cpp47 builder.setGlyph(index, width/upem, path.makeTransform(scale)); in make_tf()
/third_party/skia/src/utils/
DSkCustomTypeface.cpp111 void SkCustomTypefaceBuilder::setGlyph(SkGlyphID index, float advance, const SkPath& path) { in setGlyph() function in SkCustomTypefaceBuilder
425 builder.setGlyph(i, advances[i], path); in Deserialize()
/third_party/skia/modules/skottie/src/layers/
DTextLayer.cpp382 current_font->fCustomBuilder.setGlyph(glyph_id, advance * kPtScale, path); in resolveEmbeddedTypefaces()