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

/frameworks/base/libs/hwui/
H A DLayer.cpp207 dirtyRect.right, dirtyRect.bottom, !isBlend());
229 !isBlend());
244 !isBlend());
H A DLayer.h124 inline bool isBlend() const { function in struct:android::uirenderer::Layer
H A DLayerRenderer.cpp440 bitmap->width(), bitmap->height(), !layer->isBlend());
H A DOpenGLRenderer.cpp1103 setupDrawBlending(layer->isBlend() || alpha < 1.0f, layer->getMode());
1155 bool blend = layer->isBlend() || alpha < 1.0f;
1223 setupDrawBlending(layer->isBlend() || alpha < 1.0f, layer->getMode(), false);
3100 setupDrawBlending(layer->isBlend() || a < 1.0f, layer->getMode(), false);

Completed in 14 milliseconds