Lines Matching refs:textString
325 OUT wchar_t const** textString, in GetTextAtPosition() argument
331 *textString = nullptr; in GetTextAtPosition()
336 *textString = mText + textPosition; in GetTextAtPosition()
344 OUT wchar_t const** textString, in GetTextBeforePosition() argument
351 *textString = nullptr; in GetTextBeforePosition()
356 *textString = mText; in GetTextBeforePosition()
539 ALLOCATE_ARRAY (wchar_t, textString, buffer->len * 2); in _hb_directwrite_shape_full()
547 textString[chars_len++] = c; in _hb_directwrite_shape_full()
549 textString[chars_len++] = 0xFFFDu; in _hb_directwrite_shape_full()
552 textString[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); in _hb_directwrite_shape_full()
553 textString[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); in _hb_directwrite_shape_full()
583 TextAnalysis analysis (textString, textLength, nullptr, readingDirection); in _hb_directwrite_shape_full()
633 hr = analyzer->GetGlyphs (textString, textLength, fontFace, false, in _hb_directwrite_shape_full()
673 hr = analyzer->GetGlyphPlacements (textString, clusterMap, textProperties, in _hb_directwrite_shape_full()
691 textLength, glyphCount, textString, in _hb_directwrite_shape_full()