Searched refs:rowDelta (Results 1 – 2 of 2) sorted by relevance
256 public int addBytes(byte[] target, int pos, int rowDelta) { in addBytes() argument258 int rowOffset = nextRow == null ? 0 : rowDelta - nextRow.getReferenceNumber(); in addBytes()
1009 real32 rowDelta = *(table++) * fScale; in ProcessArea() local1018 real32 y = x + rowDelta; in ProcessArea()