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

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp935 setupDrawBlending(layer);
1134 setupDrawBlending(layer);
1313 setupDrawBlending(&clearPaint, true);
1669 void OpenGLRenderer::setupDrawBlending(const Layer* layer, bool swapSrcDst) { function in class:android::uirenderer::OpenGLRenderer
1680 void OpenGLRenderer::setupDrawBlending(const SkPaint* paint, bool blend, bool swapSrcDst) {
2129 setupDrawBlending(paint, true);
2348 setupDrawBlending(paint, isAA);
2652 setupDrawBlending(paint, true);
2932 setupDrawBlending(layer);
3061 setupDrawBlending(pain
[all...]
H A DOpenGLRenderer.h857 void setupDrawBlending(const Layer* layer, bool swapSrcDst = false);
858 void setupDrawBlending(const SkPaint* paint, bool blend = true, bool swapSrcDst = false);
H A DFontRenderer.cpp77 renderer->setupDrawBlending(paint);

Completed in 1125 milliseconds