Home
last modified time | relevance | path

Searched refs:findList (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/views/
DSkParsePaint.cpp37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0) in inflate_shader()
54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0) in inflate_shader()
102 int index = dom.findList(node, "text-anchor", "left,center,right"); in SkPaint_Inflate()
DSkStackViewLayout.cpp203 if ((index = dom.findList(node, "orient", "horizontal,vertical")) >= 0) in onInflate()
225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0) in onInflate()
231 if ((index = dom.findList(node, "align", "start,center,end,stretch")) >= 0) in onInflate()
DSkWidgets.cpp207 if ((index = dom.findList(node, "buttonState", "off,on,unknown")) >= 0)
472 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0)
477 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0)
/external/skia/src/views/animated/
DSkStaticTextView.cpp157 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0) { in onInflate()
163 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0) { in onInflate()
DSkImageView.cpp198 int index = dom.findList(node, "scaleType", "matrix,fitXY,fitStart,fitCenter,fitEnd"); in onInflate()
DSkWidgetViews.cpp218 int index = dom.findList(node, "check-state", "off,on,unknown"); in onInflate()
/external/skia/include/xml/
DSkDOM.h65 int findList(const Node*, const char name[], const char list[]) const;
/external/skia/src/xml/
DSkDOM.cpp425 int SkDOM::findList(const Node* node, const char name[], const char list[]) const in findList() function in SkDOM