/external/chromium_org/third_party/skia/src/views/ |
SkParsePaint.cpp | 37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0) 54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0) 102 int index = dom.findList(node, "text-anchor", "left,center,right");
|
SkStackViewLayout.cpp | 203 if ((index = dom.findList(node, "orient", "horizontal,vertical")) >= 0) 225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0) 231 if ((index = dom.findList(node, "align", "start,center,end,stretch")) >= 0)
|
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/ |
SkParsePaint.cpp | 37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0) 54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0) 102 int index = dom.findList(node, "text-anchor", "left,center,right");
|
SkStackViewLayout.cpp | 203 if ((index = dom.findList(node, "orient", "horizontal,vertical")) >= 0) 225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0) 231 if ((index = dom.findList(node, "align", "start,center,end,stretch")) >= 0)
|
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/chromium_org/third_party/skia/src/views/animated/ |
SkStaticTextView.cpp | 157 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0) { 163 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0) {
|
SkImageView.cpp | 198 int index = dom.findList(node, "scaleType", "matrix,fitXY,fitStart,fitCenter,fitEnd");
|
SkWidgetViews.cpp | 218 int index = dom.findList(node, "check-state", "off,on,unknown");
|
/external/skia/src/views/animated/ |
SkStaticTextView.cpp | 157 if ((index = dom.findList(node, "mode", "fixed,auto-width,auto-height")) >= 0) { 163 if ((index = dom.findList(node, "spacing-align", "start,center,end")) >= 0) {
|
SkImageView.cpp | 198 int index = dom.findList(node, "scaleType", "matrix,fitXY,fitStart,fitCenter,fitEnd");
|
SkWidgetViews.cpp | 218 int index = dom.findList(node, "check-state", "off,on,unknown");
|
/external/chromium_org/third_party/skia/include/xml/ |
SkDOM.h | 59 int findList(const Node*, const char name[], const char list[]) const;
|
/external/skia/include/xml/ |
SkDOM.h | 59 int findList(const Node*, const char name[], const char list[]) const;
|
/external/chromium_org/third_party/skia/src/xml/ |
SkDOM.cpp | 386 int SkDOM::findList(const Node* node, const char name[], const char list[]) const 389 return vstr ? SkParse::FindList(vstr, list) : -1;
|
/external/skia/src/xml/ |
SkDOM.cpp | 386 int SkDOM::findList(const Node* node, const char name[], const char list[]) const 389 return vstr ? SkParse::FindList(vstr, list) : -1;
|