Home
last modified time | relevance | path

Searched refs:textPosition (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-directwrite.cc366 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
370 if (textPosition >= mTextLength) in GetTextAtPosition()
378 *textString = mText + textPosition; in GetTextAtPosition()
379 *textLength = mTextLength - textPosition; in GetTextAtPosition()
385 GetTextBeforePosition (uint32_t textPosition, in GetTextBeforePosition() argument
389 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
399 *textLength = textPosition; in GetTextBeforePosition()
407 IFACEMETHODIMP GetLocaleName (uint32_t textPosition, uint32_t* textLength, in GetLocaleName() argument
412 GetNumberSubstitution (uint32_t textPosition, in GetNumberSubstitution() argument
418 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
[all …]
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp761 UINT32 textPosition, in GetTextAtPosition() argument
765 if (fLength <= textPosition) { in GetTextAtPosition()
770 *textString = fString + textPosition; in GetTextAtPosition()
771 *textLength = fLength - textPosition; in GetTextAtPosition()
776 UINT32 textPosition, in GetTextBeforePosition() argument
780 if (textPosition < 1 || fLength <= textPosition) { in GetTextBeforePosition()
786 *textLength = textPosition; in GetTextBeforePosition()
796 UINT32 textPosition, in GetLocaleName() argument
805 UINT32 textPosition, in GetNumberSubstitution() argument
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt10809 textPosition
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp83603 static nsIAtom* textPosition; member in nsGkAtoms