Searched defs:append_run (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkAAClip.cpp | 769 static void append_run(SkTDArray<uint8_t>& array, uint8_t value, int count) { function 824 append_run(xArray, 0, bounds.width() - prevRight); 832 append_run(xArray, 0, bounds.width()); 843 append_run(xArray, 0, x - prevRight); 846 append_run(xArray, 0xFF, w); 851 append_run(xArray, 0, bounds.width() - prevRight);
|
/external/skia/src/core/ |
H A D | SkAAClip.cpp | 701 static void append_run(SkTDArray<uint8_t>& array, uint8_t value, int count) { function 756 append_run(xArray, 0, bounds.width() - prevRight); 764 append_run(xArray, 0, bounds.width()); 775 append_run(xArray, 0, x - prevRight); 778 append_run(xArray, 0xFF, w); 783 append_run(xArray, 0, bounds.width() - prevRight);
|
Completed in 127 milliseconds