Searched refs:maxFractions (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/native/sun/java2d/opengl/ |
H A D | OGLPaints.c | 537 jint maxFractions = IS_SET(MULTI_LARGE) ? local 590 MAX_COLORS, maxFractions, 634 jint maxFractions = (numStops > MAX_FRACTIONS_SMALL) ? local 647 if (numStops < maxFractions) { 652 j2d_glUniform1fvARB(loc, maxFractions, allZeros); 662 for (; i < maxFractions-1; i++) { 666 j2d_glUniform1fvARB(loc, maxFractions-1, scaleFactors);
|
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/ |
H A D | D3DShaderGen.c | 640 int maxFractions = IS_SET(MULTI_GRAD_LARGE) ? local 677 MAX_COLORS, maxFractions, colorSampler,
|
H A D | D3DPaints.cpp | 350 jint maxFractions = (numStops > MAX_FRACTIONS_SMALL) ? local 361 for (i = 0; i < maxFractions; i++) { 370 pd3dDevice->SetPixelShaderConstantF(0, stopVals, maxFractions);
|
Completed in 38 milliseconds