Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-hebrew.c159 attributes[slen].dontPrint = HB_IsControlChar(uc[i]); in HB_HebrewShape()
Dharfbuzz-shaper.h204 hb_bitfield dontPrint :1; member
Dharfbuzz-greek.c414 attributes[slen].dontPrint = HB_IsControlChar(uc[i]); in HB_GreekShape()
Dharfbuzz-shaper.cpp471 attributes[0].dontPrint = (!symbolFont && uc[0] == 0x00ad) || HB_IsControlChar(uc[0]); in HB_HeuristicSetGlyphAttributes()
488 attributes[pos].dontPrint = true; in HB_HeuristicSetGlyphAttributes()