/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
LineInfo.h | 50 void setLastLine(bool lastLine) { m_isLastLine = lastLine; }
|
/external/icu4c/samples/layout/ |
pflow.h | 29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
|
paragraph.h | 44 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
|
gnomelayout.cpp | 221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); 224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
|
cgnomelayout.c | 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); 216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
|
clayout.c | 233 le_int32 firstLine, lastLine; 252 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); 254 pf_draw(context->paragraph, surface, firstLine, lastLine);
|
layout.cpp | 231 le_int32 firstLine, lastLine; 250 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); 252 context->paragraph->draw(surface, firstLine, lastLine);
|
paragraph.cpp | 216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) 223 for (li = firstLine; li <= lastLine; li += 1) {
|
pflow.c | 315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) 323 for (li = firstLine; li <= lastLine; li += 1) {
|
/frameworks/native/libs/binder/ |
BufferedTextOutput.cpp | 188 const char* lastLine = txt+1; 190 if (*txt++ == '\n') lastLine = txt; 194 vec.iov_len = lastLine-first; 197 txt = lastLine;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
EllipsisBox.cpp | 105 RootInlineBox* lastLine = block->lineAtIndex(block->lineCount() - 1); 106 if (!lastLine) 111 InlineBox* anchorBox = lastLine->lastChild();
|
RenderDeprecatedFlexibleBox.cpp | [all...] |
RootInlineBox.cpp | 555 if (RootInlineBox* lastLine = block->lastRootBox()) { 556 RenderObject::SelectionState lastLineSelectionState = lastLine->selectionState(); 560 LayoutUnit lastLineSelectionBottom = lastLine->selectionBottom() + offsetToBlockBefore.height(); [all...] |
InlineFlowBox.h | 173 void determineSpacingForFlowBoxes(bool lastLine, bool isLogicallyLastRunWrapped, RenderObject* logicallyLastRunRenderer);
|
RenderBox.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
comment.js | 31 var end = Math.min(to.ch != 0 || to.line == from.line ? to.line + 1 : to.line, self.lastLine() + 1); 64 var end = Math.min(to.line, self.lastLine()); 89 var end = Math.min(to.line, self.lastLine()), start = Math.min(from.line, end);
|
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 397 DILineInfo lastLine; 432 if (dli != lastLine && dli.getLine() != 0) 435 lastLine = dli;
|
/external/chromium_org/third_party/icu/source/tools/gencnval/ |
gencnval.c | 314 char lastLine[MAX_LINE_SIZE]; 331 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) { 332 lastLineSize = chomp(lastLine); 333 if (lineSize == 0 || (lastLineSize > 0 && isspace(*lastLine))) { 334 uprv_strcpy(line + lineSize, lastLine); 365 uprv_strcpy(line, lastLine); [all...] |
/external/icu4c/tools/gencnval/ |
gencnval.c | 324 char lastLine[MAX_LINE_SIZE]; 341 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) { 342 lastLineSize = chomp(lastLine); 343 if (lineSize == 0 || (lastLineSize > 0 && isspace((int)*lastLine))) { 344 uprv_strcpy(line + lineSize, lastLine); 375 uprv_strcpy(line, lastLine); [all...] |
/frameworks/base/core/java/android/text/ |
Layout.java | 200 int lastLine = TextUtils.unpackRangeEndFromLong(lineRange); 201 if (lastLine < 0) return; 204 firstLine, lastLine); 205 drawText(canvas, firstLine, lastLine); 211 public void drawText(Canvas canvas, int firstLine, int lastLine) { 227 for (int i = firstLine; i <= lastLine; i++) { 359 int cursorOffsetVertical, int firstLine, int lastLine) { 381 for (int i = firstLine; i <= lastLine; i++) { [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardUtils.java | 775 final String lastLine = builder.toString(); 776 if (lastLine.length() > 0) { 777 list.add(lastLine); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CodeMirrorTextEditor.js | 839 newPaddingBottom = Math.max(scrollInfo.clientHeight - this._codeMirror.getLineHandle(this._codeMirror.lastLine()).height, 0); [all...] |
externs.js | 498 lastLine: function() { },
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cucdtst.c | [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | [all...] |