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

  /external/chromium_org/third_party/skia/src/core/
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);
    [all...]
  /external/skia/src/core/
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);
    [all...]

Completed in 633 milliseconds