Lines Matching refs:lineColor
1826 int lineColor, cellColor; in DMPlexDrawCell() local
1832 lineColor = (int)(lC < 0 ? PETSC_DRAW_BLACK : lC); in DMPlexDrawCell()
1842 …etscCall(PetscDrawLine(draw, PetscRealPart(coords[0]), y, PetscRealPart(coords[1]), y, lineColor)); in DMPlexDrawCell()
1843 …etscDrawLine(draw, PetscRealPart(coords[0]), y + dy, PetscRealPart(coords[0]), y - dy, lineColor)); in DMPlexDrawCell()
1844 …etscDrawLine(draw, PetscRealPart(coords[1]), y + dy, PetscRealPart(coords[1]), y - dy, lineColor)); in DMPlexDrawCell()
1851 …rds[0]), PetscRealPart(coords[1]), PetscRealPart(coords[2]), PetscRealPart(coords[3]), lineColor)); in DMPlexDrawCell()
1852 …ds[1]) + l * dy, PetscRealPart(coords[0]) - l * dx, PetscRealPart(coords[1]) - l * dy, lineColor)); in DMPlexDrawCell()
1853 …ds[3]) + l * dy, PetscRealPart(coords[2]) - l * dx, PetscRealPart(coords[3]) - l * dy, lineColor)); in DMPlexDrawCell()
1861 …rds[0]), PetscRealPart(coords[1]), PetscRealPart(coords[2]), PetscRealPart(coords[3]), lineColor)); in DMPlexDrawCell()
1862 …rds[2]), PetscRealPart(coords[3]), PetscRealPart(coords[4]), PetscRealPart(coords[5]), lineColor)); in DMPlexDrawCell()
1863 …rds[4]), PetscRealPart(coords[5]), PetscRealPart(coords[0]), PetscRealPart(coords[1]), lineColor)); in DMPlexDrawCell()
1868 …rds[0]), PetscRealPart(coords[1]), PetscRealPart(coords[2]), PetscRealPart(coords[3]), lineColor)); in DMPlexDrawCell()
1869 …rds[2]), PetscRealPart(coords[3]), PetscRealPart(coords[4]), PetscRealPart(coords[5]), lineColor)); in DMPlexDrawCell()
1870 …rds[4]), PetscRealPart(coords[5]), PetscRealPart(coords[6]), PetscRealPart(coords[7]), lineColor)); in DMPlexDrawCell()
1871 …rds[6]), PetscRealPart(coords[7]), PetscRealPart(coords[0]), PetscRealPart(coords[1]), lineColor)); in DMPlexDrawCell()
1876 …rds[0]), PetscRealPart(coords[1]), PetscRealPart(coords[2]), PetscRealPart(coords[3]), lineColor)); in DMPlexDrawCell()
1877 …rds[2]), PetscRealPart(coords[3]), PetscRealPart(coords[6]), PetscRealPart(coords[7]), lineColor)); in DMPlexDrawCell()
1878 …rds[6]), PetscRealPart(coords[7]), PetscRealPart(coords[4]), PetscRealPart(coords[5]), lineColor)); in DMPlexDrawCell()
1879 …rds[4]), PetscRealPart(coords[5]), PetscRealPart(coords[0]), PetscRealPart(coords[1]), lineColor)); in DMPlexDrawCell()
1950 …PetscInt dim, vStart, vEnd, cStart, cEnd, c, cDegree, edgeDiv, lineColor = PETSC_DETERMINE, ce… in DMPlexView_Draw() local
1958 …etscObject)dm)->options, ((PetscObject)dm)->prefix, "-dm_view_draw_line_color", &lineColor, NULL)); in DMPlexView_Draw()
1984 if (drawAffine) PetscCall(DMPlexDrawCell(dm, draw, lineColor, cellColor, c, coords)); in DMPlexView_Draw()