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

  /external/skia/experimental/svg/model/
SkSVGSVG.cpp 63 void SkSVGSVG::setViewBox(const SkSVGViewBoxType& vb) {
91 this->setViewBox(*vb);
  /external/skqp/experimental/svg/model/
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 167 milliseconds