Searched refs:CreateStringImage (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/tools/fonts/ |
H A D | FontToolUtils.h | 65 sk_sp<SkImage> CreateStringImage(int w, int h, SkColor c, int x, int y, int textSize, const char* s…
|
H A D | FontToolUtils.cpp | 243 sk_sp<SkImage> CreateStringImage(int w, int h, SkColor c, int x, int y, int textSize, in CreateStringImage() function
|
/aosp_15_r20/external/skia/gm/ |
H A D | imagesource.cpp | 49 fImage = ToolUtils::CreateStringImage(100, 100, 0xFFFFFFFF, 20, 70, 96, "e"); in onOnceBeforeDraw()
|
H A D | tileimagefilter.cpp | 47 fBitmap = ToolUtils::CreateStringImage(50, 50, 0xD000D000, 10, 45, 50, "e"); in onOnceBeforeDraw()
|
H A D | imagefiltersgraph.cpp | 39 fImage = ToolUtils::CreateStringImage(100, 100, SK_ColorWHITE, 20, 70, 96, "e"); in onOnceBeforeDraw()
|
H A D | offsetimagefilter.cpp | 44 fBitmap = ToolUtils::CreateStringImage(80, 80, 0xD000D000, 15, 65, 96, "e"); in onOnceBeforeDraw()
|
H A D | displacement.cpp | 38 fImage = ToolUtils::CreateStringImage(80, 80, 0xFF884422, 15, 55, 96, "g"); in onOnceBeforeDraw()
|