Home
last modified time | relevance | path

Searched refs:lty1 (Results 1 – 4 of 4) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtext.c950 void RedrawAreasInCreateText(ltx1, lty1, rbx1, rby1, ltx2, lty2, rbx2, rby2) in RedrawAreasInCreateText() argument
951 int ltx1, lty1, rbx1, rby1, ltx2, lty2, rbx2, rby2; in RedrawAreasInCreateText()
955 SetBBRec(&bbox1, ltx1, lty1, rbx1, rby1);
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcInteract.hs722 | EqPred eq_rel1 lty1 rty1 <- classifyPredType pred
724 = partitionBagWith (match_eq eq_rel1 lty1 rty1) irreds
733 match_eq eq_rel1 lty1 rty1 ct
736 , Just swap <- match_eq_help lty1 rty1 lty2 rty2
741 match_eq_help lty1 rty1 lty2 rty2
742 | lty1 `tcEqTypeNoKindCheck` lty2, rty1 `tcEqTypeNoKindCheck` rty2
744 | lty1 `tcEqTypeNoKindCheck` rty2, rty1 `tcEqTypeNoKindCheck` lty2
/dports/math/R-cran-Zelig/Zelig/R/
H A Dplots.R934 cutoff = seq(from=0, to=1, length=100), lty1="solid", argument
957 lines(roc1, lty = lty1, lwd = lwd1, col=col1)
/dports/math/R-cran-Zelig/Zelig/man/
H A Drocplot.Rd8 cutoff = seq(from=0, to=1, length=100), lty1="solid",
28 \item{lty1}{the line type of the first model (defaults to 'line')}