Searched refs:ImageSourceSizeModifier (Results 1 – 2 of 2) sorted by relevance
211 class ImageSourceSizeModifier extends ModifierWithKey<{ width: number; height: number }> {718 modifierWithKey(this._modifiersWithKeys, ImageSourceSizeModifier.identity,719 ImageSourceSizeModifier, value);
6776 class ImageSourceSizeModifier extends ModifierWithKey { class6793 ImageSourceSizeModifier.identity = Symbol('imageSourceSize');7347 …modifierWithKey(this._modifiersWithKeys, ImageSourceSizeModifier.identity, ImageSourceSizeModifier…