Searched refs:total_results (Results 1 – 4 of 4) sorted by relevance
51 int total_results = 0; in DrawAxialShading() local54 total_results += pFuncs[j]->CountOutputs(); in DrawAxialShading()57 if (pCS->CountComponents() > total_results) { in DrawAxialShading()58 total_results = pCS->CountComponents(); in DrawAxialShading()60 CFX_FixedBufGrow<FX_FLOAT, 16> result_array(total_results); in DrawAxialShading()62 FXSYS_memset(pResults, 0, total_results * sizeof(FX_FLOAT)); in DrawAxialShading()138 int total_results = 0; in DrawRadialShading() local141 total_results += pFuncs[j]->CountOutputs(); in DrawRadialShading()144 if (pCS->CountComponents() > total_results) { in DrawRadialShading()145 total_results = pCS->CountComponents(); in DrawRadialShading()[all …]
107 self.total_results = 0121 self.total_results = value
218 if result.total_results > results_limit:221 % (result.total_results, results_limit, self.href,
277 total_results = [GeometricMean(t["results"][i] for t in res.traces)282 "results": total_results,