Home | History | Annotate | Download | only in slang

Lines Matching refs:numParams

63   numParams = FD->getNumParams();
87 // If numParams is 0, we already marked this as a graphics root().
88 slangAssert(numParams > 0);
114 if (i < numParams) {
134 if (i < numParams) {
143 while (i < numParams) {
276 if (i < numParams) {
319 while (i < numParams) {
547 unsigned int numParams = FD->getNumParams();
549 if (numParams > 0) {