HomeSort by relevance Sort by last modified time
    Searched full:storepoint (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
SkLinearBitmapPipelineTest.cpp 120 if (n >= 1) storePoint({xs[0], ys[0]});
121 if (n >= 2) storePoint({xs[1], ys[1]});
122 if (n >= 3) storePoint({xs[2], ys[2]});
126 storePoint({xs[0], ys[0]});
127 storePoint({xs[1], ys[1]});
128 storePoint({xs[2], ys[2]});
129 storePoint({xs[3], ys[3]});
136 void storePoint(SkPoint pt) {

Completed in 149 milliseconds