Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp83 const char* word_start = text; in linebreak() local
94 word_start = prevText; in linebreak()
110 if (word_start == start) { in linebreak()
115 text = word_start; in linebreak()
/external/skia/modules/skottie/src/text/
DTextAdapter.cpp201 word_start = 0; in buildDomainMaps() local
217 fMaps.fWordsMap.push_back({word_start, i - word_start, word_advance, word_ascent}); in buildDomainMaps()
224 word_start = i; in buildDomainMaps()
244 if (i > word_start) { in buildDomainMaps()
245 fMaps.fWordsMap.push_back({word_start, i - word_start, word_advance, word_ascent}); in buildDomainMaps()
/external/mesa3d/src/panfrost/lib/
Dgen_pack.py465 word_start = index * 32
512 shift = word_start - contrib_word_start
/external/cpuinfo/src/arm/linux/
Dchipset.c2262 bool word_start = true; in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware() local
2269 word_start = true; in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware()
2272 if (word_start && is_ascii_alphabetic(c)) { in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware()
2321 word_start = false; in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware()