Searched defs:tempColors (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp451 std::unique_ptr<int[]> tempColors; local
454 tempColors.reset(new int[colorsCount]);
455 memset(tempColors.get(), 0xff, colorsCount * sizeof(int));
456 colors = tempColors.get();

Completed in 176 milliseconds