Home
last modified time | relevance | path

Searched refs:variation (Results 1 – 25 of 145) sorted by relevance

123456

/external/harfbuzz_ng/src/
Dhb-common.cc989 parse_variation_value (const char **pp, const char *end, hb_variation_t *variation) in parse_variation_value() argument
995 variation->value = v; in parse_variation_value()
1000 parse_one_variation (const char **pp, const char *end, hb_variation_t *variation) in parse_one_variation() argument
1002 return parse_tag (pp, end, &variation->tag) && in parse_one_variation()
1003 parse_variation_value (pp, end, variation) && in parse_one_variation()
1015 hb_variation_t *variation) in hb_variation_from_string() argument
1024 if (variation) in hb_variation_from_string()
1025 *variation = var; in hb_variation_from_string()
1029 if (variation) in hb_variation_from_string()
1030 memset (variation, 0, sizeof (*variation)); in hb_variation_from_string()
[all …]
Dhb-common.h470 hb_variation_t *variation);
473 hb_variation_to_string (hb_variation_t *variation,
/external/angle/src/libANGLE/renderer/vulkan/shaders/
DREADME.md4 variation is generated by building the shader with different definitions (a la glslang_validator's
6 .json file, the shader is generated as is (1 variation).
11 - "Flags": this is a list of flags. Each flag FLAG defines a shader variation with or without the
14 variation. Similar to "flags", every entry ENTRY results in an ENTRY=1 define.
17 flag is either present or not. For enumerations, only one entry is active in any variation. Thus,
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_tune_boostgroup_update/
Dformat10 field:int variation; offset:12; size:4; signed:1;
13 print fmt: "cpu=%d variation=%d max_boost=%d", REC->cpu, REC->variation, REC->max_boost
/external/openscreen/discovery/mdns/
Dmdns_random_unittest.cc33 const double variation = mdns_random.GetRecordTtlVariation(); in TEST() local
34 EXPECT_GE(variation, lower_bound); in TEST()
35 EXPECT_LE(variation, upper_bound); in TEST()
/external/fonttools/Doc/source/varLib/
Dindex.rst20 calls this the "design-variation space")
64 variation of scalars in terms of deltas which are themselves composed of
81 the font, variation data is stored as a mapping between supports and deltas.
87 When interpolating a set of variation data, the support scalar represents
/external/llvm-project/flang/unittests/Runtime/
Dformat.cpp75 if (edit.variation) { in Report()
76 str += edit.variation; in Report()
/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_host_pseudomodel_expected.txt19 Alert: PASS: variation = Full
20 Alert: PASS: variation threw Error: Unable to set variation value.
/external/llvm-project/flang/runtime/
Dformat-implementation.h378 edit.variation = static_cast<char>(Capitalize(PeekNext())); in GetNextDataEdit()
379 if (edit.variation >= 'A' && edit.variation <= 'Z') { in GetNextDataEdit()
Dedit-output.cpp192 bool isEN{edit.variation == 'N'}; in EditEorDOutput()
193 bool isES{edit.variation == 'S'}; in EditEorDOutput()
391 if (edit.variation == 'X') { in Edit()
Dformat.h53 char variation{'\0'}; // N, S, or X for EN, ES, EX
/external/python/cpython2/Tools/pynche/
DREADME137 The top part of the main Pynche window contains the "variation
142 color value along the variation's axis. Each variation strip
154 selected color while you drag along any variation strip (this will
166 color selected in the variation strips, along with its X11 color
262 the variation strips specified by the check boxes labeled "Move
265 variation only. Note the message under the checkboxes; this
272 variation hits either the lower or upper boundaries (0 or 255) as
295 variations out of bounds, the out of bounds variation is set
/external/python/cpython3/Tools/pynche/
DREADME137 The top part of the main Pynche window contains the "variation
142 color value along the variation's axis. Each variation strip
154 selected color while you drag along any variation strip (this will
166 color selected in the variation strips, along with its X11 color
262 the variation strips specified by the check boxes labeled "Move
265 variation only. Note the message under the checkboxes; this
272 variation hits either the lower or upper boundaries (0 or 255) as
295 variations out of bounds, the out of bounds variation is set
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.h49 JSE_PROP(variation);
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp929 SkAutoSTMalloc<8, DWRITE_FONT_AXIS_VALUE> variation(fontAxisCount); in apply_fontargument_variation() local
932 HR(fontResource->GetDefaultFontAxisValues(variation, fontAxisCount)); in apply_fontargument_variation()
935 DWRITE_FONT_AXIS_VALUE& fontCoordinate = variation[fontAxisIndex]; in apply_fontargument_variation()
949 variation.get(), fontAxisCount, in apply_fontargument_variation()
1051 SkAutoSTMalloc<8, DWRITE_FONT_AXIS_VALUE> variation(fontAxisCount); in apply_fontdata_variation() local
1052 HR(fontResource->GetDefaultFontAxisValues(variation, fontAxisCount)); in apply_fontdata_variation()
1060 DWRITE_FONT_AXIS_VALUE& coordinate = variation[i]; in apply_fontdata_variation()
1071 variation.get(), fontAxisCount, in apply_fontdata_variation()
DSkFontMgr_mac_ct.cpp613 if (ctVariation.variation) { in onMakeFromStreamArgs()
619 kCTFontVariationAttribute, ctVariation.variation.get()); in onMakeFromStreamArgs()
651 if (ctVariation.variation) { in onMakeFromFontData()
657 kCTFontVariationAttribute, ctVariation.variation.get()); in onMakeFromFontData()
DSkTypeface_mac_ct.h53 SkUniqueCFRef<CFDictionaryRef> variation; member
/external/fmtlib/doc/bootstrap/
Dmedia.less55 // Media list variation
/external/freetype/
DChangeLog.27226 [autofit] Support variation fonts.
263 [truetype, sfnt] Introduce font variation flags to `TT_Face'.
267 tables related to font variation.
321 [truetype] Fix linear metrics of GX variation fonts (#49829).
325 instead of the actual value after applying the variation. `HVAR'
507 The font variation code. All parts dependent on the GX code in the
511 support without font variation).
514 variation.
515 * src/cff/cf2font.h (CF2_Font): Add fields for variation data.
534 (cff_font_load): Handle CFF2 variation store data.
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py630 for variation in range(array_len):
632 if any([(variation & enum_masks[e]) > enum_maxes[e] for e in range(len(enums))]):
633 table += '{nullptr, 0}, // 0x%08X\n' % variation
635 entry = '%s_%08X' % (var_name, variation)
/external/llvm-project/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll10 ; There is a 2x2 variation matrix here:
/external/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll10 ; There is a 2x2 variation matrix here:
/external/iproute2/examples/diffserv/
Dregression-testing40 Marking: the should be a variation of marked packets:
89 Marking: the should be a variation of marked packets:
/external/harfbuzz_ng/test/shaping/data/in-house/
DMakefile.sources40 tests/mongolian-variation-selector.tests \
/external/fonttools/Doc/source/
Dindex.rst57 - ``varLib.mutator``: Instantiate a variation font
58 - ``varLib.varStore``: Optimize a font's GDEF variation store

123456