OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gsub_lookup_count
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.cc
59
layout->
gsub_lookup_count
= layout->gsub->get_lookup_count ();
65
if (unlikely ((layout->
gsub_lookup_count
&& !layout->gsub_digests) ||
72
for (unsigned int i = 0; i < layout->
gsub_lookup_count
; i++)
651
if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->
gsub_lookup_count
)) return false;
672
if (unlikely (lookup_index >= hb_ot_layout_from_face (font->face)->
gsub_lookup_count
)) return false;
hb-ot-layout-private.hh
257
unsigned int
gsub_lookup_count
;
member in struct:hb_ot_layout_t
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc
62
layout->
gsub_lookup_count
= layout->gsub->get_lookup_count ();
68
if (unlikely ((layout->
gsub_lookup_count
&& !layout->gsub_accels) ||
75
for (unsigned int i = 0; i < layout->
gsub_lookup_count
; i++)
86
for (unsigned int i = 0; i < layout->
gsub_lookup_count
; i++)
425
return hb_ot_layout_from_face (face)->
gsub_lookup_count
;
677
if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->
gsub_lookup_count
)) return false;
hb-ot-layout-private.hh
147
unsigned int
gsub_lookup_count
;
member in struct:hb_ot_layout_t
Completed in 3261 milliseconds