Home
last modified time | relevance | path

Searched defs:contextRange (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/
H A DVtsHalAudioControlV1_0TargetTest.cpp133 int contextRange = std::distance(hidl_enum_range<ContextNumber>().begin(), in TEST_P() local
/aosp12/frameworks/minikin/libs/minikin/
H A DLineBreakerUtil.h68 const Range& contextRange, // A context range for measuring hyphenated piece. in populateHyphenationPoints()
136 inline Range contextRange() const { return Range(prevWordBreak, nextWordBreak); } in contextRange() function
H A DGreedyLineBreaker.cpp186 Range contextRange = range; in tryLineBreakWithHyphenation() local
H A DMeasuredText.cpp287 const Range& contextRange, const MinikinPaint& paint, in buildLayout()
H A DOptimalLineBreaker.cpp247 const Range contextRange = proc.contextRange(); in populateCandidates() local
/aosp12/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp61 const minikin::Range contextRange(contextStart, contextStart + contextCount); in doLayout() local