Searched defs:hasUnsupportedColorType (Results 1 - 1 of 1) sorted by path

/frameworks/base/libs/hwui/
H A DTexture.cpp267 bool Texture::hasUnsupportedColorType(const SkImageInfo& info, bool hasLinearBlending) { function in class:android::uirenderer::Texture
355 if (CC_UNLIKELY(hasUnsupportedColorType(bitmap.info(), hasLinearBlending))) {

Completed in 460 milliseconds