Lines Matching refs:y_l
1904 PetscReal xl, yl, xr, yr, x_l, x_r, y_l, y_r; in MatView_SeqBAIJ_Draw_Zoom() local
1923 y_l = A->rmap->N - row - 1.0; in MatView_SeqBAIJ_Draw_Zoom()
1924 y_r = y_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()
1939 y_l = A->rmap->N - row - 1.0; in MatView_SeqBAIJ_Draw_Zoom()
1940 y_r = y_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()
1955 y_l = A->rmap->N - row - 1.0; in MatView_SeqBAIJ_Draw_Zoom()
1956 y_r = y_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()
1985 y_l = A->rmap->N - row - 1.0; in MatView_SeqBAIJ_Draw_Zoom()
1986 y_r = y_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()