Home
last modified time | relevance | path

Searched defs:ToBitmap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/docs/examples/
H A DSkImage_to_PPM_binary.cpp41 SkBitmap ToBitmap(SkImage * img) { in ToBitmap() function
H A DSkImage_to_PPM_ascii.cpp43 SkBitmap ToBitmap(SkImage * img) { in ToBitmap() function
/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFUtils.cpp348 bool SkPDFUtils::ToBitmap(const SkImage* img, SkBitmap* dst) { in ToBitmap() function in SkPDFUtils