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

  /external/skia/include/utils/
SkMatrix44.h 285 void asColMajorf(float[]) const;
  /external/skia/tests/
Matrix44Test.cpp 505 a.asColMajorf(bufferf);
883 mat.asColMajorf(dataf);
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 77 void SkMatrix44::asColMajorf(float dst[]) const {

Completed in 140 milliseconds