Home
last modified time | relevance | path

Searched refs:tempCubics (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2127 SkPoint tempCubics[4]; in DrawShading() local
2128 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()