Home
last modified time | relevance | path

Searched refs:tf0 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DSerialProcsTest.cpp180 static sk_sp<SkPicture> make_picture(sk_sp<SkTypeface> tf0, sk_sp<SkTypeface> tf1) { in make_picture() argument
185 font.setTypeface(tf0); canvas->drawString("hello", 0, 0, font, paint); in make_picture()
187 font.setTypeface(tf0); canvas->drawString("hello", 0, 0, font, paint); in make_picture()
193 auto tf0 = MakeResourceAsTypeface("fonts/hintgasp.ttf"); in DEF_TEST() local
195 if (!tf0 || !tf1 || tf0.get() == tf1.get()) { in DEF_TEST()
199 auto pic = make_picture(tf0, tf1); in DEF_TEST()

Completed in 1 milliseconds