OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feature_records
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc
605
hb_auto_array_t<OPENTYPE_FEATURE_RECORD>
feature_records
;
local
664
unsigned int offset =
feature_records
.len;
669
if (!j || active_features[j].rec.tagFeature !=
feature_records
[
feature_records
.len - 1].tagFeature)
671
OPENTYPE_FEATURE_RECORD *feature =
feature_records
.push ();
679
feature_records
[
feature_records
.len - 1].lParameter = active_features[j].rec.lParameter;
683
/* Will convert to pointer after all is ready, since
feature_records
.array
686
range->props.cotfRecords =
feature_records
.len - offset;
712
range->props.potfRecords =
feature_records
.array + reinterpret_cast<unsigned int> (range->props.potfRecords)
[
all
...]
hb-coretext.cc
403
hb_auto_array_t<feature_record_t>
feature_records
;
local
470
unsigned int offset =
feature_records
.len;
/external/chromium_org/third_party/ots/src/
layout.cc
1238
std::vector<FeatureRecord>
feature_records
;
local
[
all
...]
Completed in 60 milliseconds