Searched refs:t_rect (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Text.c | 1142 XRectangle rect, t_rect; local 1185 t_rect.x = ctx->core.width - ctx->text.margin.right; 1186 t_rect.width = ctx->text.margin.right; 1187 t_rect.y = rect.y; 1188 t_rect.height = rect.height; 1190 SinkClearToBG(ctx->text.sink, (Position) t_rect.x, (Position) t_rect.y, 1191 (Dimension) t_rect.width, (Dimension) t_rect.height); 1193 UpdateTextInRectangle(ctx, &t_rect); [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Text.c | 1259 XRectangle rect, t_rect; local 1306 t_rect.x = ctx->core.width - ctx->text.margin.right; 1307 t_rect.width = ctx->text.margin.right; 1308 t_rect.y = rect.y; 1309 t_rect.height = rect.height; 1311 SinkClearToBG(ctx->text.sink, (Position) t_rect.x, (Position) t_rect.y, 1312 (Dimension) t_rect.width, (Dimension) t_rect.height); 1314 UpdateTextInRectangle(ctx, &t_rect); [all...] |
Completed in 20 milliseconds