Searched refs:ToBitmap (Results 1 – 8 of 8) sorted by relevance
41 SkBitmap ToBitmap(SkImage * img) { in ToBitmap() function48 SkBitmap bitmap = ToBitmap(image.get()); in draw()
43 SkBitmap ToBitmap(SkImage * img) { in ToBitmap() function50 SkBitmap bitmap = ToBitmap(image.get()); in draw()
127 bool ToBitmap(const SkImage* img, SkBitmap* dst);
334 bool SkPDFUtils::ToBitmap(const SkImage* img, SkBitmap* dst) { in ToBitmap() function in SkPDFUtils
33 if (!SkPDFUtils::ToBitmap(image, &bitmap)) { in to_bitmap()
326 bool SkPDFUtils::ToBitmap(const SkImage* img, SkBitmap* dst) { in ToBitmap() function in SkPDFUtils
126 if (!SkPDFUtils::ToBitmap(image, &bitmap)) { in make_image_shader()