Lines Matching defs:depth
69 // Default max recursive depth for a shading fill.
508 newEntry->depth = (operatorHistory != NULL ? (operatorHistory->depth+1) : 0);
513 if (operatorHistory->depth > maxOperatorHistoryDepth) {
517 curr->depth--;
1812 GfxColor *colors, int depth) {
1842 // (depth==0) to avoid problems when the four outer corners of the
1844 if ((i == 4 && depth > 0) || depth == maxDepths[pdfFunctionShading-1]) {
1892 doFunctionShFill1(shading, x0, y0, xM, yM, colors2, depth + 1);
1899 doFunctionShFill1(shading, x0, yM, xM, y1, colors2, depth + 1);
1906 doFunctionShFill1(shading, xM, y0, x1, yM, colors2, depth + 1);
1913 doFunctionShFill1(shading, xM, yM, x1, y1, colors2, depth + 1);
1934 int nComps, int depth) {
1946 if (i == nComps || depth == maxDepths[pdfGouraudTriangleShading-1]) {
1969 x20, y20, &color20, nComps, depth + 1);
1971 x12, y12, &color12, nComps, depth + 1);
1973 x20, y20, &color20, nComps, depth + 1);
1975 x2, y2, color2, nComps, depth + 1);
1997 void PdfParser::fillPatch(GfxPatch *patch, int nComps, int depth) {
2024 if (i == nComps || depth == maxDepths[pdfPatchMeshShading-1]) {
2126 fillPatch(&patch00, nComps, depth + 1);
2127 fillPatch(&patch10, nComps, depth + 1);
2128 fillPatch(&patch01, nComps, depth + 1);
2129 fillPatch(&patch11, nComps, depth + 1);
2655 // bit depth