Lines Matching refs:x_l
973 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqAIJ_Draw_Zoom() local
993 x_l = a->j[j]; in MatView_SeqAIJ_Draw_Zoom()
994 x_r = x_l + 1.0; in MatView_SeqAIJ_Draw_Zoom()
996 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom()
1004 x_l = a->j[j]; in MatView_SeqAIJ_Draw_Zoom()
1005 x_r = x_l + 1.0; in MatView_SeqAIJ_Draw_Zoom()
1007 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom()
1015 x_l = a->j[j]; in MatView_SeqAIJ_Draw_Zoom()
1016 x_r = x_l + 1.0; in MatView_SeqAIJ_Draw_Zoom()
1018 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom()
1041 x_l = a->j[j]; in MatView_SeqAIJ_Draw_Zoom()
1042 x_r = x_l + 1.0; in MatView_SeqAIJ_Draw_Zoom()
1044 PetscCall(PetscDrawRectangle(draw, x_l, y_l, x_r, y_r, color, color, color, color)); in MatView_SeqAIJ_Draw_Zoom()