Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkShader.cpp131 #define kTempColorQuadCount 6 // balance between speed (larger) and saving stack-space macro
132 #define kTempColorCount (kTempColorQuadCount << 2)
150 int quads = kTempColorQuadCount; in shadeSpanAlpha()