Lines Matching refs:x_l
1904 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqBAIJ_Draw_Zoom() local
1925 x_l = a->j[j] * bs; in MatView_SeqBAIJ_Draw_Zoom()
1926 x_r = x_l + 1.0; in MatView_SeqBAIJ_Draw_Zoom()
1931 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom()
1941 x_l = a->j[j] * bs; in MatView_SeqBAIJ_Draw_Zoom()
1942 x_r = x_l + 1.0; in MatView_SeqBAIJ_Draw_Zoom()
1947 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom()
1957 x_l = a->j[j] * bs; in MatView_SeqBAIJ_Draw_Zoom()
1958 x_r = x_l + 1.0; in MatView_SeqBAIJ_Draw_Zoom()
1963 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom()
1987 x_l = a->j[j] * bs; in MatView_SeqBAIJ_Draw_Zoom()
1988 x_r = x_l + 1.0; in MatView_SeqBAIJ_Draw_Zoom()
1994 …PetscCall(PetscDrawRectangle(draw, x_l + k, y_l - l, x_r + k, y_r - l, color, color, color, color)… in MatView_SeqBAIJ_Draw_Zoom()