HomeSort by relevance Sort by last modified time
    Searched refs:Line (Results 226 - 250 of 288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 12 From http://en.wikipedia.org/wiki/Line-line_intersection
14 SkDPoint SkIntersections::Line(const SkDLine& a, const SkDLine& b) {
29 int SkIntersections::computePoints(const SkDLine& line, int used) {
30 fPt[0] = line.ptAtT(fT[0][0]);
32 fPt[1] = line.ptAtT(fT[0][1]);
80 // see if end points intersect the opposite line
92 /* Determine the intersection point of two line segments
137 static int horizontal_coincident(const SkDLine& line, double y) {
138 double min = line[0].fY;
139 double max = line[1].fY
    [all...]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 369 CASE_NEW(Line);
417 {"line", SkSVGType_Line},
  /external/mdnsresponder/mDNSPosix/
Responder.c 199 #pragma mark ***** Command Line Arguments
230 fprintf(stderr, " MUST be the last command-line argument;\n");
246 // Parses our command line arguments into the global variables
260 // Parse command line options using getopt.
327 // Check for any left over command line arguments.
483 // These first characters indicate a blank line.
532 // a comment line. Remove the leading '\' here before
541 // service name since the next blank line indicates the end
660 // Parse our command line arguments. This won't come back if there's an error.
  /external/skia/src/pathops/
SkDLineIntersection.cpp 12 From http://en.wikipedia.org/wiki/Line-line_intersection
14 SkDPoint SkIntersections::Line(const SkDLine& a, const SkDLine& b) {
29 int SkIntersections::computePoints(const SkDLine& line, int used) {
30 fPt[0] = line.ptAtT(fT[0][0]);
32 fPt[1] = line.ptAtT(fT[0][1]);
80 // see if end points intersect the opposite line
92 /* Determine the intersection point of two line segments
137 static int horizontal_coincident(const SkDLine& line, double y) {
138 double min = line[0].fY;
139 double max = line[1].fY
    [all...]
  /external/skia/src/svg/
SkSVGParser.cpp 369 CASE_NEW(Line);
417 {"line", SkSVGType_Line},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 101 class Line(CanvasItem):
103 CanvasItem.__init__(self, canvas, 'line', *args, **kw)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 333 if want == 'clin': return aetypes.Line(seld, fr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 101 class Line(CanvasItem):
103 CanvasItem.__init__(self, canvas, 'line', *args, **kw)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.cpp 372 // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#dom-texttrackcue-line
380 // Otherwise, set the text track cue line position to the new value.
400 // Otherwise, set the text track cue line position to the new value.
419 // Otherwise, set the text track cue line position to the new value.
569 // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track-cue-computed-line-position
571 // If the text track cue line position is numeric, then that is the text
572 // track cue computed line position.
577 // set, the text track cue computed line position is the value 100;
605 // such as U+000A LINE FEED (LF), U+0085 NEXT LINE (NEL), and U+2029 PARAGRAPH SEPARATOR
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 389 #define LINE( a, b ) r200_line( rmesa, a, b )
403 tnl_line_func line; member in struct:__anon15217
548 const GLboolean stipple = ctx->Line.StippleFlag; \
583 tnl->Driver.Render.Line = rast_tab[index].line;
584 tnl->Driver.Render.ClippedLine = rast_tab[index].line;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 511 #define LINE( a, b ) radeon_line( rmesa, a, b )
525 tnl_line_func line; member in struct:__anon15230
671 const GLboolean stipple = ctx->Line.StippleFlag; \
706 tnl->Driver.Render.Line = rast_tab[index].line;
707 tnl->Driver.Render.ClippedLine = rast_tab[index].line;
  /external/clang/include/clang/Basic/
SourceManager.h 23 /// #line 17
27 /// The expansion location is the line in the source code where the macro
30 /// and the presumed location is where the line directive states that
31 /// the line is 17, or any other line.
114 /// \brief A bump pointer allocated array of offsets for each source line.
249 /// characteristic of the file and whether it has \#line info, all
282 /// \brief Return true if this FileID has \#line directives in it.
286 /// line table entries associated with it.
628 /// \brief Holds information for \#line directives
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
114 add r0, r0, r1 ; move to next input line
214 add r0, r0, r1 ; move to next input line
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 389 #define LINE( a, b ) r200_line( rmesa, a, b )
403 tnl_line_func line; member in struct:__anon25582
548 const GLboolean stipple = ctx->Line.StippleFlag; \
583 tnl->Driver.Render.Line = rast_tab[index].line;
584 tnl->Driver.Render.ClippedLine = rast_tab[index].line;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 511 #define LINE( a, b ) radeon_line( rmesa, a, b )
525 tnl_line_func line; member in struct:__anon25595
671 const GLboolean stipple = ctx->Line.StippleFlag; \
706 tnl->Driver.Render.Line = rast_tab[index].line;
707 tnl->Driver.Render.ClippedLine = rast_tab[index].line;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 68 /// Advances the read position of the stream. Updates line and column state
83 /// The Lexer tracks line/col info as well as input index so its markers are
153 /// as line number. For seeking backwards, you will be presumably
215 /// The current line in the character stream (ANTLR tracks the
216 /// line information automatically. To support rewinding character
217 /// streams, we are able to [re-]set the line.
219 property Line: Integer read GetLine write SetLine;
223 /// line (0..N-1). To support rewinding character streams, we are
248 /// <summary>The line number on which this token was matched; line=1..N</summary
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 334 /** <summary>What is the error header, normally line/character position information?</summary> */
336 return "line " + e.Line + ":" + (e.CharPositionInLine + 1);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 71 int line; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
78 int line, int charPos, string text) {
82 this.line = line;
106 public int Line {
108 return line;
111 line = value;
173 return "[" + Text + "/<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + ",@" + index + "]";
180 int line = 0; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
185 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, string text)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 389 /** <summary>What is the error header, normally line/character position information?</summary> */
396 return string.Format("{0}line {1}:{2}", prefix, e.Line, e.CharPositionInLine + 1);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 75 int line; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
83 int line, int charPos, string text )
88 this.line = line;
118 public int Line
122 return line;
126 line = value;
208 return "[" + Text + "/<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + ",@" + index + "]";
216 int line = 0; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
221 public ProxyTree( int ID, int type, int line, int charPos, int tokenIndex, string text
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 303 self._logger.debug('Client\'s opening handshake Request-Line: %r',
367 self._logger.debug('Start reading Status-Line')
379 'Wrong status line format: %r' % status_line)
387 self._logger.debug('Received valid Status-Line')
388 self._logger.debug('Start reading headers until we see an empty line')
398 self._logger.debug('Received an empty line')
508 # 4.1 5. send request line.
542 # RETURN U+000A LINE FEED character pair (CRLF).
546 # 4.1 25. send a UTF-8-encoded U+000D CARRIAGE RETURN U+000A LINE FEED
573 raise ClientHandshakeError('Wrong status line: %r' % field
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c 422 found |= key_debug("line smoothing", old_key->line_aa, key->line_aa);
530 if (ctx->Line.SmoothFlag) {
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 146 JS_INIT(Sk, Line)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 422 found |= key_debug("line smoothing", old_key->line_aa, key->line_aa);
530 if (ctx->Line.SmoothFlag) {
  /external/skia/src/xml/
SkJSDisplayable.cpp 146 JS_INIT(Sk, Line)

Completed in 672 milliseconds

1 2 3 4 5 6 7 8 91011>>