Home
last modified time | relevance | path

Searched refs:create_string_image (Results 1 – 7 of 7) sorted by relevance

/external/skia/gm/
Dimagesource.cpp51 fImage = ToolUtils::create_string_image(100, 100, 0xFFFFFFFF, 20, 70, 96, "e"); in onOnceBeforeDraw()
Dtileimagefilter.cpp50 fBitmap = ToolUtils::create_string_image(50, 50, 0xD000D000, 10, 45, 50, "e"); in onOnceBeforeDraw()
Dimagefiltersgraph.cpp41 fImage = ToolUtils::create_string_image(100, 100, SK_ColorWHITE, 20, 70, 96, "e"); in onOnceBeforeDraw()
Doffsetimagefilter.cpp47 fBitmap = ToolUtils::create_string_image(80, 80, 0xD000D000, 15, 65, 96, "e"); in onOnceBeforeDraw()
Ddisplacement.cpp39 fImage = ToolUtils::create_string_image(80, 80, 0xFF884422, 15, 55, 96, "g"); in onOnceBeforeDraw()
/external/skia/tools/
DToolUtils.h118 sk_sp<SkImage> create_string_image(int w, int h, SkColor c, int x, int y, int textSize, const char*…
DToolUtils.cpp186 sk_sp<SkImage> create_string_image(int w, int h, SkColor c, int x, int y, int textSize, in create_string_image() function