Searched refs:tempCubics (Results 1 – 1 of 1) sorted by relevance
2127 SkPoint tempCubics[4]; in DrawShading() local2128 for (int i = 0; i < (int)SK_ARRAY_COUNT(tempCubics); i++) in DrawShading()2129 tempCubics[i] = cubics[(flag * 3 + i) % 12]; in DrawShading()2130 memcpy(cubics, tempCubics, sizeof(tempCubics)); in DrawShading()