OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feature_records
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-uniscribe.cc
621
hb_auto_array_t<OPENTYPE_FEATURE_RECORD>
feature_records
;
local
680
unsigned int offset =
feature_records
.len;
685
if (!j || active_features[j].rec.tagFeature !=
feature_records
[
feature_records
.len - 1].tagFeature)
687
OPENTYPE_FEATURE_RECORD *feature =
feature_records
.push ();
695
feature_records
[
feature_records
.len - 1].lParameter = active_features[j].rec.lParameter;
699
/* Will convert to pointer after all is ready, since
feature_records
.array
702
range->props.cotfRecords =
feature_records
.len - offset;
728
range->props.potfRecords =
feature_records
.array + reinterpret_cast<uintptr_t> (range->props.potfRecords)
[
all
...]
hb-coretext.cc
524
hb_auto_array_t<feature_record_t>
feature_records
;
local
[
all
...]
Completed in 6308 milliseconds