Home
last modified time | relevance | path

Searched refs:setCol (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/core/
DSkM44.h189 m.setCol(0, c0); in Cols()
190 m.setCol(1, c1); in Cols()
191 m.setCol(2, c2); in Cols()
192 m.setCol(3, c3); in Cols()
272 void setCol(int i, const SkV4& v) { in setCol() function
/third_party/skia/samplecode/
DSample3D.cpp78 m.setCol(3, {0, 0, 0, 1}); in normals()