Home | History | Annotate | Download | only in common

Lines Matching defs:dirProps

36  * and a dirProps array.
38 * Only if the length of the text is zero, then levels==dirProps==NULL.
70 * paragraph's levels and dirProps arrays are reused by way of setting
93 const DirProp *dirProps=pBiDi->dirProps;
104 if(NO_CONTEXT_RTL(dirProps[start-1])==B) {
109 while(start>0 && DIRPROP_FLAG_NC(dirProps[start-1])&MASK_WS) {
168 pLineBiDi->dirProps=pParaBiDi->dirProps+start;