Home
last modified time | relevance | path

Searched refs:c_at_y (Results 1 – 7 of 7) sorted by relevance

/dports/mail/balsa/balsa-2.5.1/src/
H A Dbalsa-print-object-decor.c126 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in decor_new_real()
174 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in balsa_print_object_frame_begin()
212 self->c_at_y + 0.5 * C_SEPARATOR); in balsa_print_object_decor_draw()
217 cairo_move_to(cairo_ctx, self->c_at_x, self->c_at_y); in balsa_print_object_decor_draw()
220 self->c_at_y + 0.5 * C_SEPARATOR); in balsa_print_object_decor_draw()
221 cairo_line_to(cairo_ctx, self->c_at_x + self->c_width, self->c_at_y); in balsa_print_object_decor_draw()
226 cairo_move_to(cairo_ctx, self->c_at_x, self->c_at_y + self->c_height); in balsa_print_object_decor_draw()
241 c_y_hor_line = self->c_at_y + self->c_height - in balsa_print_object_decor_draw()
254 self->c_at_y + self->c_height - 0.5 * C_SEPARATOR); in balsa_print_object_decor_draw()
256 self->c_at_y + self->c_height - 0.5 * C_SEPARATOR); in balsa_print_object_decor_draw()
[all …]
H A Dbalsa-print-object.c83 self->c_at_y = 0.0; in balsa_print_object_init()
189 cairo_move_to(cairo_ctx, self->c_at_x - level_sep, self->c_at_y); in balsa_print_object_draw()
191 self->c_at_y + self->c_height); in balsa_print_object_draw()
193 self->c_at_y); in balsa_print_object_draw()
195 self->c_at_y + self->c_height); in balsa_print_object_draw()
239 gdouble c_at_x, gdouble c_at_y, gdouble scale) in cairo_print_pixbuf() argument
310 cairo_set_source_surface(cairo_ctx, surface, c_at_x, c_at_y); in cairo_print_pixbuf()
323 cairo_move_to(cairo_ctx, c_at_x, c_at_y); in cairo_print_pixbuf()
324 cairo_line_to(cairo_ctx, c_at_x + width * scale, c_at_y); in cairo_print_pixbuf()
326 c_at_y + height * scale); in cairo_print_pixbuf()
[all …]
H A Dbalsa-print-object-header.c132 gdouble c_at_y; in balsa_print_object_header_new_real() local
261 c_at_y = psetup->c_y_pos; in balsa_print_object_header_new_real()
290 BALSA_PRINT_OBJECT(po)->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_header_new_real()
292 c_at_y = 0.0; in balsa_print_object_header_new_real()
359 gdouble c_at_y; in balsa_print_object_header_crypto() local
378 c_at_y = psetup->c_y_pos; in balsa_print_object_header_crypto()
419 BALSA_PRINT_OBJECT(po)->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_header_crypto()
421 c_at_y = 0.0; in balsa_print_object_header_crypto()
470 cairo_move_to(cairo_ctx, self->c_at_x, self->c_at_y); in balsa_print_object_header_draw()
484 self->c_at_y, 1.0); in balsa_print_object_header_draw()
H A Dbalsa-print-object-text.c215 gdouble c_at_y; in balsa_print_object_text_plain() local
293 c_at_y = psetup->c_y_pos; in balsa_print_object_text_plain()
311 BALSA_PRINT_OBJECT(pot)->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_text_plain()
313 c_at_y = 0.0; in balsa_print_object_text_plain()
360 gdouble c_at_y; in balsa_print_object_text() local
396 c_at_y = psetup->c_y_pos; in balsa_print_object_text()
411 BALSA_PRINT_OBJECT(pot)->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_text()
413 c_at_y = 0.0; in balsa_print_object_text()
613 gdouble c_at_y; in balsa_print_object_text_calendar() local
734 po->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_text_calendar()
[all …]
H A Dbalsa-print-object.h64 gdouble c_at_x, gdouble c_at_y, gdouble scale);
94 gdouble c_at_y; member
H A Dbalsa-print-object-default.c200 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in balsa_print_object_default()
232 self->c_at_y, 1.0); in balsa_print_object_default_draw()
249 self->c_at_y + (c_max_height - in balsa_print_object_default_draw()
H A Dbalsa-print-object-image.c163 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in balsa_print_object_image()
188 self->c_at_y, poi->scale); in balsa_print_object_image_draw()