Lines Matching refs:where
295 virtual void MouseUp(BPoint where);
938 BPoint where;
939 m->FindPoint("where", &where);
940 v->MouseUp(where);
1711 BPoint where; in mchDrawString() local
1715 where.Set(TEXT_X(col+lastpos), TEXT_Y(row)); in mchDrawString()
1716 DrawString(p, clen, where); in mchDrawString()
1718 where.x += 1.0; in mchDrawString()
1720 DrawString(p, clen, where); in mchDrawString()
1731 BPoint where(TEXT_X(col), TEXT_Y(row)); in mchDrawString() local
1732 DrawString((char*)s, len, where); in mchDrawString()
1734 where.x += 1.0; in mchDrawString()
1736 DrawString((char*)s, len, where); in mchDrawString()
1886 BPoint where; in DrawIMString() local
1912 where.Set(TEXT_X(pos.x), TEXT_Y(IMData.row + pos.y)); in DrawIMString()
1913 DrawString((s+i), clen, where); in DrawIMString()
1985 VimScrollBar::MouseUp(BPoint where) in MouseUp() argument
2002 Inherited::MouseUp(where); in MouseUp()