Lines Matching refs:SkBitmap
8 #include "include/core/SkBitmap.h"
133 SkBitmap bm;
141 SkBitmap create_checkerboard_bitmap(int w, int h, SkColor c1, SkColor c2, int checkSize) {
142 SkBitmap bitmap;
163 SkBitmap
165 SkBitmap bitmap;
185 SkBitmap result;
269 static inline void norm_to_rgb(SkBitmap* bm, int x, int y, const SkVector3& norm) {
277 void create_hemi_normal_map(SkBitmap* bm, const SkIRect& dst) {
301 void create_frustum_normal_map(SkBitmap* bm, const SkIRect& dst) {
342 void create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst) {
377 bool copy_to(SkBitmap* dst, SkColorType dstColorType, const SkBitmap& src) {
383 SkBitmap tmpDst;
406 void copy_to_g8(SkBitmap* dst, const SkBitmap& src) {
454 bool equal_pixels(const SkBitmap& bm0, const SkBitmap& bm1) {