Lines Matching defs:gpos
921 int gpos = data - shapeBuffer;
975 /*glyphs[gpos].attributes.zeroWidth = zeroWidth; */
977 attributes[gpos].mark = TRUE;
978 /* qDebug("glyph %d (char %d) is mark!", gpos, i); */
980 attributes[gpos].mark = FALSE;
983 attributes[gpos].clusterStart = !attributes[gpos].mark;
984 attributes[gpos].combiningClass = HB_GetUnicodeCharCombiningClass(*ch);
985 attributes[gpos
986 /* qDebug("data[%d] = %x (from %x)", gpos, (uint)data->unicode(), ch->unicode());*/