OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_glyph
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc
218
if (font->
has_glyph
(0x25CCu))
267
if (font->
has_glyph
(s))
304
bool
has_glyph
= font->
has_glyph
(s);
local
317
if (font->
has_glyph
(new_s))
330
if (!
has_glyph
||
338
if (font->
has_glyph
(decomposed[0]) &&
339
font->
has_glyph
(decomposed[1]) &&
340
(!tindex || font->
has_glyph
(decomposed[2])))
355
if (
has_glyph
&& !tindex
[
all
...]
hb-font-private.hh
181
inline bool
has_glyph
(hb_codepoint_t unicode)
function in struct:hb_font_t
hb-ot-shape.cc
243
if (!font->
has_glyph
(0x25CCu))
341
if (likely (codepoint == info[i].codepoint || !c->font->
has_glyph
(codepoint)))
Completed in 2105 milliseconds