Searched refs:append_run (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkAAClip.cpp | 769 static void append_run(SkTDArray<uint8_t>& array, uint8_t value, int count) { in append_run() function 824 append_run(xArray, 0, bounds.width() - prevRight); in setRegion() 832 append_run(xArray, 0, bounds.width()); in setRegion() 843 append_run(xArray, 0, x - prevRight); in setRegion() 846 append_run(xArray, 0xFF, w); in setRegion() 851 append_run(xArray, 0, bounds.width() - prevRight); in setRegion()
|