Lines Matching refs:paragraph
25 pf_flow *paragraph; member
92 if (context->paragraph != NULL) { in openOK()
93 pf_close(context->paragraph); in openOK()
96 context->paragraph = newPara; in openOK()
100 pf_breakLines(context->paragraph, context->width, context->height); in openOK()
197 if (context->paragraph != NULL) { in eventConfigure()
202 pf_breakLines(context->paragraph, context->width, context->height); in eventConfigure()
211 if (context->paragraph != NULL) { in eventExpose()
212 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose()
213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose()
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
235 context->paragraph = pf_factory(fileName, font, guiSupport); in newSample()
283 if (context->paragraph != NULL) { in closeSample()
284 pf_close(context->paragraph); in closeSample()