OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:virama_glyph
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc
482
hb_codepoint_t glyph =
virama_glyph
;
483
if (unlikely (
virama_glyph
== (hb_codepoint_t) -1))
492
(const_cast<indic_shape_plan_t *> (this))->
virama_glyph
= glyph;
502
hb_codepoint_t
virama_glyph
;
member in struct:indic_shape_plan_t
527
indic_plan->
virama_glyph
= (hb_codepoint_t) -1;
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc
511
hb_codepoint_t glyph =
virama_glyph
;
512
if (unlikely (
virama_glyph
== (hb_codepoint_t) -1))
521
(const_cast<indic_shape_plan_t *> (this))->
virama_glyph
= glyph;
531
hb_codepoint_t
virama_glyph
;
member in struct:indic_shape_plan_t
556
indic_plan->
virama_glyph
= (hb_codepoint_t) -1;
[
all
...]
Completed in 24 milliseconds