Searched refs:getLineHeight (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.h | 47 le_int32 getLineHeight(); 77 inline le_int32 Paragraph::getLineHeight() in getLineHeight() function
|
D | layout.cpp | 71 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph() 226 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc()
|
D | gnomelayout.cpp | 227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.h | 47 le_int32 getLineHeight(); 77 inline le_int32 Paragraph::getLineHeight() in getLineHeight() function
|
D | layout.cpp | 71 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph() 226 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc()
|
D | gnomelayout.cpp | 227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | paragraph.h | 47 le_int32 getLineHeight(); 77 inline le_int32 Paragraph::getLineHeight() in getLineHeight() function
|
D | layout.cpp | 71 si.nPage = context->height / context->paragraph->getLineHeight(); in InitParagraph() 226 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc()
|
D | gnomelayout.cpp | 227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose()
|