OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symbolFont
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp
257
const bool
symbolFont
= item->face->isSymbolFont;
260
attributes[0].dontPrint = (!
symbolFont
&& uc[0] == 0x00ad) || HB_IsControlChar(uc[0]);
276
if ((!
symbolFont
&& uc[i] == 0x00ad) || HB_IsControlChar(uc[i]))
[
all
...]
/external/harfbuzz/src/
harfbuzz-shaper.cpp
468
const bool
symbolFont
= item->face->isSymbolFont;
471
attributes[0].dontPrint = (!
symbolFont
&& uc[0] == 0x00ad) || HB_IsControlChar(uc[0]);
487
if ((!
symbolFont
&& uc[i] == 0x00ad) || HB_IsControlChar(uc[i]))
[
all
...]
Completed in 47 milliseconds