Home
last modified time | relevance | path

Searched refs:intSubArea (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3551 nsIntRect intSubArea = subArea.ToOutsidePixels(AppUnitsPerCSSPixel()); in DrawBorderImage() local
3554 CSSIntRect(intSubArea.x, intSubArea.y, intSubArea.width, in DrawBorderImage()
3555 intSubArea.height), in DrawBorderImage()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3552 nsIntRect intSubArea = subArea.ToOutsidePixels(AppUnitsPerCSSPixel()); in DrawBorderImage() local
3555 CSSIntRect(intSubArea.x, intSubArea.y, intSubArea.width, in DrawBorderImage()
3556 intSubArea.height), in DrawBorderImage()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3551 nsIntRect intSubArea = subArea.ToOutsidePixels(AppUnitsPerCSSPixel()); in DrawBorderImage() local
3554 CSSIntRect(intSubArea.x, intSubArea.y, intSubArea.width, in DrawBorderImage()
3555 intSubArea.height), in DrawBorderImage()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3529 nsIntRect intSubArea = in DrawBorderImage() local
3533 CSSIntRect(intSubArea.x, intSubArea.y, intSubArea.width, in DrawBorderImage()
3534 intSubArea.height), in DrawBorderImage()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRenderingBorders.cpp3558 nsIntRect intSubArea = subArea.ToOutsidePixels(AppUnitsPerCSSPixel()); in DrawBorderImage() local
3561 CSSIntRect(intSubArea.x, intSubArea.y, intSubArea.width, in DrawBorderImage()
3562 intSubArea.height), in DrawBorderImage()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp4055 nsIntRect intSubArea = subArea.ToOutsidePixels(nsPresContext::AppUnitsPerCSSPixel()); in DrawBorderImage() local
4059 destArea, CSSIntRect(intSubArea.x, in DrawBorderImage()
4060 intSubArea.y, in DrawBorderImage()
4061 intSubArea.width, in DrawBorderImage()
4062 intSubArea.height), in DrawBorderImage()