OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arabic_features
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic.cc
97
static const hb_tag_t
arabic_features
[] =
variable
192
map->add_feature (
arabic_features
[i], 1, i < 4 ? F_HAS_FALLBACK : F_NONE); /* The first four features have fallback. */
231
arabic_plan->mask_array[i] = plan->map.get_1_mask (
arabic_features
[i]);
233
arabic_plan->do_fallback = arabic_plan->do_fallback && plan->map.needs_fallback (
arabic_features
[i]);
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc
97
static const hb_tag_t
arabic_features
[] =
variable
185
map->add_feature (
arabic_features
[i], 1, i < 4 ? F_HAS_FALLBACK : F_NONE); /* The first four features have fallback. */
225
arabic_plan->mask_array[i] = plan->map.get_1_mask (
arabic_features
[i]);
227
arabic_plan->do_fallback = arabic_plan->do_fallback && plan->map.needs_fallback (
arabic_features
[i]);
/external/harfbuzz/src/
harfbuzz-arabic.c
999
static const HB_OpenTypeFeature
arabic_features
[] = {
variable
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-arabic.c
999
static const HB_OpenTypeFeature
arabic_features
[] = {
variable
[
all
...]
Completed in 285 milliseconds