Searched defs:lineCount (Results 1 - 19 of 19) sorted by relevance

/external/skia/legacy/src/core/
H A DSkEdgeBuilder.cpp104 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); local
105 for (int i = 0; i < lineCount; i++) {
H A DSkLineClipper.cpp192 int lineCount = 1; local
236 lineCount = r - result;
242 for (int i = 0; i <= lineCount; i++) {
243 lines[lineCount - i] = result[i];
246 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
248 return lineCount;
/external/skia/src/core/
H A DSkEdgeBuilder.cpp118 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); local
119 SkASSERT(lineCount <= SkLineClipper::kMaxClippedLineSegments);
120 for (int i = 0; i < lineCount; i++) {
184 int lineCount = SkLineClipper::ClipLine(pts, clip, lines); local
185 for (int i = 0; i < lineCount; i++) {
H A DSkLineClipper.cpp240 int lineCount = 1; local
284 lineCount = r - result;
290 for (int i = 0; i <= lineCount; i++) {
291 lines[lineCount - i] = result[i];
294 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
296 return lineCount;
/external/icu4c/tools/genrb/
H A Dread.c37 static int32_t lineCount; variable
52 lineCount = 1;
83 *linenumber = lineCount;
103 *linenumber = lineCount;
200 lineCount++;
222 warning(lineCount, "Mixing quoted and unquoted strings");
404 line = lineCount;
422 /* increment the lineCount */
450 lineCount++;
467 lineCount
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DStringBlock.java54 private int lineCount; field in class:StringBlock
158 return lineCount;
161 void setLineCount(int lineCount) { argument
162 this.lineCount = lineCount;
/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp865 maxLineCount = max(maxLineCount, toRenderBlock(child)->lineCount());
880 int lineCount = blockChild->lineCount(); local
881 if (lineCount <= numVisibleLines)
900 RootInlineBox* lastLine = blockChild->lineAtIndex(lineCount - 1);
H A DRenderBlock.cpp5602 int RenderBlock::lineCount() function in class:WebCore::RenderBlock
5612 count += toRenderBlock(obj)->lineCount();
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.cpp661 unsigned lineCount = 0; local
669 ++lineCount;
675 return lineCount - 1;
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp117 int lineCount = 0; local
121 lineCount++;
125 *lines = lineCount;
/external/v8/src/
H A Dmirror-debugger.js1865 ScriptMirror.prototype.lineCount = function() {
1866 return this.script_.lineCount();
1912 result += this.lineOffset() + this.lineCount() - 1;
1914 result += this.lineCount();
2171 content.lineCount = mirror.lineCount();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 400 milliseconds