Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DLineBreakerUtil.h79 const Range& contextRange, // A context range for measuring hyphenated piece. in populateHyphenationPoints()
231 inline Range contextRange() const { return Range(prevWordBreak, nextWordBreak); } in contextRange() function
H A DGreedyLineBreaker.cpp203 Range contextRange = range; in tryLineBreakWithHyphenation() local
H A DOptimalLineBreaker.cpp297 const Range contextRange = proc.contextRange(); in populateCandidates() local
H A DMeasuredText.cpp358 const Range& contextRange, const MinikinPaint& paint, in buildLayout()
/aosp_15_r20/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
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp79 const minikin::Range contextRange(contextStart, contextStart + contextCount); in doLayout() local