Searched refs:xArray (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp737 SkTDArray<uint8_t> xArray; local
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
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp737 SkTDArray<uint8_t> xArray; local
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
[all...]

Completed in 96 milliseconds