Lines Matching refs:SkBitmap
29 class SkBitmap; variable
83 void write_pixels(SkCanvas*, const SkBitmap&, int x, int y, SkColorType, SkAlphaType);
84 void write_pixels(SkSurface*, const SkBitmap&, int x, int y, SkColorType, SkAlphaType);
92 bool equal_pixels(const SkBitmap&, const SkBitmap&);
106 SkBitmap create_checkerboard_bitmap(int w, int h,
115 SkBitmap create_string_bitmap(int w, int h, SkColor c, int x, int y,
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);
236 bool copy_to(SkBitmap* dst, SkColorType dstCT, const SkBitmap& src);
237 void copy_to_g8(SkBitmap* dst, const SkBitmap& src);