Searched refs:BF_TOPRIGHT (Results 1 – 5 of 5) sorted by relevance
194 case BF_TOPRIGHT: in IntDrawDiagEdge()468 if((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) in IntDrawRectEdge()
86 if ((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) in MyIntDrawRectEdge()
216 case BF_TOPRIGHT: in IntDrawDiagEdge()478 if((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) rti_offset = width; in IntDrawRectEdge()
1039 case BF_TOPRIGHT: in draw_diag_edge()1243 if((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) RTpenplus = 1; in draw_rect_edge()
459 #define BF_TOPRIGHT (BF_TOP|BF_RIGHT) macro