Home | History | Annotate | Download | only in common

Lines Matching refs:dirProps

38  * and a dirProps array.
40 * Only if the length of the text is zero, then levels==dirProps==NULL.
72 * paragraph's levels and dirProps arrays are reused by way of setting
95 const DirProp *dirProps=pBiDi->dirProps;
106 if(dirProps[start-1]==B) {
111 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) {
170 pLineBiDi->dirProps=pParaBiDi->dirProps+start;