HomeSort by relevance Sort by last modified time
    Searched refs:lineLength (Results 1 - 25 of 25) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 60 private int lineLength = 50;
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) >= ypos - 2)
    [all...]
  /external/webkit/Source/WebCore/page/
EventSource.cpp 261 int lineLength = -1;
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)
292 if (!lineLength) {
302 String field(&m_receiveBuf[bufPos], noValue ? lineLength : fieldLength);
305 step = lineLength;
    [all...]
EventSource.h 104 void parseEventStreamLine(unsigned int pos, int fieldLength, int lineLength);
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 92 int lineLength = END_X - START_X;
94 assertTrue(numGreenPixels >= lineLength);
100 assertTrue(intersect < lineLength);
102 assertTrue(intersect >= lineLength / SEGMENT_LENGTH);
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 319 int lineLength = readStatusLine(header, len, statusCode, statusText);
320 if (lineLength == -1)
340 const char* p = readHTTPHeaders(header + lineLength, header + len);
458 int lineLength = end - header;
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/otherlibs/highgui/
grfmt_pxm.cpp 389 int lineLength;
394 lineLength = channels * width * depth / 8;
396 lineLength = (6 * channels + (channels > 1 ? 2 : 0)) * width + 32;
398 if( bufferSize < lineLength )
399 bufferSize = lineLength;
  /external/oprofile/libpopt/
popthelp.c 141 * @param lineLength display positions remaining
147 singleOptionDefaultValue(size_t lineLength,
155 char * le = malloc(4*lineLength + 1);
189 size_t slen = 4*lineLength - (le - l) - sizeof("\"...\")");
225 size_t lineLength = 79 - indentLength;
265 defs = singleOptionDefaultValue(lineLength, opt, translation_domain);
375 while (helpLength > lineLength) {
379 ch = help + lineLength - 1;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSDataExtras.m 321 SInt32 lineLength = eol - bytes;
330 if (lineLength == 0) {
343 NSString *newValue = (NSString *)CFMakeCollectable(CFStringCreateWithBytes(NULL, line, lineLength, kCFStringEncodingISOLatin1, FALSE));
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 163 int lineLength = i - lineStart;
167 currentLine = new String(msgBuffer, lineStart, lineLength, "UTF-8");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java     [all...]
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 678 int32_t lineLength=lines[i].len;
679 for(int32_t j=1; j<lineLength; ++j) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 592 double lineLength = Math.sqrt(dy * dy + dx * dx);
596 // to the endpoint (x1 + lineLength, y1) stretching up to (x2,y2).
599 double ax = x1 + lineLength - arrowHeight;
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorModel.js 88 lineLength: function(lineNumber)
TextViewer.js     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 156 int lineLength = endOfLine - bytes;
164 if (!lineLength) {
178 String newValue(line, lineLength);
  /external/opencv/cv/src/
cvhough.cpp 485 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;
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 517 int lineLength, int lineGap,
522 rho, theta, threshold, lineLength, lineGap );
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 811 milliseconds