Home | History | Annotate | Download | only in core

Lines Matching refs:xArray

806     SkTDArray<uint8_t> xArray;
809 xArray.setReserve(SkMin32(bounds.width(), 512) * 128);
825 append_run(xArray, 0, bounds.width() - prevRight);
832 currY->fOffset = xArray.count();
833 append_run(xArray, 0, bounds.width());
838 currY->fOffset = xArray.count();
844 append_run(xArray, 0, x - prevRight);
847 append_run(xArray, 0xFF, w);
852 append_run(xArray, 0, bounds.width() - prevRight);
855 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes());
857 memcpy(head->data(), xArray.begin(), xArray.bytes());