Searched defs:hasLinearBlending (Results 1 – 3 of 3) sorted by relevance
246 SkBitmap Texture::uploadToN32(const SkBitmap& bitmap, bool hasLinearBlending, in uploadToN32()266 bool Texture::hasUnsupportedColorType(const SkImageInfo& info, bool hasLinearBlending) { in hasUnsupportedColorType()292 bool hasLinearBlending = mCaches.extensions().hasLinearBlending(); in upload() local
46 inline bool hasLinearBlending() const { return hasSRGB() && mHasLinearBlending; } in hasLinearBlending() function
416 bool hasLinearBlending = caches.extensions().hasLinearBlending(); in allocateHardwareBitmap() local