Home | History | Annotate | Download | only in src

Lines Matching refs:textLength

365     uint32_t textLength,
369 , mTextLength(textLength)
411 OUT uint32_t* textLength)
416 *textLength = 0;
420 *textLength = mTextLength - textPosition;
427 OUT uint32_t* textLength)
433 *textLength = 0;
437 *textLength = textPosition;
446 uint32_t* textLength,
453 OUT uint32_t* textLength,
458 *textLength = mTextLength - textPosition;
467 uint32_t textLength,
472 while (textLength > 0) {
473 Run *run = FetchNextRun(&textLength);
482 uint32_t textLength,
486 uint32_t textLength,
492 uint32_t textLength,
496 Run *FetchNextRun(IN OUT uint32_t* textLength)
505 if (*textLength < mCurrentRun->mTextLength) {
506 SplitCurrentRun(mCurrentRun->mTextStart + *textLength);
512 *textLength -= origRun->mTextLength;
687 uint32_t textLength = buffer->len;
689 TextAnalysis analysis(textString, textLength, NULL, readingDirection);
705 uint32_t maxGlyphCount = 3 * textLength / 2 + 16;
732 const uint32_t featureRangeLengths[] = { textLength };
742 hr = analyzer->GetGlyphs (textString, textLength, fontFace, FALSE,
790 clusterMap, textProperties, textLength, glyphIndices,
808 runHead->mScript, textLength, glyphCount, textString, clusterMap,
853 textLength, glyphCount, maxGlyphCount, clusterMap, glyphIndices,