HomeSort by relevance Sort by last modified time
    Searched refs:getAlphaDirect (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
OpenGLRenderer.h 280 *alpha = getAlphaDirect(paint);
288 static inline int getAlphaDirect(const SkPaint* paint) {
    [all...]
DisplayListOp.h 185 return OpenGLRenderer::getAlphaDirect(mPaint);
387 int alpha = OpenGLRenderer::getAlphaDirect(mPaint);
    [all...]
OpenGLRenderer.cpp 673 updateSnapshotIgnoreForLayer(bounds, clip, true, getAlphaDirect(paint));
748 updateSnapshotIgnoreForLayer(bounds, clip, fboLayer, getAlphaDirect(paint));
    [all...]

Completed in 608 milliseconds