/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_internal_shaders.py | 261 # If there is no variation file, assume none. 472 # that need to be passed to glslang_validator for this variation. 488 # The variations are given a bit pattern to be able to OR different flags into a variation. The 614 # Cache max and mask value of each enum to quickly know when a possible variation is invalid 630 for variation in range(array_len): 631 # if any variation is invalid, output an empty entry 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)
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.h | 53 SkUniqueCFRef<CFDictionaryRef> variation; member
|
H A D | SkFontMgr_win_dw.cpp | 1039 SkAutoSTMalloc<8, DWRITE_FONT_AXIS_VALUE> variation(fontAxisCount); in apply_fontargument_variation() 1042 HR(fontResource->GetDefaultFontAxisValues(variation, fontAxisCount)); in apply_fontargument_variation() 1045 DWRITE_FONT_AXIS_VALUE& fontCoordinate = variation[fontAxisIndex]; in apply_fontargument_variation() 1059 variation.get(), fontAxisCount, in apply_fontargument_variation()
|
H A D | SkFontMgr_mac_ct.cpp | 568 if (ctVariation.variation) { 574 kCTFontVariationAttribute, ctVariation.variation.get());
|
H A D | SkTypeface_mac_ct.cpp | 152 // In macOS 10.12 and later any variation on the CGFont which has default axis value will be 154 // the optical size (and opsz variation) is 157 // 3. the opsz variation on the nascent CTFont from the CGFont (was dropped if default) 158 // 4. the opsz variation in kCTFontVariationAttribute in CTFontDescriptor (crashes 10.10) 160 // The first one which is found will be used to set the opsz variation (after clamping). 1144 // The variation axes can be set to any value, but cg will effectively pin them. 1218 if (ctVariation.variation) { 1229 // specifying it at all) when setting a variation causes the variation to 1232 // desired value before setting the entire desired variation [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CalendarAstronomer.java | 1030 // Annual Eqn: variation in the effect due to earth-sun distance in getMoonPosition() 1054 // And finally, find the variation, caused by the fact that the sun's in getMoonPosition() 1058 double variation = 0.6583*PI/180 * Math.sin(2*(moonLongitude - sunLong)); in getMoonPosition() 1060 moonLongitude += variation; in getMoonPosition()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CalendarAstronomer.java | 1032 // Annual Eqn: variation in the effect due to earth-sun distance in getMoonPosition() 1056 // And finally, find the variation, caused by the fact that the sun's in getMoonPosition() 1060 double variation = 0.6583*PI/180 * Math.sin(2*(moonLongitude - sunLong)); in getMoonPosition() 1062 moonLongitude += variation; in getMoonPosition()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-common.h | 142 * Tags are used to identify tables, design-variation axes, 812 * @tag: The #hb_tag_t tag of the variation-axis name 813 * @value: The value of the variation axis 815 * Data type for holding variation data. Registered OpenType 816 * variation-axis tags are listed in 828 hb_variation_t *variation); 831 hb_variation_to_string (hb_variation_t *variation,
|
H A D | hb-ot-layout-common.hh | 3524 return u.variation.get_x_delta (font, store); in get_x_delta() 3540 return u.variation.get_y_delta (font, store); in get_y_delta() 3558 return_trace (u.variation.sanitize (c)); in sanitize() 3577 return_trace (reinterpret_cast<Device *> (u.variation.copy (c, layout_variation_idx_map))); in copy() 3595 u.variation.record_variation_index (layout_variation_indices); in collect_variation_indices() 3608 VariationDevice variation; member
|
/third_party/python/Modules/cjkcodecs/ |
H A D | _codecs_iso2022.c | 1126 #define ISO2022_CODEC(variation) { \ 1127 "iso2022_" #variation, \ 1128 &iso2022_##variation##_config, \
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.h | 166 * \brief To manage the variation information 206 VariationMap variationMap; // to save variation information temporarily 222 const VariationInfo& variation, FontInfo& font) const;
|
H A D | FontConfig_ohos.cpp | 573 // "adjust", "variation" - optional in parseGeneric() 890 * \param variation the variation data from which axis values are generated 894 const VariationInfo& variation, FontInfo& font) const in getAxisValues() 897 position.coordinateCount = variation.axis.size(); in getAxisValues() 898 position.coordinates = variation.axis.data(); in getAxisValues() 893 getAxisValues(const AxisDefinitions& axisDefs, const VariationInfo& variation, FontInfo& font) const getAxisValues() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | astro.cpp | 1091 // Annual Eqn: variation in the effect due to earth-sun distance in getMoonPosition() 1115 // And finally, find the variation, caused by the fact that the sun's in getMoonPosition() 1119 double variation = 0.6583*CalendarAstronomer::PI/180 * ::sin(2*(moonLongitude - sunLongitude)); in getMoonPosition() local 1121 moonLongitude += variation; in getMoonPosition()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | astro.cpp | 1091 // Annual Eqn: variation in the effect due to earth-sun distance in getMoonPosition() 1115 // And finally, find the variation, caused by the fact that the sun's in getMoonPosition() 1119 double variation = 0.6583*CalendarAstronomer::PI/180 * ::sin(2*(moonLongitude - sunLongitude)); in getMoonPosition() local 1121 moonLongitude += variation; in getMoonPosition()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | astro.cpp | 1091 // Annual Eqn: variation in the effect due to earth-sun distance in getMoonPosition() 1115 // And finally, find the variation, caused by the fact that the sun's in getMoonPosition() 1119 double variation = 0.6583*CalendarAstronomer::PI/180 * ::sin(2*(moonLongitude - sunLongitude)); in getMoonPosition() local 1121 moonLongitude += variation; in getMoonPosition()
|
/third_party/skia/tests/ |
H A D | TypefaceTest.cpp | 136 SkFontArguments::VariationPosition::Coordinate* variation = desc.setVariationCoordinates(1); in DEF_TEST() local 137 variation[0] = { 0, -1.0f }; in DEF_TEST() 276 // Cloning without specifying any parameters should produce an equivalent variation. in DEF_TEST() 292 // The first named variation position in Distortable is 'Thin'. in DEF_TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | escaping.cc | 875 // WebSafeBase64Unescape() - Google's variation of base64 decoder 876 // WebSafeBase64Escape() - Google's variation of base64 encoder
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 2732 /// the representation, and which variation it should be generated as. 3033 let variation = self.computed_enum_variation(ctx, item); in codegen() 3039 !variation.is_rust() => in codegen() 3098 match variation { in codegen() 3128 if !variation.is_const() { in codegen() 3195 EnumBuilder::new(&name, attrs, repr, variation, has_typedef); in codegen() 3239 if variation.is_rust() { in codegen() 3305 if (variation.is_rust() && enum_ty.name().is_none()) || in codegen()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |