Searched refs:mOpacityTable (Results 1 – 1 of 1) sorted by relevance
36 public byte[] mOpacityTable = new byte[SIZE]; field in Material96 mOpacityTable[off] = v; in simpleSetup()217 mOpacityTable[p] = (byte) (mOpacity[0].mValue * 255); in buildOpacityTable()225 mOpacityTable[p] = (byte) (v * 255); in buildOpacityTable()231 mOpacityTable[p] = (byte) (mOpacity[last].mValue * 255); in buildOpacityTable()306 b.setX(mOpacityTable.length); in getOpacityAllocation()309 mOpacityAllocation.copyFromUnchecked(mOpacityTable); in getOpacityAllocation()