Lines Matching refs:SkBitmap
32 class SkBitmap;
91 bool equal_pixels(const SkBitmap&, const SkBitmap&);
102 SkBitmap create_checkerboard_bitmap(int w, int h, SkColor c1, SkColor c2, int checkSize);
111 SkBitmap create_string_bitmap(int w, int h, SkColor c, int x, int y, int textSize, const char* str);
140 void create_hemi_normal_map(SkBitmap* bm, const SkIRect& dst);
142 void create_frustum_normal_map(SkBitmap* bm, const SkIRect& dst);
144 void create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst);
249 bool copy_to(SkBitmap* dst, SkColorType dstCT, const SkBitmap& src);
250 void copy_to_g8(SkBitmap* dst, const SkBitmap& src);