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

/external/skia/tests/
H A DPathOpsTightBoundsTest.cpp20 int lineCount = ran.nextRangeU(1, 10); local
22 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
65 int lineCount = ran.nextRangeU(1, 10); local
67 for (int lIndex = 0; lIndex < lineCount; ++lIndex) {
/external/gptfdisk/
H A Dparttypes.cc384 int colCount = 1, lineCount = 1; local
401 if ((maxLines > 0) && (lineCount++ % maxLines) == 0) {
/external/skia/src/core/
H A DSkEdgeBuilder.cpp118 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight); local
119 SkASSERT(lineCount <= SkLineClipper::kMaxClippedLineSegments);
120 for (int i = 0; i < lineCount; i++) {
195 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, canCullToTheRight); local
196 for (int i = 0; i < lineCount; i++) {
H A DSkLineClipper.cpp227 int lineCount = 1; local
274 lineCount = SkToInt(r - result);
280 for (int i = 0; i <= lineCount; i++) {
281 lines[lineCount - i] = result[i];
284 memcpy(lines, result, (lineCount + 1) * sizeof(SkPoint));
286 return lineCount;
/external/icu/icu4c/source/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/libvncserver/vncterm/
H A DVNConsole.c148 void vcScroll(vncConsolePtr c,int lineCount) argument
153 if(lineCount==0)
160 if(lineCount>=c->height || lineCount<=-c->height) {
162 } else if(lineCount>0) {
163 y1=s->height-lineCount*c->cHeight; y2=s->height;
164 rfbDoCopyRect(s,0,0,s->width,y1,0,-lineCount*c->cHeight);
166 c->screenBuffer+(c->height-lineCount)*c->width,
167 (c->height-lineCount)*c->width);
171 c->attributeBuffer+(c->height-lineCount)*
[all...]
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp853 int lineCount = lines.count() / 2; local
857 if (lineCount) {
874 int vertexCount = kLineSegNumVertices * lineCount;
885 for (int i = 0; i < lineCount; ++i) {
892 firstVertex, kLineSegNumVertices, kIdxsPerLineSeg, lineCount,
/external/v8/src/
H A Dmirror-debugger.js2327 ScriptMirror.prototype.lineCount = function() {
2328 return this.script_.lineCount();
2374 result += this.lineOffset() + this.lineCount() - 1;
2376 result += this.lineCount();
2643 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 ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 499 milliseconds