Lines Matching refs:paragraph
31 pf_flow *paragraph; member
98 if (context->paragraph != NULL) { in openOK()
99 pf_close(context->paragraph); in openOK()
102 context->paragraph = newPara; in openOK()
106 pf_breakLines(context->paragraph, context->width, context->height); in openOK()
203 if (context->paragraph != NULL) { in eventConfigure()
208 pf_breakLines(context->paragraph, context->width, context->height); in eventConfigure()
217 if (context->paragraph != NULL) { in eventExpose()
218 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose()
219 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose()
222 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
241 context->paragraph = pf_factory(fileName, font, guiSupport); in newSample()
289 if (context->paragraph != NULL) { in closeSample()
290 pf_close(context->paragraph); in closeSample()