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 289 *alpha = getAlphaDirect(paint);
297 static inline int getAlphaDirect(const SkPaint* paint) {
    [all...]
DisplayListOp.h 184 return OpenGLRenderer::getAlphaDirect(mPaint);
383 int alpha = OpenGLRenderer::getAlphaDirect(mPaint);
    [all...]
OpenGLRenderer.cpp 716 updateSnapshotIgnoreForLayer(bounds, clip, true, getAlphaDirect(paint));
791 updateSnapshotIgnoreForLayer(bounds, clip, fboLayer, getAlphaDirect(paint));
    [all...]

Completed in 61 milliseconds