Home
last modified time | relevance | path

Searched refs:charAttributes (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-shaper.cpp133 static void calcLineBreaks(const HB_UChar16 *uc, hb_uint32 len, HB_CharAttributes *charAttributes) in calcLineBreaks() argument
146 charAttributes[0].whiteSpace = (cls == HB_LineBreak_SP || cls == HB_LineBreak_BK); in calcLineBreaks()
147 charAttributes[0].charStop = true; in calcLineBreaks()
151 charAttributes[i].whiteSpace = false; in calcLineBreaks()
152 charAttributes[i].charStop = true; in calcLineBreaks()
158 charAttributes[i].charStop = graphemeTable[ngrapheme][grapheme]; in calcLineBreaks()
166 charAttributes[i].charStop = false; in calcLineBreaks()
174 charAttributes[i].whiteSpace = true; in calcLineBreaks()
212 charAttributes[i-2].lineBreakType = HB_Break; in calcLineBreaks()
231 charAttributes[i-1].lineBreakType = lineBreakType; in calcLineBreaks()
[all …]
Dharfbuzz-shaper-private.h100 HB_AttributeFunction charAttributes; member