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

  /external/skia/src/views/
SkParsePaint.cpp 27 if ((str = dom.findAttr(node, "c0")) != NULL &&
29 (str = dom.findAttr(node, "c1")) != NULL &&
44 if ((str = dom.findAttr(node, "src")) == NULL)
87 const char* str = dom.findAttr(node, "color");
SkViewInflate.cpp 22 const char* str = dom.findAttr(node, "id");
40 if (!strcmp(name, "listenTo") && (target = dom.findAttr(child, "target")) != NULL)
43 if (!strcmp(name, "broadcastTo") && (target = dom.findAttr(child, "target")) != NULL)
SkProgressView.cpp 127 if ((s = dom.findAttr(node, "src-on")) != NULL)
129 if ((s = dom.findAttr(node, "src-off")) != NULL)
SkEvent.cpp 126 const char* name = dom.findAttr(node, "type");
131 if ((value = dom.findAttr(node, "fast32")) != NULL)
146 name = dom.findAttr(node, "name");
153 if ((value = dom.findAttr(node, "s32")) != NULL)
159 else if ((value = dom.findAttr(node, "scalar")) != NULL)
165 else if ((value = dom.findAttr(node, "string")) != NULL)
SkListWidget.cpp 453 SkListSource* listSrc = SkListSource::Factory(dom.findAttr(child, "data-fields"));
455 fSkinName.set(dom.findAttr(child, "skin-slots"));
469 const char* fieldName = dom.findAttr(child, "field");
470 const char* slotName = dom.findAttr(child, "slot");
566 fFields[n].set(dom.findAttr(child, "name"));
584 fRecords[n * fFieldCount + i].set(dom.findAttr(child, fFields[i].c_str()));
SkStaticTextView.cpp 14 const char* value = dom.findAttr(node, attr);
173 const char* text = dom.findAttr(node, "text");
SkListView.cpp 147 rec->fLabel.set(dom.findAttr(child, "label"));
148 rec->fTail.set(dom.findAttr(child, "tail"));
149 rec->fAltTail.set(dom.findAttr(child, "alt-tail"));
150 rec->fTarget.set(dom.findAttr(child, "target"));
493 const char* path = dom.findAttr(child, "path");
496 dom.findAttr(child, "filter"),
497 dom.findAttr(child, "target"));
882 const char* path = dom.findAttr(child, "path");
885 dom.findAttr(child, "filter"),
886 dom.findAttr(child, "target"))
    [all...]
SkWidgets.cpp 20 const char* value = dom.findAttr(node, attr);
181 const char* text = dom.findAttr(node, "label");
486 const char* text = dom.findAttr(node, "text");
555 const char* src = dom.findAttr(node, "src");
SkWidgetViews.cpp 18 const char* value = dom.findAttr(node, attr);
166 const char* label = dom.findAttr(node, "label");
SkImageView.cpp 194 const char* src = dom.findAttr(node, "src");
SkStackViewLayout.cpp 190 const char* value = dom.findAttr(node, attr);
SkWidget.cpp 195 const char* text = dom.findAttr(node, "text");
  /external/skia/src/xml/
SkDOM.cpp 120 const char* SkDOM::findAttr(const Node* node, const char name[]) const
364 const char* vstr = this->findAttr(node, name);
370 const char* vstr = this->findAttr(node, name);
376 const char* vstr = this->findAttr(node, name);
382 const char* vstr = this->findAttr(node, name);
388 const char* vstr = this->findAttr(node, name);
394 const char* vstr = this->findAttr(node, name);
400 const char* vstr = this->findAttr(node, name);
407 const char* vstr = this->findAttr(node, name);
414 const char* vstr = this->findAttr(node, name)
    [all...]
  /external/skia/include/xml/
SkDOM.h 45 const char* findAttr(const Node*, const char attrName[]) const;
  /external/skia/samplecode/
SampleAnimator.cpp 71 const char* idval = dom.findAttr(node, "id");

Completed in 159 milliseconds