Home | History | Annotate | Download | only in common

Lines Matching defs:dirProps

40  * and a dirProps array.
42 * Only if the length of the text is zero, then levels==dirProps==NULL.
74 * paragraph's levels and dirProps arrays are reused by way of setting
97 const DirProp *dirProps=pBiDi->dirProps;
108 if(dirProps[start-1]==B) {
113 while(start>0 && DIRPROP_FLAG(PURE_DIRPROP(dirProps[start-1]))&MASK_WS) {
172 pLineBiDi->dirProps=pParaBiDi->dirProps+start;