Home
last modified time | relevance | path

Searched refs:pmode (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java540 PorterDuff.Mode pmode = origamiToPorterDuffMode(mode); in applyPaint() local
541 if (pmode != null) { in applyPaint()
543 new PorterDuffColorFilter(color, pmode)); in applyPaint()