HomeSort by relevance Sort by last modified time
    Searched refs:charAttributes (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz/src/
harfbuzz-shaper.cpp 131 static void calcLineBreaks(const HB_UChar16 *uc, hb_uint32 len, HB_CharAttributes *charAttributes)
144 charAttributes[0].whiteSpace = (cls == HB_LineBreak_SP || cls == HB_LineBreak_BK);
145 charAttributes[0].charStop = true;
149 charAttributes[i].whiteSpace = false;
150 charAttributes[i].charStop = true;
156 charAttributes[i].charStop = graphemeTable[ngrapheme][grapheme];
164 charAttributes[i].charStop = false;
172 charAttributes[i].whiteSpace = true;
210 charAttributes[i-2].lineBreakType = HB_Break;
229 charAttributes[i-1].lineBreakType = lineBreakType
    [all...]
harfbuzz-shaper-private.h 100 HB_AttributeFunction charAttributes;

Completed in 200 milliseconds