Lines Matching refs:x_l
1310 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqSELL_Draw_Zoom() local
1330 x_l = a->colidx[shift + a->sliceheight * j]; in MatView_SeqSELL_Draw_Zoom()
1331 x_r = x_l + 1.0; in MatView_SeqSELL_Draw_Zoom()
1333 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom()
1342 x_l = a->colidx[shift + a->sliceheight * j]; in MatView_SeqSELL_Draw_Zoom()
1343 x_r = x_l + 1.0; in MatView_SeqSELL_Draw_Zoom()
1345 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom()
1354 x_l = a->colidx[shift + a->sliceheight * j]; in MatView_SeqSELL_Draw_Zoom()
1355 x_r = x_l + 1.0; in MatView_SeqSELL_Draw_Zoom()
1357 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom()
1380 x_l = a->colidx[shift + a->sliceheight * j]; in MatView_SeqSELL_Draw_Zoom()
1381 x_r = x_l + 1.0; in MatView_SeqSELL_Draw_Zoom()
1383 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqSELL_Draw_Zoom()