HomeSort by relevance Sort by last modified time
    Searched defs:Variation (Results 1 - 5 of 5) sorted by null

  /external/skia/include/core/
SkFontParameters.h 15 struct Variation {
16 // Parameters in a variation font axis.
  /external/skqp/include/core/
SkFontParameters.h 15 struct Variation {
16 // Parameters in a variation font axis.
  /external/harfbuzz_ng/src/
hb-ot-kern-table.hh 178 Variation = 0x00u,
228 Variation = 0x20u,
hb-aat-layout-kerx-table.hh 752 Variation = 0x20000000u, /* Set if table has variation kerning values. */
872 if ((st->u.header.coverage & (st->u.header.Variation | st->u.header.CrossStream)) ||
894 if (!T::Types::extended && (st->u.header.coverage & st->u.header.Variation))
  /build/blueprint/
context.go 224 // A Variation is a way that a variant of a module differs from other variants of the same module.
225 // For example, two variants of the same module might have Variation{"arch","arm"} and
226 // Variation{"arch","arm64"}
227 type Variation struct {
228 // Mutator is the axis on which this variation applies, i.e. "arch" or "link"
230 // Variation is the name of the variation on the axis, i.e. "arm" or "arm64" for arch, or
232 Variation string
235 // A variationMap stores a map of Mutator to Variation to specify a variant of a module.
    [all...]

Completed in 4624 milliseconds