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

  /external/skia/experimental/svg/model/
SkSVGSVG.h 27 void setViewBox(const SkSVGViewBoxType&);
SkSVGSVG.cpp 63 void SkSVGSVG::setViewBox(const SkSVGViewBoxType& vb) {
91 this->setViewBox(*vb);
  /external/skqp/experimental/svg/model/
SkSVGSVG.h 27 void setViewBox(const SkSVGViewBoxType&);
SkSVGSVG.cpp 63 void SkSVGSVG::setViewBox(const SkSVGViewBoxType& vb) {
91 this->setViewBox(*vb);
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 411 setViewBox(button1, 0, 0, 10, 10);
412 setViewBox(button2, 0, 0, 10, 10);
426 setViewBox(button2, 20, 0, 30, 10);
453 private void setViewBox(View view, int left, int top, int right, int bottom) {

Completed in 507 milliseconds