Lines Matching refs:fEmbeddingLevels
320 fVertical(vertical), fClientLevels(TRUE), fClientScripts(TRUE), fClientLocales(TRUE), fEmbeddingLevels(NULL),
548 if (fEmbeddingLevels != NULL) {
549 LE_DELETE_ARRAY(fEmbeddingLevels);
550 fEmbeddingLevels = NULL;
712 fEmbeddingLevels = LE_NEW_ARRAY(UBiDiLevel, fCharCount);
719 fEmbeddingLevels[ch++] = runLevel;
725 ubidi_setPara(fParaBidi, fChars, fCharCount, paragraphLevel, fEmbeddingLevels, &bidiStatus);