Home
last modified time | relevance | path

Searched defs:lastLine (Results 1 – 23 of 23) sorted by relevance

/third_party/icu/tools/unicode/c/genprops/misc/
Ducdmerge.c75 static char line[2000], firstLine[2000], lastLine[2000]; in main() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dclayout.c239 le_int32 firstLine, lastLine; in WndProc() local
Dlayout.cpp237 le_int32 firstLine, lastLine; in WndProc() local
Dparagraph.cpp227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw()
Dcgnomelayout.c219 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose() local
Dgnomelayout.cpp227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose() local
Dpflow.c318 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw()
/third_party/icu/icu4c/source/samples/layout/
Dlayout.cpp237 le_int32 firstLine, lastLine; in WndProc() local
Dclayout.c240 le_int32 firstLine, lastLine; in WndProc() local
Dparagraph.cpp227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw()
Dcgnomelayout.c221 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose() local
Dgnomelayout.cpp227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose() local
Dpflow.c320 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserindenter.ts644 … var lastLine = this.snapshot.GetLineNumberFromPosition(indentNode.AuthorNode.Details.StartOffset); variable
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp328 auto lastLine = (hasEllipsis && unlimitedLines) || fLineNumber >= maxLines; in moveForward() local
/third_party/skia/experimental/sktext/tests/
DSelectableText.cpp172 auto lastLine = testVisitor.fTestLines.back(); in UNIX_ONLY_TEST() local
/third_party/icu/icu4c/source/tools/gencnval/
Dgencnval.c335 char lastLine[MAX_LINE_SIZE]; in parseFile() local
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
Dgencnval.c334 char lastLine[MAX_LINE_SIZE]; in parseFile() local
/third_party/typescript/src/services/
Dservices.ts2213 const { lineStarts, firstLine, lastLine } = getLinesForRange(sourceFile, textRange); constant
2399 const { firstLine, lastLine } = getLinesForRange(sourceFile, textRange); constant
/third_party/skia/experimental/sktext/src/
DText.cpp847 auto lastLine = fBoxLines.back(); in lastPosition() local
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c3548 static char *lastLine= (char *)"10FFFF; C; 10FFFF;"; in TestCaseFolding() local
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1080 int lastLine; member in __anonb7fb50ad0111::SourceLineSynchronizer
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js531 function lastLine(text) { function