Searched defs:createBitmap (Results 1 – 5 of 5) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBitmap.java | 193 protected static Bitmap createBitmap(int width, int height, Bitmap.Config config) { in createBitmap() method in ShadowBitmap 198 protected static Bitmap createBitmap( in createBitmap() method in ShadowBitmap 208 protected static Bitmap createBitmap( in createBitmap() method in ShadowBitmap 229 protected static Bitmap createBitmap(Bitmap src) { in createBitmap() method in ShadowBitmap 261 protected static Bitmap createBitmap(Bitmap src, int x, int y, int width, int height) { in createBitmap() method in ShadowBitmap 291 protected static Bitmap createBitmap( in createBitmap() method in ShadowBitmap 342 protected static Bitmap createBitmap(int[] colors, int width, int height, Bitmap.Config config) { in createBitmap() method in ShadowBitmap
|
/external/skia/samplecode/ |
D | SampleAARects.cpp | 13 static SkBitmap createBitmap(int n) { in createBitmap() function
|
/external/skqp/samplecode/ |
D | SampleAARects.cpp | 13 static SkBitmap createBitmap(int n) { in createBitmap() function
|
D | SampleColorFilter.cpp | 85 static SkBitmap createBitmap(int n) { in createBitmap() function
|
/external/skqp/tests/ |
D | CanvasTest.cpp | 203 static void createBitmap(SkBitmap* bm, SkColor color) { in createBitmap() function
|