Lines Matching refs:ypos
94 GX_VALUE ypos; in _gx_scrollbar_draw() local
151 ypos = size.gx_rectangle_top; in _gx_scrollbar_draw()
160 ypos = size.gx_rectangle_top; in _gx_scrollbar_draw()
162 ypos = (GX_VALUE)(ypos + (widget_height - map -> gx_pixelmap_height) / 2); in _gx_scrollbar_draw()
167 _gx_canvas_pixelmap_draw(xpos, ypos, map); in _gx_scrollbar_draw()
183 ypos = size.gx_rectangle_bottom; in _gx_scrollbar_draw()
192 ypos = size.gx_rectangle_top; in _gx_scrollbar_draw()
194 ypos = (GX_VALUE)(ypos + (widget_height - map -> gx_pixelmap_height) / 2); in _gx_scrollbar_draw()
197 _gx_canvas_pixelmap_draw(xpos, ypos, map); in _gx_scrollbar_draw()
215 ypos = size.gx_rectangle_top; in _gx_scrollbar_draw()
217 ypos = (GX_VALUE)(ypos + (widget_height - map -> gx_pixelmap_height) / 2); in _gx_scrollbar_draw()
225 _gx_canvas_pixelmap_draw(xpos, ypos, map); in _gx_scrollbar_draw()