Home
last modified time | relevance | path

Searched refs:getLineHeight (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Dparagraph.h47 le_int32 getLineHeight();
77 inline le_int32 Paragraph::getLineHeight() in getLineHeight() function
Dlayout.cpp71 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph()
226 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc()
Dgnomelayout.cpp227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose()