Home
last modified time | relevance | path

Searched refs:make_text (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/gm/
Ddownsamplebitmap.cpp92 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); )
Dtexteffects.cpp151 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/
Dtexteffects.cpp151 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);