Home
last modified time | relevance | path

Searched refs:_yoffsets (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dlegend_handler.py199 self._yoffsets = yoffsets
202 if self._yoffsets is None:
205 ydata = height * np.asarray(self._yoffsets)
586 if self._yoffsets is None:
589 ydata = height * np.asarray(self._yoffsets)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dlegend_handler.py196 self._yoffsets = yoffsets
199 if self._yoffsets is None:
202 ydata = height * np.asarray(self._yoffsets)
614 if self._yoffsets is None:
617 ydata = height * np.asarray(self._yoffsets)
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp783 … int _cn, int *_xoffsets, int *_yoffsets, fixedpoint *_xcoeffs, fixedpoint *_ycoeffs, in resize_bitExactInvoker() argument
787 … cn(_cn), xoffsets(_xoffsets), yoffsets(_yoffsets), xcoeffs(_xcoeffs), ycoeffs(_ycoeffs), in resize_bitExactInvoker()