Home | History | Annotate | Download | only in hwui

Lines Matching refs:tempColors

1590     std::unique_ptr<int[]> tempColors;
1593 tempColors.reset(new int[colorsCount]);
1594 memset(tempColors.get(), 0xff, colorsCount * sizeof(int));
1595 colors = tempColors.get();