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

  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 250 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); }
253 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }
  /external/skia/include/utils/
SkMatrix44.h 250 void setRowMajor(const SkMScalar data[]) { this->setRowMajorf(data); }
253 void setRowMajor(const SkMScalar data[]) { this->setRowMajord(data); }

Completed in 218 milliseconds