Home
last modified time | relevance | path

Searched refs:make_text_image (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/gm/
Dflippity.cpp82 static sk_sp<SkImage> make_text_image(GrContext* context, const char* text, SkColor color) { in make_text_image() function
247 fLabels.push_back(make_text_image(context, kLabelText[i], kLabelColors[i])); in makeLabels()
/third_party/skia/gm/
Dflippity.cpp83 static sk_sp<SkImage> make_text_image(GrDirectContext* dContext, const char* text, SkColor color) { in make_text_image() function
246 fLabels.push_back(make_text_image(dContext, kLabelText[i], kLabelColors[i])); in makeLabels()