OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indic_features
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc
336
indic_features
[] =
variable
371
* Must be in the same order as the
indic_features
array.
431
map->add_feature (
indic_features
[i].tag, 1,
indic_features
[i].flags | F_MANUAL_ZWJ);
436
map->add_feature (
indic_features
[i].tag, 1,
indic_features
[i].flags | F_MANUAL_ZWJ);
535
indic_plan->mask_array[i] = (
indic_features
[i].flags & F_GLOBAL) ?
536
0 : plan->map.get_1_mask (
indic_features
[i].tag);
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc
346
indic_features
[] =
variable
383
* Must be in the same order as the
indic_features
array.
447
map->add_feature (
indic_features
[i].tag, 1,
indic_features
[i].flags | F_MANUAL_ZWJ);
452
map->add_feature (
indic_features
[i].tag, 1,
indic_features
[i].flags | F_MANUAL_ZWJ);
567
indic_plan->mask_array[i] = (
indic_features
[i].flags & F_GLOBAL) ?
568
0 : plan->map.get_1_mask (
indic_features
[i].tag);
[
all
...]
/external/harfbuzz/src/
harfbuzz-indic.cpp
1109
static const HB_OpenTypeFeature
indic_features
[] = {
variable
[
all
...]
/external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp
1109
static const HB_OpenTypeFeature
indic_features
[] = {
variable
[
all
...]
Completed in 58 milliseconds