OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FeatureParams
(Results
1 - 5
of
5
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py
26
elif name == "
FeatureParams
":
27
converterClass =
FeatureParams
42
if name == "
FeatureParams
":
44
conv.defaultFeatureParams = tableNamespace['
FeatureParams
']
280
class
FeatureParams
(Table):
otTables.py
17
class
FeatureParams
(BaseTable):
20
assert featureParamTypes.get(writer['FeatureTag']) == self.__class__, "Wrong
FeatureParams
type for feature '%s': %s" % (writer['FeatureTag'], self.__class__.__name__)
26
class FeatureParamsSize(
FeatureParams
):
29
class FeatureParamsStylisticSet(
FeatureParams
):
32
class FeatureParamsCharacterVariants(
FeatureParams
):
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh
268
* Adobe tools calculated the offset of the
FeatureParams
sutable from the
445
struct
FeatureParams
485
inline const
FeatureParams
&get_feature_params (void) const
486
{ return this+
featureParams
; }
495
*
FeatureParams
subtable from the beginning of the FeatureList table!
497
* If sanitizing "failed" for the
FeatureParams
subtable, try it with the
502
* Adobe tools, only the 'size' feature had
FeatureParams
defined.
505
OffsetTo<
FeatureParams
> orig_offset =
featureParams
;
506
if (unlikely (!
featureParams
.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
268
* Adobe tools calculated the offset of the
FeatureParams
sutable from the
445
struct
FeatureParams
485
inline const
FeatureParams
&get_feature_params (void) const
486
{ return this+
featureParams
; }
495
*
FeatureParams
subtable from the beginning of the FeatureList table!
497
* If sanitizing "failed" for the
FeatureParams
subtable, try it with the
502
* Adobe tools, only the 'size' feature had
FeatureParams
defined.
505
OffsetTo<
FeatureParams
> orig_offset =
featureParams
;
506
if (unlikely (!
featureParams
.sanitize (c, this, closure ? closure->tag : HB_TAG_NONE))
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
106
TT_uint16_t
FeatureParams
;
109
TFeature():
FeatureParams
(0), LookupCount(0), LookupListIndex(NULL) {}
Completed in 1022 milliseconds