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

/external/pixman/test/
H A Doob-test.c66 make_image (const image_info_t *info) function
80 pixman_image_t *src = make_image (&info->src);
81 pixman_image_t *dest = make_image (&info->dest);
H A Drotate-test.c61 make_image (void) function
89 src = make_image ();
90 dest = make_image ();
H A Dalphamap.c38 make_image (pixman_format_code_t format) function
166 src = make_image (sf);
169 alpha = make_image (saf);
175 orig_dst = make_image (df);
176 dst = make_image (df);
182 orig_alpha = make_image (daf);
183 alpha = make_image (daf);
/external/chromium_org/third_party/skia/tests/
H A DRecordReplaceDrawTest.cpp71 static SkImage* make_image(SkColor color) { function
99 ri->fImage = make_image(SK_ColorRED);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleEncode.cpp29 static void make_image(SkBitmap* bm, SkColorType ct, int configIndex) { function
120 make_image(&fBitmaps[i], gColorTypes[i], i);
/external/skia/samplecode/
H A DSampleEncode.cpp29 static void make_image(SkBitmap* bm, SkColorType ct, int configIndex) { function
120 make_image(&fBitmaps[i], gColorTypes[i], i);

Completed in 1773 milliseconds