Searched refs:setGlyph (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/include/utils/ |
D | SkCustomTypeface.h | 27 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/ |
D | ToolUtilsFont.cpp | 98 builder.setGlyph(index, width/upem, SkPath::Circle(50, -50, 75).makeTransform(scale)); in sample_user_typeface()
|
/third_party/skia/gm/ |
D | userfont.cpp | 47 builder.setGlyph(index, width/upem, path.makeTransform(scale)); in make_tf()
|
/third_party/skia/src/utils/ |
D | SkCustomTypeface.cpp | 111 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/ |
D | TextLayer.cpp | 382 current_font->fCustomBuilder.setGlyph(glyph_id, advance * kPtScale, path); in resolveEmbeddedTypefaces()
|