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

  /external/skia/legacy/src/core/
SkAAClip.cpp 721 SkTDArray<uint8_t> xArray;
724 xArray.setReserve(SkMin32(bounds.width() * 128, 64 * 1024));
740 append_run(xArray, 0, bounds.width() - prevRight);
747 currY->fOffset = xArray.count();
748 append_run(xArray, 0, bounds.width());
753 currY->fOffset = xArray.count();
759 append_run(xArray, 0, x - prevRight);
762 append_run(xArray, 0xFF, w);
767 append_run(xArray, 0, bounds.width() - prevRight);
770 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes())
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 735 SkTDArray<uint8_t> xArray;
738 xArray.setReserve(SkMin32(bounds.width() * 128, 64 * 1024));
754 append_run(xArray, 0, bounds.width() - prevRight);
761 currY->fOffset = xArray.count();
762 append_run(xArray, 0, bounds.width());
767 currY->fOffset = xArray.count();
773 append_run(xArray, 0, x - prevRight);
776 append_run(xArray, 0xFF, w);
781 append_run(xArray, 0, bounds.width() - prevRight);
784 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes())
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 660 int[] idArray, int[] xArray, int[] yArray, int count,
    [all...]

Completed in 406 milliseconds