OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FeatureParamsSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh
260
struct
FeatureParamsSize
456
inline const
FeatureParamsSize
& get_size_params (hb_tag_t tag) const
460
return Null(
FeatureParamsSize
);
465
FeatureParamsSize
size;
[
all
...]
hb-ot-layout.cc
748
const OT::
FeatureParamsSize
¶ms = f.get_feature_params ().get_size_params (tag);
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
260
struct
FeatureParamsSize
456
inline const
FeatureParamsSize
& get_size_params (hb_tag_t tag) const
460
return Null(
FeatureParamsSize
);
465
FeatureParamsSize
size;
[
all
...]
hb-ot-layout.cc
754
const OT::
FeatureParamsSize
¶ms = f.get_feature_params ().get_size_params (tag);
Completed in 36 milliseconds