Home | History | Annotate | Download | only in src

Lines Matching refs:justification

34     unsigned char justification;
51 // I'm not sure the mapping of syriac to arabic enums is correct with regards to justification, but as
388 properties[0].justification = HB_NoJustification;
392 properties[i].justification = HB_NoJustification;
408 properties[i-1].justification = HB_Arabic_Seen;
412 properties[lastPos-1].justification = HB_Arabic_HaaDal;
416 properties[lastPos-1].justification = HB_Arabic_Alef;
420 properties[lastPos-1].justification = HB_Arabic_Waw;
424 properties[lastPos-1].justification = HB_Arabic_Normal;
438 /* ### Center should probably be treated as transparent when it comes to justification. */
442 properties[i].justification = HB_Arabic_Space;
445 properties[i].justification = HB_Arabic_Kashida;
464 properties[lastPos-1].justification = HB_Arabic_BaRa;
488 qDebug("arabic properties(%d): uc=%x shape=%d, justification=%d", i, chars[i], properties[i].shape, properties[i].justification);
514 properties[0].justification = HB_NoJustification;
517 properties[i].justification = (HB_GetUnicodeCharCategory(chars[i]) == HB_Separator_Space) ?
538 qDebug("nko properties(%d): uc=%x shape=%d, justification=%d", i, chars[i], properties[i].shape, properties[i].justification);
985 justification = properties[i].justification;
1082 item->attributes[i].justification = properties[i].justification;