Searched refs:upscaleTo32 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp59 bool* upscaleTo32) {
60 if (upscaleTo32) {
61 *upscaleTo32 = false;
71 if (upscaleTo32) {
72 *upscaleTo32 = true;
105 bool upscaleTo32; local
106 if (!getBitmapInfo(bm, bitsPerComponent, info, &upscaleTo32)) {
111 if (upscaleTo32) {
56 getBitmapInfo(const SkBitmap& bm, size_t* bitsPerComponent, CGBitmapInfo* info, bool* upscaleTo32) argument

Completed in 103 milliseconds