Home
last modified time | relevance | path

Searched refs:aVFill (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsImageRenderer.cpp701 StyleBorderImageRepeat aVFill, in ComputeTile() argument
734 switch (aVFill) { in ComputeTile()
773 StyleBorderImageRepeat aVFill, in RequiresScaling() argument
778 aVFill != StyleBorderImageRepeat::Stretch) && in RequiresScaling()
785 StyleBorderImageRepeat aHFill, StyleBorderImageRepeat aVFill, in DrawBorderImageComponent() argument
846 if (!RequiresScaling(aFill, aHFill, aVFill, aUnitSize)) { in DrawBorderImageComponent()
855 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
866 RequiresScaling(fillRect, aHFill, aVFill, aUnitSize) in DrawBorderImageComponent()
867 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
H A DnsImageRenderer.h225 mozilla::StyleBorderImageRepeat aVFill, const nsSize& aUnitSize,
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsImageRenderer.cpp770 StyleBorderImageRepeat aVFill, in ComputeTile() argument
803 switch (aVFill) { in ComputeTile()
842 StyleBorderImageRepeat aVFill, in RequiresScaling() argument
847 aVFill != StyleBorderImageRepeat::Stretch) && in RequiresScaling()
854 StyleBorderImageRepeat aHFill, StyleBorderImageRepeat aVFill, in DrawBorderImageComponent() argument
929 if (!RequiresScaling(aFill, aHFill, aVFill, aUnitSize)) { in DrawBorderImageComponent()
944 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
961 RequiresScaling(fillRect, aHFill, aVFill, aUnitSize) in DrawBorderImageComponent()
962 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
H A DnsImageRenderer.h225 mozilla::StyleBorderImageRepeat aVFill, const nsSize& aUnitSize,
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsImageRenderer.cpp805 StyleBorderImageRepeat aVFill, in ComputeTile() argument
838 switch (aVFill) { in ComputeTile()
877 StyleBorderImageRepeat aVFill, in RequiresScaling() argument
882 aVFill != StyleBorderImageRepeat::Stretch) && in RequiresScaling()
889 StyleBorderImageRepeat aHFill, StyleBorderImageRepeat aVFill, in DrawBorderImageComponent() argument
964 if (!RequiresScaling(aFill, aHFill, aVFill, aUnitSize)) { in DrawBorderImageComponent()
978 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
995 RequiresScaling(fillRect, aHFill, aVFill, aUnitSize) in DrawBorderImageComponent()
996 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
H A DnsImageRenderer.h230 mozilla::StyleBorderImageRepeat aVFill, const nsSize& aUnitSize,
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsImageRenderer.cpp791 StyleBorderImageRepeat aVFill, in ComputeTile() argument
824 switch (aVFill) { in ComputeTile()
863 StyleBorderImageRepeat aVFill, in RequiresScaling() argument
868 aVFill != StyleBorderImageRepeat::Stretch) && in RequiresScaling()
875 StyleBorderImageRepeat aHFill, StyleBorderImageRepeat aVFill, in DrawBorderImageComponent() argument
950 if (!RequiresScaling(aFill, aHFill, aVFill, aUnitSize)) { in DrawBorderImageComponent()
964 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
981 RequiresScaling(fillRect, aHFill, aVFill, aUnitSize) in DrawBorderImageComponent()
982 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
H A DnsImageRenderer.h230 mozilla::StyleBorderImageRepeat aVFill, const nsSize& aUnitSize,
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsImageRenderer.cpp805 StyleBorderImageRepeat aVFill, in ComputeTile() argument
838 switch (aVFill) { in ComputeTile()
877 StyleBorderImageRepeat aVFill, in RequiresScaling() argument
882 aVFill != StyleBorderImageRepeat::Stretch) && in RequiresScaling()
889 StyleBorderImageRepeat aHFill, StyleBorderImageRepeat aVFill, in DrawBorderImageComponent() argument
964 if (!RequiresScaling(aFill, aHFill, aVFill, aUnitSize)) { in DrawBorderImageComponent()
978 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
995 RequiresScaling(fillRect, aHFill, aVFill, aUnitSize) in DrawBorderImageComponent()
996 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
H A DnsImageRenderer.h230 mozilla::StyleBorderImageRepeat aVFill, const nsSize& aUnitSize,
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp5607 uint8_t aVFill, in ComputeTile() argument
5643 switch (aVFill) { in ComputeTile()
5685 uint8_t aVFill, in RequiresScaling() argument
5691 aVFill != NS_STYLE_BORDER_IMAGE_REPEAT_STRETCH) && in RequiresScaling()
5703 uint8_t aVFill, in DrawBorderImageComponent() argument
5766 if (!RequiresScaling(aFill, aHFill, aVFill, aUnitSize)) { in DrawBorderImageComponent()
5778 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
5791 nsRect destTile = RequiresScaling(fillRect, aHFill, aVFill, aUnitSize) in DrawBorderImageComponent()
5792 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
H A DnsCSSRendering.h249 uint8_t aVFill,