Searched refs:ToBitmap (Results 1 – 5 of 5) sorted by relevance
43 SkBitmap ToBitmap(SkImage * img) { in ToBitmap() function50 SkBitmap bitmap = ToBitmap(image.get()); in draw()
41 SkBitmap ToBitmap(SkImage * img) { in ToBitmap() function48 SkBitmap bitmap = ToBitmap(image.get()); in draw()
128 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()