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

/external/skia/src/core/
H A DSkShader.cpp131 #define kTempColorQuadCount 6 // balance between speed (larger) and saving stack-space macro
132 #define kTempColorCount (kTempColorQuadCount << 2)
150 int quads = kTempColorQuadCount;
/external/chromium_org/third_party/skia/src/core/
H A DSkShader.cpp140 #define kTempColorQuadCount 6 // balance between speed (larger) and saving stack-space macro
141 #define kTempColorCount (kTempColorQuadCount << 2)
159 int quads = kTempColorQuadCount;

Completed in 44 milliseconds