Searched refs:srcMapFn (Results 1 – 1 of 1) sorted by relevance
59 def _beforeBuildPaintVarRadialGradient(paint, source, srcMapFn=lambda v: v): argument78 source["x0"] = srcMapFn(x0)79 source["y0"] = srcMapFn(y0)80 source["r0"] = srcMapFn(r0)81 source["x1"] = srcMapFn(x1)82 source["y1"] = srcMapFn(y1)83 source["r1"] = srcMapFn(r1)