Searched defs:lineLength (Results 1 - 16 of 16) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNodeCluster.java60 private int lineLength = 50; field in class:TestBatchNodeCluster
206 if (xpos >= lineLength * 2) {
213 //y = yPosition.get(yPosition.size() - lineLength) + 2;
216 if (yPosition.size() > lineLength) {
218 if (y == 0 && ypos < yLimitf && getym(lineLength) > ypos - 2) {
220 } else if (y == 1 && ypos > yLimits && getym(lineLength) < ypos + 2) {
222 } else if (y == 2 && getym(lineLength) > ypos - 2 && getym(lineLength) < ypos + 2) {
229 } else if (y == 0 && getym(lineLength) >= ypos - 4) {
231 } else if (y == 0 && getym(lineLength) >
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.cpp389 int lineLength; local
394 lineLength = channels * width * depth / 8;
396 lineLength = (6 * channels + (channels > 1 ? 2 : 0)) * width + 32;
398 if( bufferSize < lineLength )
399 bufferSize = lineLength;
/external/webkit/Source/WebCore/page/
H A DEventSource.cpp261 int lineLength = -1; local
263 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) {
272 lineLength = i - bufPos;
277 if (lineLength < 0)
280 parseEventStreamLine(bufPos, fieldLength, lineLength);
281 bufPos += lineLength + 1;
290 void EventSource::parseEventStreamLine(unsigned int bufPos, int fieldLength, int lineLength) argument
292 if (!lineLength) {
302 String field(&m_receiveBuf[bufPos], noValue ? lineLength : fieldLength);
305 step = lineLength;
[all...]
/external/oprofile/libpopt/
H A Dpopthelp.c141 * @param lineLength display positions remaining
147 singleOptionDefaultValue(size_t lineLength, argument
155 char * le = malloc(4*lineLength + 1);
189 size_t slen = 4*lineLength - (le - l) - sizeof("\"...\")");
225 size_t lineLength = 79 - indentLength; local
265 defs = singleOptionDefaultValue(lineLength, opt, translation_domain);
375 while (helpLength > lineLength) {
379 ch = help + lineLength - 1;
/external/icu4c/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp678 int32_t lineLength=lines[i].len; local
679 for(int32_t j=1; j<lineLength; ++j) {
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.cpp319 int lineLength = readStatusLine(header, len, statusCode, statusText); local
320 if (lineLength == -1)
340 const char* p = readHTTPHeaders(header + lineLength, header + len);
458 int lineLength = end - header; local
461 m_context->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "No response code found: " + trimConsoleMessage(header, lineLength - 1), 0, clientOrigin(), 0);
462 return lineLength;
468 return lineLength;
473 return lineLength;
477 return lineLength;
485 return lineLength;
[all...]
/external/opencv/cv/src/
H A Dcvhough.cpp485 int lineLength, int lineGap,
661 good_line = abs(line_end[1].x - line_end[0].x) >= lineLength ||
662 abs(line_end[1].y - line_end[0].y) >= lineLength;
483 icvHoughLinesProbabalistic( CvMat* image, float rho, float theta, int threshold, int lineLength, int lineGap, CvSeq *lines, int linesMax ) argument
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1233 float lineLength = width; local
1249 CGRect lineRect = roundToDevicePixels(FloatRect(x, y, lineLength, adjustedThickness), RoundOriginAndDimensions);
1253 lineLength = lineRect.size.width;
1264 CGContextFillRect(platformContext(), CGRectMake(x, y, lineLength, thickness));
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp1176 int lineLength = eol - bytes; local
1184 if (lineLength == 0)
1195 String newValue(line, lineLength);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp156 int lineLength = endOfLine - bytes; local
164 if (!lineLength) {
178 String newValue(line, lineLength);
/external/opencv/cv/include/
H A Dcvcompat.h517 int lineLength, int lineGap,
522 rho, theta, threshold, lineLength, lineGap );
515 cvHoughLinesP( CvArr* image, double rho, double theta, int threshold, int lineLength, int lineGap, int* lines, int linesNumber ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.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.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 ...

Completed in 593 milliseconds