OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphs_positioned
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp
854
bool
glyphs_positioned
= false;
local
859
glyphs_positioned
= HB_GPOS_Apply_String(item->font, face->gpos, face->current_flags, face->buffer, false, false) != HB_Err_Not_Covered;
862
if (!face->glyphs_substituted && !
glyphs_positioned
) {
910
if (
glyphs_positioned
) {
[
all
...]
/external/harfbuzz/src/
harfbuzz-shaper.cpp
1216
bool
glyphs_positioned
= false;
local
[
all
...]
Completed in 30 milliseconds