Home | History | Annotate | Download | only in core

Lines Matching refs:xArray

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());
788 memcpy(head->data(), xArray.begin(), xArray.bytes());