Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1187 Paint_Delegate fillPaintDelegate = Paint_Delegate.getDelegate(fillPaint in drawPath() local
1190 assert fillPaintDelegate != null; in drawPath()
1191 fillPaintDelegate.setColorFilter(filterPtr); in drawPath()
1202 fillPaintDelegate.setShader(fullPath.mFillGradient); in drawPath()