Searched refs:make_text (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/gm/ |
D | downsamplebitmap.cpp | 92 static SkBitmap make_text(SkImageInfo info) { in make_text() function 116 DEF_GM( return new DownsampleBitmapGM(make_text, "text", kHigh_SkFilterQuality); ) 117 DEF_GM( return new DownsampleBitmapGM(make_text, "text", kMedium_SkFilterQuality); ) 118 DEF_GM( return new DownsampleBitmapGM(make_text, "text", kLow_SkFilterQuality); ) 119 DEF_GM( return new DownsampleBitmapGM(make_text, "text", kNone_SkFilterQuality); )
|
D | texteffects.cpp | 151 static sk_sp<SkTextBlob> make_text(const SkFont& font, const SkGlyphID glyphs[], int count) { in make_text() function 248 auto b0 = make_text(font, glyphs.get(), count);
|
/third_party/skia/gm/ |
D | texteffects.cpp | 151 static sk_sp<SkTextBlob> make_text(const SkFont& font, const SkGlyphID glyphs[], int count) { in make_text() function 248 auto b0 = make_text(font, glyphs.get(), count);
|