• Home
  • Raw
  • Download

Lines Matching refs:textLength

324   TextAnalysis (const wchar_t* text, uint32_t textLength,  in TextAnalysis()  argument
326 : mTextLength (textLength), mText (text), mLocaleName (localeName), in TextAnalysis()
368 OUT uint32_t* textLength) in GetTextAtPosition() argument
374 *textLength = 0; in GetTextAtPosition()
379 *textLength = mTextLength - textPosition; in GetTextAtPosition()
387 OUT uint32_t* textLength) in GetTextBeforePosition() argument
394 *textLength = 0; in GetTextBeforePosition()
399 *textLength = textPosition; in GetTextBeforePosition()
407 IFACEMETHODIMP GetLocaleName (uint32_t textPosition, uint32_t* textLength, in GetLocaleName() argument
413 OUT uint32_t* textLength, in GetNumberSubstitution() argument
418 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
426 SetScriptAnalysis (uint32_t textPosition, uint32_t textLength, in SetScriptAnalysis() argument
431 while (textLength > 0) in SetScriptAnalysis()
433 Run *run = FetchNextRun (&textLength); in SetScriptAnalysis()
442 uint32_t textLength, in SetLineBreakpoints() argument
446 IFACEMETHODIMP SetBidiLevel (uint32_t textPosition, uint32_t textLength, in SetBidiLevel() argument
451 SetNumberSubstitution (uint32_t textPosition, uint32_t textLength, in SetNumberSubstitution() argument
456 Run *FetchNextRun (IN OUT uint32_t* textLength) in FetchNextRun() argument
465 if (*textLength < mCurrentRun->mTextLength) in FetchNextRun()
466 SplitCurrentRun (mCurrentRun->mTextStart + *textLength); in FetchNextRun()
470 *textLength -= origRun->mTextLength; in FetchNextRun()
617 uint32_t textLength = buffer->len; in _hb_directwrite_shape_full() local
619 TextAnalysis analysis (textString, textLength, nullptr, readingDirection); in _hb_directwrite_shape_full()
633 uint32_t maxGlyphCount = 3 * textLength / 2 + 16; in _hb_directwrite_shape_full()
657 const uint32_t featureRangeLengths[] = { textLength }; in _hb_directwrite_shape_full()
661 clusterMap = new uint16_t[textLength]; in _hb_directwrite_shape_full()
663 textProperties = new DWRITE_SHAPING_TEXT_PROPERTIES[textLength]; in _hb_directwrite_shape_full()
669 hr = analyzer->GetGlyphs (textString, textLength, fontFace, false, in _hb_directwrite_shape_full()
710 textLength, glyphIndices, glyphProperties, in _hb_directwrite_shape_full()
727 textLength, glyphCount, textString, in _hb_directwrite_shape_full()
750 uint16_t* modifiedClusterMap = new uint16_t[textLength]; in _hb_directwrite_shape_full()
757 textLength, glyphCount, maxGlyphCount, in _hb_directwrite_shape_full()