Home
last modified time | relevance | path

Searched refs:CHART_MARGIN (Results 1 – 4 of 4) sorted by relevance

/dports/finance/homebank/homebank-5.5.1/src/
H A Dgtk-chart-progress.h61 #define CHART_MARGIN 18 //standard a4 margin macro
H A Dgtk-chart-progress.c506 context->l = CHART_MARGIN; in ui_chart_progress_recompute()
507 context->t = CHART_MARGIN; in ui_chart_progress_recompute()
508 context->r = allocation.width - CHART_MARGIN; in ui_chart_progress_recompute()
509 context->b = allocation.height - CHART_MARGIN; in ui_chart_progress_recompute()
510 context->w = allocation.width - (CHART_MARGIN*2); in ui_chart_progress_recompute()
511 context->h = allocation.height - (CHART_MARGIN*2); in ui_chart_progress_recompute()
H A Dgtk-chart.c1135 drawctx->graph.y += CHART_MARGIN; in chart_layout_area()
1136 drawctx->graph.height -= CHART_MARGIN; in chart_layout_area()
1228 drawctx->graph.width -= (drawctx->legend.width + CHART_MARGIN); in chart_layout_area()
1230 drawctx->legend.x = drawctx->graph.x + drawctx->graph.width + CHART_MARGIN; in chart_layout_area()
1280 drawctx->l = CHART_MARGIN; in chart_recompute()
1281 drawctx->t = CHART_MARGIN; in chart_recompute()
1282 drawctx->w = allocation.width - (CHART_MARGIN*2); in chart_recompute()
1283 drawctx->h = allocation.height - (CHART_MARGIN*2); in chart_recompute()
H A Dgtk-chart.h76 #define CHART_MARGIN 12 //standard a4 margin is 18 macro