Lines Matching refs:y_l
1310 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqSELL_Draw_Zoom() local
1327 y_l = m - i - 1.0; in MatView_SeqSELL_Draw_Zoom()
1328 y_r = y_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()
1339 y_l = m - i - 1.0; in MatView_SeqSELL_Draw_Zoom()
1340 y_r = y_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()
1351 y_l = m - i - 1.0; in MatView_SeqSELL_Draw_Zoom()
1352 y_r = y_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()
1377 y_l = m - i - 1.0; in MatView_SeqSELL_Draw_Zoom()
1378 y_r = y_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()