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