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

  /external/skia/src/svg/
SkSVGParser.cpp 127 SkSVGPaint* walking = fHead; local
132 while (walking != NULL) {
133 if (strokeSet == false && walking->f_stroke.size() > 0) {
134 stroke = walking->f_stroke.equals("none") == false;
135 *strokeState = walking;
138 if (fillSet == false && walking->f_fill.size() > 0) {
139 fill = walking->f_fill.equals("none") == false;
140 *fillState = walking;
143 walking = walking->fNext
    [all...]
SkSVGPaintState.cpp 103 SkSVGPaint* walking = parser.fHead;
105 while (walking != NULL) {
107 SkString* lastAttr = (*walking)[index];
114 walking = walking->fNext;
194 SkSVGPaint* walking = parser.fHead;
198 while (walking != NULL) {
200 SkString* lastAttr = (*walking)[index];
227 walking = walking->fNext
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 77 capable of walking through the AST, verifying its structure and performing
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 379 /// The stream is notified because it is walking the tree and might need
478 /// For huge child lists, inserting children can force walking rest of
701 /// but just in bookkeeping, not tree walking etc...
    [all...]
Antlr.Runtime.pas 364 /// When walking ahead with cyclic DFA for syntactic predicates, we
    [all...]
  /dalvik/docs/
prettify.js 466 // ignored. Continue walking the list until we see a matching end
    [all...]

Completed in 111 milliseconds