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 133 static void calcLineBreaks(const HB_UChar16 *uc, hb_uint32 len, HB_CharAttributes *charAttributes)
146 charAttributes[0].whiteSpace = (cls == HB_LineBreak_SP || cls == HB_LineBreak_BK);
147 charAttributes[0].charStop = true;
151 charAttributes[i].whiteSpace = false;
152 charAttributes[i].charStop = true;
158 charAttributes[i].charStop = graphemeTable[ngrapheme][grapheme];
166 charAttributes[i].charStop = false;
174 charAttributes[i].whiteSpace = true;
212 charAttributes[i-2].lineBreakType = HB_Break;
231 charAttributes[i-1].lineBreakType = lineBreakType
    [all...]
harfbuzz-shaper-private.h 100 HB_AttributeFunction charAttributes;

Completed in 65 milliseconds