Home
last modified time | relevance | path

Searched refs:mSourceRect (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DDrawCommands.h207 mSourceRect(aSourceRect), in DrawFilterCommand()
234 aStream << " src=" << mSourceRect; in Log()
245 Rect mSourceRect; variable
280 mSourceRect(aSourceRect), in CopySurfaceCommand()
296 aDT->CopySurface(mSurface, mSourceRect, in ExecuteOnDT()
302 aStream << " src=" << mSourceRect; in Log()
312 IntRect mSourceRect; variable
324 CLONE_INTO(CopyRectCommand)(mSourceRect, mDestination); in CloneInto()
329 aDT->CopyRect(mSourceRect, mDestination); in ExecuteOnDT()
333 aStream << "[CopyRect src=" << mSourceRect; in Log()
[all …]
H A DFilterNodeD2D1.cpp1044 mSourceRect = aValue; in SetAttribute()
1060 D2D1::Vector4F(Float(mSourceRect.X()), Float(mSourceRect.Y()), in UpdateSourceRect()
1061 Float(mSourceRect.XMost()), Float(mSourceRect.YMost()))); in UpdateSourceRect()
H A DRecordedEventImpl.h180 mSourceRect(aSourceRect), in RecordedCreateDrawTargetForFilter()
199 Rect mSourceRect; variable
469 mSourceRect(aSourceRect), in RecordedCopySurface()
487 IntRect mSourceRect; variable
782 mSourceRect(aSourceRect), in RecordedDrawFilter()
801 Rect mSourceRect; variable
2119 WriteElement(aStream, mSourceRect); in Record()
2132 ReadElement(aStream, mSourceRect); in RecordedCreateDrawTargetForFilter()
2552 WriteElement(aStream, mSourceRect); in Record()
2560 ReadElement(aStream, mSourceRect); in RecordedCopySurface()
[all …]
H A DFilterNodeD2D1.h107 IntRect mSourceRect; variable
H A DFilterNodeSoftware.cpp1644 mSourceRect.SetRect(int32_t(aSourceRect.X()), int32_t(aSourceRect.Y()), in SetAttribute()
1670 if (mSourceRect.IsEmpty()) { in Render()
1674 if (mSourceRect.Contains(aRect)) { in Render()
1684 IntPoint startIndex = TileIndex(mSourceRect, aRect.TopLeft()); in Render()
1685 IntPoint endIndex = TileIndex(mSourceRect, aRect.BottomRight()); in Render()
1688 IntPoint sourceToDestOffset(ix * mSourceRect.Width(), in Render()
1689 iy * mSourceRect.Height()); in Render()
1690 IntRect destRect = aRect.Intersect(mSourceRect + sourceToDestOffset); in Render()
2271 mSourceRect = aSourceRect; in SetAttribute()
2471 NEED_COLOR_CHANNELS, mEdgeMode, &mSourceRect); in DoRender()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DDrawCommands.h207 mSourceRect(aSourceRect), in DrawFilterCommand()
234 aStream << " src=" << mSourceRect; in Log()
245 Rect mSourceRect; variable
280 mSourceRect(aSourceRect), in CopySurfaceCommand()
296 aDT->CopySurface(mSurface, mSourceRect, in ExecuteOnDT()
302 aStream << " src=" << mSourceRect; in Log()
312 IntRect mSourceRect; variable
324 CLONE_INTO(CopyRectCommand)(mSourceRect, mDestination); in CloneInto()
329 aDT->CopyRect(mSourceRect, mDestination); in ExecuteOnDT()
333 aStream << "[CopyRect src=" << mSourceRect; in Log()
[all …]
H A DFilterNodeD2D1.cpp1042 mSourceRect = aValue; in SetAttribute()
1058 D2D1::Vector4F(Float(mSourceRect.X()), Float(mSourceRect.Y()), in UpdateSourceRect()
1059 Float(mSourceRect.XMost()), Float(mSourceRect.YMost()))); in UpdateSourceRect()
H A DRecordedEventImpl.h180 mSourceRect(aSourceRect), in RecordedCreateDrawTargetForFilter()
199 Rect mSourceRect; variable
469 mSourceRect(aSourceRect), in RecordedCopySurface()
487 IntRect mSourceRect; variable
782 mSourceRect(aSourceRect), in RecordedDrawFilter()
801 Rect mSourceRect; variable
2129 WriteElement(aStream, mSourceRect); in Record()
2142 ReadElement(aStream, mSourceRect); in RecordedCreateDrawTargetForFilter()
2550 WriteElement(aStream, mSourceRect); in Record()
2558 ReadElement(aStream, mSourceRect); in RecordedCopySurface()
[all …]
H A DFilterNodeD2D1.h106 IntRect mSourceRect; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DDrawCommands.h207 mSourceRect(aSourceRect), in DrawFilterCommand()
234 aStream << " src=" << mSourceRect; in Log()
245 Rect mSourceRect; variable
280 mSourceRect(aSourceRect), in CopySurfaceCommand()
296 aDT->CopySurface(mSurface, mSourceRect, in ExecuteOnDT()
302 aStream << " src=" << mSourceRect; in Log()
312 IntRect mSourceRect; variable
324 CLONE_INTO(CopyRectCommand)(mSourceRect, mDestination); in CloneInto()
329 aDT->CopyRect(mSourceRect, mDestination); in ExecuteOnDT()
333 aStream << "[CopyRect src=" << mSourceRect; in Log()
[all …]
H A DFilterNodeD2D1.cpp1044 mSourceRect = aValue; in SetAttribute()
1060 D2D1::Vector4F(Float(mSourceRect.X()), Float(mSourceRect.Y()), in UpdateSourceRect()
1061 Float(mSourceRect.XMost()), Float(mSourceRect.YMost()))); in UpdateSourceRect()
H A DRecordedEventImpl.h180 mSourceRect(aSourceRect), in RecordedCreateDrawTargetForFilter()
199 Rect mSourceRect; variable
469 mSourceRect(aSourceRect), in RecordedCopySurface()
487 IntRect mSourceRect; variable
782 mSourceRect(aSourceRect), in RecordedDrawFilter()
801 Rect mSourceRect; variable
2119 WriteElement(aStream, mSourceRect); in Record()
2132 ReadElement(aStream, mSourceRect); in RecordedCreateDrawTargetForFilter()
2552 WriteElement(aStream, mSourceRect); in Record()
2560 ReadElement(aStream, mSourceRect); in RecordedCopySurface()
[all …]
H A DFilterNodeD2D1.h107 IntRect mSourceRect; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommands.h198 mSourceRect(aSourceRect), in DrawFilterCommand()
203 CLONE_INTO(DrawFilterCommand)(mFilter, mSourceRect, mDestPoint, mOptions); in CloneInto()
218 aDT->DrawFilter(filter, mSourceRect, mDestPoint, mOptions); in ExecuteOnDT()
223 aStream << " src=" << mSourceRect; in Log()
234 Rect mSourceRect; variable
269 mSourceRect(aSourceRect), in CopySurfaceCommand()
273 CLONE_INTO(CopySurfaceCommand)(mSurface, mSourceRect, mDestination); in CloneInto()
283 aDT->CopySurface(mSurface, mSourceRect, in ExecuteOnDT()
289 aStream << " src=" << mSourceRect; in Log()
299 IntRect mSourceRect; variable
H A DFilterNodeD2D1.cpp1014 mSourceRect = aValue; in SetAttribute()
1030 D2D1::Vector4F(Float(mSourceRect.X()), Float(mSourceRect.Y()), in UpdateSourceRect()
1031 Float(mSourceRect.XMost()), Float(mSourceRect.YMost()))); in UpdateSourceRect()
H A DFilterNodeD2D1.h106 IntRect mSourceRect; variable
H A DFilterNodeSoftware.cpp1527 mSourceRect.SetRect(int32_t(aSourceRect.X()), int32_t(aSourceRect.Y()), in SetAttribute()
1553 if (mSourceRect.IsEmpty()) { in Render()
1557 if (mSourceRect.Contains(aRect)) { in Render()
1567 IntPoint startIndex = TileIndex(mSourceRect, aRect.TopLeft()); in Render()
1568 IntPoint endIndex = TileIndex(mSourceRect, aRect.BottomRight()); in Render()
1571 IntPoint sourceToDestOffset(ix * mSourceRect.Width(), in Render()
1572 iy * mSourceRect.Height()); in Render()
1573 IntRect destRect = aRect.Intersect(mSourceRect + sourceToDestOffset); in Render()
2151 mSourceRect = aSourceRect; in SetAttribute()
2350 NEED_COLOR_CHANNELS, mEdgeMode, &mSourceRect); in DoRender()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawCommand.h158 , mFilter(aFilter), mSourceRect(aSourceRect) in DrawFilterCommand()
165 aDT->DrawFilter(mFilter, mSourceRect, mDestPoint, mOptions); in ExecuteOnDT()
170 Rect mSourceRect; variable
201 , mSourceRect(aSourceRect) in CopySurfaceCommand()
213 aDT->CopySurface(mSurface, mSourceRect, IntPoint(uint32_t(dest.x), uint32_t(dest.y))); in ExecuteOnDT()
218 IntRect mSourceRect; variable
H A DFilterNodeD2D1.cpp1004 mSourceRect = aValue; in SetAttribute()
1023 D2D1::Vector4F(Float(mSourceRect.x), Float(mSourceRect.y), in UpdateSourceRect()
1024 Float(mSourceRect.XMost()), Float(mSourceRect.YMost()))); in UpdateSourceRect()
H A DFilterNodeD2D1.h99 IntRect mSourceRect; variable
H A DRecordedEvent.cpp869 mSourceRect, mDest); in PlayEvent()
878 WriteElement(aStream, mSourceRect); in RecordToStream()
886 ReadElement(aStream, mSourceRect); in RecordedCopySurface()
1103 DrawFilter(aTranslator->LookupFilterNode(mNode), mSourceRect, in PlayEvent()
1113 WriteElement(aStream, mSourceRect); in RecordToStream()
1122 ReadElement(aStream, mSourceRect); in RecordedDrawFilter()
H A DFilterNodeSoftware.cpp1557 mSourceRect = IntRect(int32_t(aSourceRect.x), int32_t(aSourceRect.y), in SetAttribute()
1585 if (mSourceRect.IsEmpty()) { in Render()
1589 if (mSourceRect.Contains(aRect)) { in Render()
1598 IntPoint startIndex = TileIndex(mSourceRect, aRect.TopLeft()); in Render()
1599 IntPoint endIndex = TileIndex(mSourceRect, aRect.BottomRight()); in Render()
1602 IntPoint sourceToDestOffset(ix * mSourceRect.width, in Render()
1603 iy * mSourceRect.height); in Render()
1604 IntRect destRect = aRect.Intersect(mSourceRect + sourceToDestOffset); in Render()
2233 mSourceRect = aSourceRect; in SetAttribute()
2460 …putDataSourceSurface(IN_CONVOLVE_MATRIX_IN, srcRect, NEED_COLOR_CHANNELS, mEdgeMode, &mSourceRect); in DoRender()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DFilterNodeD2D1.cpp1042 mSourceRect = aValue; in SetAttribute()
1058 D2D1::Vector4F(Float(mSourceRect.X()), Float(mSourceRect.Y()), in UpdateSourceRect()
1059 Float(mSourceRect.XMost()), Float(mSourceRect.YMost()))); in UpdateSourceRect()
H A DRecordedEventImpl.h180 mSourceRect(aSourceRect), in RecordedCreateDrawTargetForFilter()
199 Rect mSourceRect; variable
469 mSourceRect(aSourceRect), in RecordedCopySurface()
487 IntRect mSourceRect; variable
776 mSourceRect(aSourceRect), in RecordedDrawFilter()
795 Rect mSourceRect; variable
2138 WriteElement(aStream, mSourceRect); in Record()
2151 ReadElement(aStream, mSourceRect); in RecordedCreateDrawTargetForFilter()
2570 WriteElement(aStream, mSourceRect); in Record()
2578 ReadElement(aStream, mSourceRect); in RecordedCopySurface()
[all …]
H A DFilterNodeD2D1.h107 IntRect mSourceRect; variable

12