Home | History | Annotate | Download | only in harfbuzz

Lines Matching refs:currentOffset

942         FloatPoint& currentOffset = offsets[i];
944 float glyphAdvanceX = advances[i] + nextOffset.x() - currentOffset.x();
945 float glyphAdvanceY = nextOffset.y() - currentOffset.y();