Home | History | Annotate | Download | only in src

Lines Matching refs:offsets

398             item->offsets[gfrom+i].x = p.x;
399 item->offsets[gfrom+i].y = p.y;
401 item->offsets[gfrom+i].x = p.x - baseMetrics.xOffset;
402 item->offsets[gfrom+i].y = p.y - baseMetrics.yOffset;
1297 HB_FixedPoint *offsets = item->offsets;
1298 offsets[i].x = positions[i].x_pos;
1299 offsets[i].y = positions[i].y_pos;
1302 offsets[i].x += positions[i - back].x_pos;
1303 offsets[i].y += positions[i - back].y_pos;
1305 offsets[i].y = -offsets[i].y;
1311 offsets[i].x -= advances[i-back];
1316 offsets[i].x -= advances[i-back];
1321 DEBUG("Glyph offset[%d] x:%d, y: %d)", i, offsets[i].x, offsets[i].y);