Lines Matching refs:xpos
93 GX_VALUE xpos; in _gx_scrollbar_draw() local
147 xpos = size.gx_rectangle_left; in _gx_scrollbar_draw()
149 xpos = (GX_VALUE)(xpos + (widget_width - map -> gx_pixelmap_width) / 2); in _gx_scrollbar_draw()
158 xpos = size.gx_rectangle_left; in _gx_scrollbar_draw()
167 _gx_canvas_pixelmap_draw(xpos, ypos, map); in _gx_scrollbar_draw()
179 xpos = size.gx_rectangle_left; in _gx_scrollbar_draw()
181 xpos = (GX_VALUE)(xpos + (widget_width - map -> gx_pixelmap_width) / 2); in _gx_scrollbar_draw()
190 xpos = size.gx_rectangle_right; in _gx_scrollbar_draw()
197 _gx_canvas_pixelmap_draw(xpos, ypos, map); in _gx_scrollbar_draw()
211 xpos = size.gx_rectangle_left; in _gx_scrollbar_draw()
213 xpos = (GX_VALUE)(xpos + (widget_width - map -> gx_pixelmap_width) / 2); in _gx_scrollbar_draw()
225 _gx_canvas_pixelmap_draw(xpos, ypos, map); in _gx_scrollbar_draw()