Lines Matching refs:SkBitmap
29 class SkBitmap; variable
78 void write_pixels(SkCanvas*, const SkBitmap&, int x, int y, SkColorType, SkAlphaType);
79 void write_pixels(SkSurface*, const SkBitmap&, int x, int y, SkColorType, SkAlphaType);
87 bool equal_pixels(const SkBitmap&, const SkBitmap&);
101 SkBitmap create_checkerboard_bitmap(int w, int h,
110 SkBitmap create_string_bitmap(int w, int h, SkColor c, int x, int y,
135 void create_hemi_normal_map(SkBitmap* bm, const SkIRect& dst);
137 void create_frustum_normal_map(SkBitmap* bm, const SkIRect& dst);
139 void create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst);
231 bool copy_to(SkBitmap* dst, SkColorType dstCT, const SkBitmap& src);
232 void copy_to_g8(SkBitmap* dst, const SkBitmap& src);