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

  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 737 SkTDArray<uint8_t> xArray;
740 xArray.setReserve(SkMin32(bounds.width() * 128, 64 * 1024));
756 append_run(xArray, 0, bounds.width() - prevRight);
763 currY->fOffset = xArray.count();
764 append_run(xArray, 0, bounds.width());
769 currY->fOffset = xArray.count();
775 append_run(xArray, 0, x - prevRight);
778 append_run(xArray, 0xFF, w);
783 append_run(xArray, 0, bounds.width() - prevRight);
786 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes())
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 737 SkTDArray<uint8_t> xArray;
740 xArray.setReserve(SkMin32(bounds.width() * 128, 64 * 1024));
756 append_run(xArray, 0, bounds.width() - prevRight);
763 currY->fOffset = xArray.count();
764 append_run(xArray, 0, bounds.width());
769 currY->fOffset = xArray.count();
775 append_run(xArray, 0, x - prevRight);
778 append_run(xArray, 0xFF, w);
783 append_run(xArray, 0, bounds.width() - prevRight);
786 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes())
    [all...]

Completed in 45 milliseconds