Searched refs:mOutArray (Results 1 – 1 of 1) sorted by relevance
31 int[] mOutArray = null; field in PaintBundle42 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 …]