Lines Matching refs:textString
367 OUT wchar_t const** textString, in GetTextAtPosition() argument
373 *textString = nullptr; in GetTextAtPosition()
378 *textString = mText + textPosition; in GetTextAtPosition()
386 OUT wchar_t const** textString, in GetTextBeforePosition() argument
393 *textString = nullptr; in GetTextBeforePosition()
398 *textString = mText; in GetTextBeforePosition()
575 ALLOCATE_ARRAY (wchar_t, textString, buffer->len * 2); in _hb_directwrite_shape_full()
583 textString[chars_len++] = c; in _hb_directwrite_shape_full()
585 textString[chars_len++] = 0xFFFDu; in _hb_directwrite_shape_full()
588 textString[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); in _hb_directwrite_shape_full()
589 textString[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); in _hb_directwrite_shape_full()
619 TextAnalysis analysis (textString, textLength, nullptr, readingDirection); in _hb_directwrite_shape_full()
669 hr = analyzer->GetGlyphs (textString, textLength, fontFace, false, in _hb_directwrite_shape_full()
709 hr = analyzer->GetGlyphPlacements (textString, clusterMap, textProperties, in _hb_directwrite_shape_full()
727 textLength, glyphCount, textString, in _hb_directwrite_shape_full()