Lines Matching refs:Text
20 textinit(Text *t, Image *b, Rectangle r, Font *f, Image *cols[NCOL]) in textinit()
33 textredraw(Text *t, Rectangle r, Font *f, Image *b) in textredraw()
47 textresize(Text *t, Image *b, Rectangle r) in textresize()
67 textclose(Text *t) in textclose()
74 textinsert(Text *t, uint q0, Rune *r, uint n) in textinsert()
94 textfill(Text *t) in textfill()
128 textdelete(Text *t, uint q0, uint q1) in textdelete()
160 textbswidth(Text *t, Rune c) in textbswidth()
191 texttype(Text *t, Rune r) in texttype()
296 static Text *clicktext;
298 static Text *selecttext;
313 textframescroll(Text *t, int dl) in textframescroll()
340 textselect(Text *t) in textselect()
432 textshow(Text *t, uint q0, uint q1, int doselect) in textshow()
502 textsetselect(Text *t, uint q0, uint q1) in textsetselect()
644 textselect23(Text *t, uint *q0, uint *q1, Image *high, int mask) in textselect23()
662 textselect2(Text *t, uint *q0, uint *q1, Text **tp) in textselect2()
678 textselect3(Text *t, uint *q0, uint *q1) in textselect3()
707 textdoubleclick(Text *t, uint *q0, uint *q1) in textdoubleclick()
756 textclickmatch(Text *t, int cl, int cr, int dir, uint *q) in textclickmatch()
784 textbacknl(Text *t, uint p, uint n) in textbacknl()
805 textsetorigin(Text *t, uint org, int exact) in textsetorigin()
844 textset(Text *t, Rune*r, int n) in textset()
852 textmouse(Text *t, Point xy, int but) in textmouse()
854 Text *argt; in textmouse()