Home
last modified time | relevance | path

Searched refs:aRepeatSize (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsImageRenderer.cpp550 aRepeatSize, aSrc, in BuildWebRenderDisplayItems()
589 aDest.TopLeft(), aFill.TopLeft(), aRepeatSize); in BuildWebRenderDisplayItems()
599 aRepeatSize - aDest.Size(), appUnitsPerDevPixel); in BuildWebRenderDisplayItems()
663 aRepeatSize, in DrawLayer()
686 aFill, aAnchor, aRepeatSize, in BuildWebRenderDisplayItemsForLayer()
708 aRepeatSize.width = tile.width; in ComputeTile()
713 aRepeatSize.width = tile.width; in ComputeTile()
719 aRepeatSize.width = tile.width; in ComputeTile()
738 aRepeatSize.height = tile.height; in ComputeTile()
743 aRepeatSize.height = tile.height; in ComputeTile()
[all …]
H A DnsImageRenderer.h186 const nsRect& aDirty, const nsSize& aRepeatSize,
200 const nsRect& aDirty, const nsSize& aRepeatSize, float aOpacity);
257 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
273 const nsPoint& aAnchor, const nsSize& aRepeatSize,
H A DnsCSSRenderingGradients.h57 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
81 const nsSize& aRepeatSize,
H A DnsCSSRenderingGradients.cpp638 const nsSize& aRepeatSize, in Paint() argument
659 aRepeatSize.width == aDest.width && aRepeatSize.height == aDest.height && in Paint()
921 nscoord xStart = FindTileStart(dirty.x, aDest.x, aRepeatSize.width); in Paint()
922 nscoord yStart = FindTileStart(dirty.y, aDest.y, aRepeatSize.height); in Paint()
928 for (nscoord y = yStart; y < yEnd; y += aRepeatSize.height) { in Paint()
929 for (nscoord x = xStart; x < xEnd; x += aRepeatSize.width) { in Paint()
1009 const nsRect& aDest, const nsRect& aFillArea, const nsSize& aRepeatSize, in BuildWebRenderDisplayItems() argument
1026 nsPoint(FindTileStart(aFillArea.x, aDest.x, aRepeatSize.width), in BuildWebRenderDisplayItems()
1027 FindTileStart(aFillArea.y, aDest.y, aRepeatSize.height)); in BuildWebRenderDisplayItems()
1035 LayoutDevicePixel::FromAppUnits(aRepeatSize, appUnitsPerDevPixel); in BuildWebRenderDisplayItems()
H A DnsCSSRendering.h238 const nsRect& aFill, const nsSize& aRepeatSize,
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsImageRenderer.cpp480 aFill, aRepeatSize, aAnchor, aDirtyRect, in Draw()
567 aRepeatSize, aSrc, in BuildWebRenderDisplayItems()
630 aDest.TopLeft(), aFill.TopLeft(), aRepeatSize); in BuildWebRenderDisplayItems()
729 aRepeatSize, in DrawLayer()
755 aFill, aAnchor, aRepeatSize, in BuildWebRenderDisplayItemsForLayer()
777 aRepeatSize.width = tile.width; in ComputeTile()
782 aRepeatSize.width = tile.width; in ComputeTile()
788 aRepeatSize.width = tile.width; in ComputeTile()
807 aRepeatSize.height = tile.height; in ComputeTile()
812 aRepeatSize.height = tile.height; in ComputeTile()
[all …]
H A DnsCSSRenderingGradients.h58 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
84 const nsSize& aRepeatSize,
108 const nsSize& aRepeatSize, bool aForceRepeatToCoverTiles);
H A DnsImageRenderer.h186 const nsRect& aDirty, const nsSize& aRepeatSize,
200 const nsRect& aDirty, const nsSize& aRepeatSize, float aOpacity);
267 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
283 const nsPoint& aAnchor, const nsSize& aRepeatSize,
H A DnsCSSRenderingGradients.cpp749 const nsSize& aRepeatSize, in Paint() argument
770 aRepeatSize.width == aDest.width && aRepeatSize.height == aDest.height && in Paint()
1034 nscoord xStart = FindTileStart(dirty.x, aDest.x, aRepeatSize.width); in Paint()
1035 nscoord yStart = FindTileStart(dirty.y, aDest.y, aRepeatSize.height); in Paint()
1041 dirtyAreaToFill, aDest, aRepeatSize, in Paint()
1047 for (nscoord y = yStart; y < yEnd; y += aRepeatSize.height) { in Paint()
1048 for (nscoord x = xStart; x < xEnd; x += aRepeatSize.width) { in Paint()
1108 const nsSize& aRepeatSize, bool aForceRepeatToCoverTiles) { in TryPaintTilesWithExtendMode() argument
1125 (aRepeatSize.width == aDest.width) && in TryPaintTilesWithExtendMode()
1230 nsPoint(FindTileStart(aFillArea.x, aDest.x, aRepeatSize.width), in BuildWebRenderDisplayItems()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsImageRenderer.cpp486 aFill, aRepeatSize, aAnchor, aDirtyRect, in Draw()
578 aRepeatSize, aSrc, in BuildWebRenderDisplayItems()
665 aDest.TopLeft(), aFill.TopLeft(), aRepeatSize); in BuildWebRenderDisplayItems()
689 aRepeatSize - aDest.Size(), appUnitsPerDevPixel); in BuildWebRenderDisplayItems()
765 aRepeatSize, in DrawLayer()
812 aRepeatSize.width = tile.width; in ComputeTile()
817 aRepeatSize.width = tile.width; in ComputeTile()
823 aRepeatSize.width = tile.width; in ComputeTile()
842 aRepeatSize.height = tile.height; in ComputeTile()
847 aRepeatSize.height = tile.height; in ComputeTile()
[all …]
H A DnsCSSRenderingGradients.h58 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
84 const nsSize& aRepeatSize,
108 const nsSize& aRepeatSize, bool aForceRepeatToCoverTiles);
H A DnsImageRenderer.h191 const nsRect& aDirty, const nsSize& aRepeatSize,
205 const nsRect& aDirty, const nsSize& aRepeatSize, float aOpacity);
272 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
288 const nsPoint& aAnchor, const nsSize& aRepeatSize,
H A DnsCSSRenderingGradients.cpp729 const nsSize& aRepeatSize, in Paint() argument
750 aRepeatSize.width == aDest.width && aRepeatSize.height == aDest.height && in Paint()
1014 nscoord xStart = FindTileStart(dirty.x, aDest.x, aRepeatSize.width); in Paint()
1015 nscoord yStart = FindTileStart(dirty.y, aDest.y, aRepeatSize.height); in Paint()
1021 dirtyAreaToFill, aDest, aRepeatSize, in Paint()
1027 for (nscoord y = yStart; y < yEnd; y += aRepeatSize.height) { in Paint()
1028 for (nscoord x = xStart; x < xEnd; x += aRepeatSize.width) { in Paint()
1088 const nsSize& aRepeatSize, bool aForceRepeatToCoverTiles) { in TryPaintTilesWithExtendMode() argument
1105 (aRepeatSize.width == aDest.width) && in TryPaintTilesWithExtendMode()
1210 nsPoint(FindTileStart(aFillArea.x, aDest.x, aRepeatSize.width), in BuildWebRenderDisplayItems()
[all …]
H A DnsCSSRendering.h266 const nsRect& aFill, const nsSize& aRepeatSize,
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsImageRenderer.cpp486 aFill, aRepeatSize, aAnchor, aDirtyRect, in Draw()
578 aRepeatSize, aSrc, in BuildWebRenderDisplayItems()
651 aDest.TopLeft(), aFill.TopLeft(), aRepeatSize); in BuildWebRenderDisplayItems()
675 aRepeatSize - aDest.Size(), appUnitsPerDevPixel); in BuildWebRenderDisplayItems()
751 aRepeatSize, in DrawLayer()
798 aRepeatSize.width = tile.width; in ComputeTile()
803 aRepeatSize.width = tile.width; in ComputeTile()
809 aRepeatSize.width = tile.width; in ComputeTile()
828 aRepeatSize.height = tile.height; in ComputeTile()
833 aRepeatSize.height = tile.height; in ComputeTile()
[all …]
H A DnsCSSRenderingGradients.h61 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
87 const nsSize& aRepeatSize,
111 const nsSize& aRepeatSize, bool aForceRepeatToCoverTiles);
H A DnsImageRenderer.h191 const nsRect& aDirty, const nsSize& aRepeatSize,
205 const nsRect& aDirty, const nsSize& aRepeatSize, float aOpacity);
269 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
285 const nsPoint& aAnchor, const nsSize& aRepeatSize,
H A DnsCSSRenderingGradients.cpp730 const nsSize& aRepeatSize, in Paint() argument
751 aRepeatSize.width == aDest.width && aRepeatSize.height == aDest.height && in Paint()
1015 nscoord xStart = FindTileStart(dirty.x, aDest.x, aRepeatSize.width); in Paint()
1016 nscoord yStart = FindTileStart(dirty.y, aDest.y, aRepeatSize.height); in Paint()
1022 dirtyAreaToFill, aDest, aRepeatSize, in Paint()
1028 for (nscoord y = yStart; y < yEnd; y += aRepeatSize.height) { in Paint()
1029 for (nscoord x = xStart; x < xEnd; x += aRepeatSize.width) { in Paint()
1089 const nsSize& aRepeatSize, bool aForceRepeatToCoverTiles) { in TryPaintTilesWithExtendMode() argument
1106 (aRepeatSize.width == aDest.width) && in TryPaintTilesWithExtendMode()
1211 nsPoint(FindTileStart(aFillArea.x, aDest.x, aRepeatSize.width), in BuildWebRenderDisplayItems()
[all …]
H A DnsCSSRendering.h266 const nsRect& aFill, const nsSize& aRepeatSize,
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsImageRenderer.cpp486 aFill, aRepeatSize, aAnchor, aDirtyRect, in Draw()
578 aRepeatSize, aSrc, in BuildWebRenderDisplayItems()
665 aDest.TopLeft(), aFill.TopLeft(), aRepeatSize); in BuildWebRenderDisplayItems()
689 aRepeatSize - aDest.Size(), appUnitsPerDevPixel); in BuildWebRenderDisplayItems()
765 aRepeatSize, in DrawLayer()
812 aRepeatSize.width = tile.width; in ComputeTile()
817 aRepeatSize.width = tile.width; in ComputeTile()
823 aRepeatSize.width = tile.width; in ComputeTile()
842 aRepeatSize.height = tile.height; in ComputeTile()
847 aRepeatSize.height = tile.height; in ComputeTile()
[all …]
H A DnsCSSRenderingGradients.h58 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
84 const nsSize& aRepeatSize,
108 const nsSize& aRepeatSize, bool aForceRepeatToCoverTiles);
H A DnsImageRenderer.h191 const nsRect& aDirty, const nsSize& aRepeatSize,
205 const nsRect& aDirty, const nsSize& aRepeatSize, float aOpacity);
272 const nsSize& aRepeatSize, const mozilla::CSSIntRect& aSrc,
288 const nsPoint& aAnchor, const nsSize& aRepeatSize,
H A DnsCSSRenderingGradients.cpp729 const nsSize& aRepeatSize, in Paint() argument
750 aRepeatSize.width == aDest.width && aRepeatSize.height == aDest.height && in Paint()
1014 nscoord xStart = FindTileStart(dirty.x, aDest.x, aRepeatSize.width); in Paint()
1015 nscoord yStart = FindTileStart(dirty.y, aDest.y, aRepeatSize.height); in Paint()
1021 dirtyAreaToFill, aDest, aRepeatSize, in Paint()
1027 for (nscoord y = yStart; y < yEnd; y += aRepeatSize.height) { in Paint()
1028 for (nscoord x = xStart; x < xEnd; x += aRepeatSize.width) { in Paint()
1088 const nsSize& aRepeatSize, bool aForceRepeatToCoverTiles) { in TryPaintTilesWithExtendMode() argument
1105 (aRepeatSize.width == aDest.width) && in TryPaintTilesWithExtendMode()
1210 nsPoint(FindTileStart(aFillArea.x, aDest.x, aRepeatSize.width), in BuildWebRenderDisplayItems()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.h221 const nsSize& aRepeatSize);
282 const nsSize& aRepeatSize,
458 const nsSize& aRepeatSize,
H A DnsCSSRendering.cpp2704 aRepeatSize.width == aDest.width && aRepeatSize.height == aDest.height && in PaintGradient()
5430 const nsSize& aRepeatSize, in Draw() argument
5609 nsSize& aRepeatSize) in ComputeTile() argument
5616 aRepeatSize.width = tile.width; in ComputeTile()
5621 aRepeatSize.width = tile.width; in ComputeTile()
5626 aRepeatSize.width = tile.width; in ComputeTile()
5631 aRepeatSize.width = in ComputeTile()
5647 aRepeatSize.height = tile.height; in ComputeTile()
5652 aRepeatSize.height = tile.height; in ComputeTile()
5657 aRepeatSize.height = tile.height; in ComputeTile()
[all …]

12