Searched refs:findList (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/views/ |
D | SkParsePaint.cpp | 37 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()
|
D | SkStackViewLayout.cpp | 203 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()
|
D | SkWidgets.cpp | 207 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/ |
D | SkStaticTextView.cpp | 157 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()
|
D | SkImageView.cpp | 198 int index = dom.findList(node, "scaleType", "matrix,fitXY,fitStart,fitCenter,fitEnd"); in onInflate()
|
D | SkWidgetViews.cpp | 218 int index = dom.findList(node, "check-state", "off,on,unknown"); in onInflate()
|
/external/skia/include/xml/ |
D | SkDOM.h | 65 int findList(const Node*, const char name[], const char list[]) const;
|
/external/skia/src/xml/ |
D | SkDOM.cpp | 425 int SkDOM::findList(const Node* node, const char name[], const char list[]) const in findList() function in SkDOM
|