Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DPaintBundle.java31 int[] mOutArray = null; field in PaintBundle
42 if (mOutArray == null) { in applyPaintChange()
43 mOutArray = mArray; in applyPaintChange()
46 int cmd = mOutArray[i++]; in applyPaintChange()
50 p.setTextSize(Float.intBitsToFloat(mOutArray[i++])); in applyPaintChange()
57 int font_type = mOutArray[i++]; in applyPaintChange()
63 p.setColor(mOutArray[i++]); in applyPaintChange()
67 p.setStrokeWidth(Float.intBitsToFloat(mOutArray[i++])); in applyPaintChange()
71 p.setStrokeMiter(Float.intBitsToFloat(mOutArray[i++])); in applyPaintChange()
83 p.setShader(mOutArray[i++]); in applyPaintChange()
[all …]