gecko-dev/gfx/2d
2024-11-20 16:37:50 +00:00
..
unittest Bug 1843950: Change BasePoint::Length() return type to avoid truncation to int. r=botond 2024-05-09 00:02:55 +00:00
2D.h Bug 1923636 - Avoid copying paths when transforming. r=aosmond 2024-10-14 22:48:45 +00:00
AutoHelpersWin.h
BaseCoord.h Bug 1814239 - Expose Point/Size rounded-to-multiple helpers, and use them from MaybeRoundToDisplayPixels. r=tnikkel,gfx-reviewers,nical 2023-02-06 12:28:47 +00:00
BaseMargin.h Bug 1908069 - Add border/padding/margin support to MathML token elements. r=emilio 2024-08-07 06:00:44 +00:00
BasePoint3D.h Bug 1660405 - Move away from mozilla::IsInfinite in favor of std::isinf. r=nbp,media-playback-reviewers,alwu 2023-03-22 11:35:34 +00:00
BasePoint4D.h
BasePoint.h Bug 1929222 - Use std::clamp instead of min/max chain in gfx/ r=aosmond 2024-11-06 10:10:54 +00:00
BaseRect.h Bug 1930023 - Revert, document and test implementation of BaseRect.ClampPoint r=aosmond 2024-11-15 19:09:18 +00:00
BaseSize.h Bug 1841478 - Use strongly-typed coordinates in the BaseSize constructor. r=botond 2023-07-10 02:59:01 +00:00
BezierUtils.cpp
BezierUtils.h
BigEndianInts.h
Blur.cpp Bug 1929222 - Use std::clamp instead of min/max chain in gfx/ r=aosmond 2024-11-06 10:10:54 +00:00
Blur.h
BlurLS3.cpp
BlurNEON.cpp
BlurSSE2.cpp
BorrowedContext.h
BufferEdgePad.cpp
BufferEdgePad.h
BufferUnrotate.cpp
BufferUnrotate.h
ConicGradientEffectD2D1.cpp Bug 1851963 - Use unsigned char in ConicGradientEffectD2D1. r=jrmuizel 2024-02-22 17:12:06 +00:00
ConicGradientEffectD2D1.h
ConvolutionFilter.cpp Bug 1805757 - Move SkConvolver into the tree. r=aosmond 2022-12-15 05:53:16 +00:00
ConvolutionFilter.h Bug 1805757 - Move SkConvolver into the tree. r=aosmond 2022-12-15 05:53:16 +00:00
ConvolutionFilterAVX2.cpp Bug 1805757 - Move SkConvolver into the tree. r=aosmond 2022-12-15 05:53:16 +00:00
ConvolutionFilterNEON.cpp Bug 1805757 - Move SkConvolver into the tree. r=aosmond 2022-12-15 05:53:16 +00:00
ConvolutionFilterSSE2.cpp Bug 1805757 - Move SkConvolver into the tree. r=aosmond 2022-12-15 05:53:16 +00:00
Coord.h Bug 1843954 - Have Coord * Primitive and Coord / Primitive return Coord. r=botond 2023-09-14 00:37:04 +00:00
CriticalSection.h
DataSourceSurface.cpp
DataSourceSurfaceWrapper.h
DataSurfaceHelpers.cpp Bug 1817442. r=tnikkel 2023-03-03 20:46:24 +00:00
DataSurfaceHelpers.h
DrawEventRecorder.cpp Bug 1887818 - Prevent to call GPUVideoImage::GetAsSourceSurface() in CanvasRenderingContext2D::DrawImage() for RemoteDecoderVideoSubDescriptor::Tnull_t if CanvasTranslator is used r=gfx-reviewers,lsalzman 2024-03-28 06:24:41 +00:00
DrawEventRecorder.h Bug 1874461 - Filter spurious DrawTargetRecording::SetTransform calls. r=aosmond 2024-04-04 19:27:27 +00:00
DrawTarget.cpp Bug 1878182 - Instantiate Cairo scaled font for ScaledFontBase::GetPathForGlyphs. r=jfkthame 2024-02-02 20:40:37 +00:00
DrawTargetCairo.cpp Bug 1917742 - Share link-target escaping code between DrawTargetCairo::Link and DrawTargetCairo::Destination. r=gfx-reviewers,aosmond 2024-10-03 15:37:11 +00:00
DrawTargetCairo.h Bug 1896076 - patch 2 - Support passing both a local destination name and a URI when generating a hyperlink. r=gfx-reviewers,lsalzman 2024-05-29 17:19:38 +00:00
DrawTargetD2D1.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
DrawTargetD2D1.h Bug 1839490 - Add FillCircle to DrawTarget. r=lsalzman 2023-06-22 00:11:10 +00:00
DrawTargetOffset.cpp
DrawTargetOffset.h
DrawTargetRecording.cpp Bug 1930838 - Use RemoteTextureOwnerId as TextureId instead of int64_t in RecordedTextureData and CanvasTranslator r=gfx-reviewers,lsalzman 2024-11-13 19:04:41 +00:00
DrawTargetRecording.h Bug 1930838 - Use RemoteTextureOwnerId as TextureId instead of int64_t in RecordedTextureData and CanvasTranslator r=gfx-reviewers,lsalzman 2024-11-13 19:04:41 +00:00
DrawTargetSkia.cpp Bug 1910815 - Inflate glyph bounds to account for potential font hinting. r=aosmond 2024-08-18 23:17:52 +00:00
DrawTargetSkia.h Bug 1910869 - Support preblending in DrawTargetWebgl's glyph caching. r=aosmond 2024-08-15 22:50:24 +00:00
DWriteSettings.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
DWriteSettings.h
ExtendInputEffectD2D1.cpp
ExtendInputEffectD2D1.h
Factory.cpp Bug 1905674: Create an aggregate memory reporter for SourceSurfaceRawData. r=gfx-reviewers,lsalzman 2024-07-24 20:10:42 +00:00
FilterNodeD2D1.cpp Bug 1846683: Make assertions in FilterNodeD2D1::SetInput release assertions. r=jrmuizel 2023-09-02 12:22:22 +00:00
FilterNodeD2D1.h
FilterNodeSoftware.cpp Bug 1929222 - Use std::clamp instead of min/max chain in gfx/ r=aosmond 2024-11-06 10:10:54 +00:00
FilterNodeSoftware.h
FilterProcessing.cpp
FilterProcessing.h
FilterProcessingScalar.cpp
FilterProcessingSIMD-inl.h Bug 1929222 - Use std::clamp instead of min/max chain in gfx/ r=aosmond 2024-11-06 10:10:54 +00:00
FilterProcessingSSE2.cpp
Filters.h
FontFeature.h Bug 1921049 - Remove some bindgen includes. r=firefox-style-system-reviewers,boris 2024-09-25 17:43:28 +00:00
FontVariation.h
GenericRefCounted.h
genshaders.sh
gfx2d.sln
gfx2d.vcxproj
GradientStopsD2D.h
Helpers.h
HelpersCairo.h Bug 1816775 - Implement globalCompositeOperation "clear" without Windows. r=lsalzman 2023-03-31 07:50:57 +00:00
HelpersD2D.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
HelpersSkia.h Bug 1931877, part 2 - Replace 2 arg MOZ_DIAGNOSTIC_ASSERT(false) with MOZ_DIAGNOSTIC_CRASH. r=necko-reviewers,win-reviewers,glandium,rkraesig,valentin 2024-11-20 16:37:50 +00:00
HelpersWinFonts.h
ImageScaling.cpp
ImageScaling.h
ImageScalingSSE2.cpp
InlineTranslator.cpp Bug 1874803 - Add sentinel invalid recorded event type. r=gfx-reviewers,lsalzman 2024-01-16 03:38:34 +00:00
InlineTranslator.h Bug 1929911 - DT fix. r=aosmond 2024-11-08 17:49:34 +00:00
IterableArena.h
Logging.h Bug 1906527 Part 1: Rename SurfaceFormat::YUV422 to YUY2, and rename YUV to YUV420. r=jgilbert 2024-08-05 17:59:15 +00:00
LoggingConstants.h
LuminanceNEON.cpp
LuminanceNEON.h
MacIOSurface.cpp Bug 1918778 - Correct ownership/recycling issues with MacIOSurface. r=bradwerth 2024-09-14 16:23:54 +00:00
MacIOSurface.h Bug 1918778 - Correct ownership/recycling issues with MacIOSurface. r=bradwerth 2024-09-14 16:23:54 +00:00
Matrix.cpp
Matrix.h Bug 1920673. Avoid calling IsSingular on a matrix before inverting it, just try to invert it and see if it succeeds. r=gfx-reviewers,nical 2024-10-02 11:43:25 +00:00
MatrixFwd.h
MMIHelpers.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,media-playback-reviewers,padenot 2023-12-04 10:09:36 +00:00
moz.build Bug 1921049 - Remove some bindgen includes. r=firefox-style-system-reviewers,boris 2024-09-25 17:43:28 +00:00
NativeFontResource.cpp
NativeFontResourceDWrite.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
NativeFontResourceDWrite.h
NativeFontResourceFreeType.cpp
NativeFontResourceFreeType.h
NativeFontResourceGDI.cpp
NativeFontResourceGDI.h
NativeFontResourceMac.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
NativeFontResourceMac.h
NumericTools.h Bug 1814239 - Expose Point/Size rounded-to-multiple helpers, and use them from MaybeRoundToDisplayPixels. r=tnikkel,gfx-reviewers,nical 2023-02-06 12:28:47 +00:00
Path.cpp Bug 1856795 - ride along: use = default; on some recently modified files r=emilio 2023-10-15 15:29:03 +00:00
PathAnalysis.h Bug 1801463 - Use a cursor in FlattenedPath to accelerate successive calls to ComputePointAtLength for SVG text-on-a-path layout. r=gfx-reviewers,nical 2023-02-06 15:01:20 +00:00
PathCairo.cpp Bug 1846079 - Ensure pruned point begins first sub-path if necessary. r=aosmond 2023-07-30 14:31:09 +00:00
PathCairo.h Bug 1846079 - Ensure pruned point begins first sub-path if necessary. r=aosmond 2023-07-30 14:31:09 +00:00
PathD2D.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
PathD2D.h Bug 1846079 - Ensure pruned point begins first sub-path if necessary. r=aosmond 2023-07-30 14:31:09 +00:00
PathHelpers.cpp Bug 1756175 - Implement roundRect for canvas2D. r=lsalzman,emilio 2023-02-21 19:41:49 +00:00
PathHelpers.h Bug 1923636 - Avoid copying paths when transforming. r=aosmond 2024-10-14 22:48:45 +00:00
PathRecording.cpp Bug 1925561 - Use a quicker radius calculation for ArcParams. r=aosmond 2024-10-20 15:47:44 +00:00
PathRecording.h Bug 1923636 - Avoid copying paths when transforming. r=aosmond 2024-10-14 22:48:45 +00:00
PathSkia.cpp Bug 1923636 - Avoid copying paths when transforming. r=aosmond 2024-10-14 22:48:45 +00:00
PathSkia.h Bug 1923636 - Avoid copying paths when transforming. r=aosmond 2024-10-14 22:48:45 +00:00
PatternHelpers.h
Point.h Bug 1906716 - Remove MaybeIntSize that is used by only one caller. r=gfx-reviewers,bradwerth 2024-07-08 20:38:03 +00:00
Polygon.h
Quaternion.cpp
Quaternion.h
RadialGradientEffectD2D1.cpp
RadialGradientEffectD2D1.h
RecordedEvent.cpp Bug 1917156 - Implement RemoveAllClips for DrawTargetRecording. r=aosmond 2024-09-06 15:20:15 +00:00
RecordedEvent.h Bug 1917156 - Implement RemoveAllClips for DrawTargetRecording. r=aosmond 2024-09-06 15:20:15 +00:00
RecordedEventImpl.h Bug 1931576 - Default value for ReadElement bool. r=aosmond 2024-11-15 19:46:04 +00:00
RecordingTypes.h Bug 1931576 - Default value for ReadElement bool. r=aosmond 2024-11-15 19:46:04 +00:00
Rect.h Bug 1911231 - Clip fill/clear ops to viewport when possible. r=aosmond 2024-08-03 18:57:01 +00:00
RectAbsolute.h
Scale.h
ScaledFontBase.cpp Bug 1878182 - Instantiate Cairo scaled font for ScaledFontBase::GetPathForGlyphs. r=jfkthame 2024-02-02 20:40:37 +00:00
ScaledFontBase.h
ScaledFontDWrite.cpp Bug 1909019 - Use ParamTraits_TiedFields/_IsEnumCase in WebRenderMessageUtils instead of PlainOldDataSerializer. (complete) r=gw,mccr8,ahale 2024-07-26 23:51:26 +00:00
ScaledFontDWrite.h Bug 1819272 - Implement ScaledFontDWrite::HasVariationSettings(), so that we can use the print-as-paths option for PDF output with variation fonts on Windows. r=gfx-reviewers,lsalzman 2023-03-03 14:06:07 +00:00
ScaledFontFontconfig.cpp Bug 1909019 - Use ParamTraits_TiedFields/_IsEnumCase in WebRenderMessageUtils instead of PlainOldDataSerializer. (complete) r=gw,mccr8,ahale 2024-07-26 23:51:26 +00:00
ScaledFontFontconfig.h
ScaledFontFreeType.cpp Bug 1909019 - Use ParamTraits_TiedFields/_IsEnumCase in WebRenderMessageUtils instead of PlainOldDataSerializer. (complete) r=gw,mccr8,ahale 2024-07-26 23:51:26 +00:00
ScaledFontFreeType.h
ScaledFontMac.cpp Bug 1929222 - Use std::clamp instead of min/max chain in gfx/ r=aosmond 2024-11-06 10:10:54 +00:00
ScaledFontMac.h Bug 1910869 - Support preblending in DrawTargetWebgl's glyph caching. r=aosmond 2024-08-15 22:50:24 +00:00
ScaledFontWin.cpp Bug 1890216 - Fix Skia API usage in Gecko for m125 update. r=aosmond 2024-05-15 01:57:52 +00:00
ScaledFontWin.h
ScaleFactor.h
ScaleFactors2D.h
SFNTData.cpp Bug 1823401: Hash cmap as well as head tables for SFNTData::GetUniqueKey. r=jfkthame 2023-03-22 15:31:53 +00:00
SFNTData.h Bug 1823401: Hash cmap as well as head tables for SFNTData::GetUniqueKey. r=jfkthame 2023-03-22 15:31:53 +00:00
ShadersD2D1.h
ShadersD2D1.hlsl
ShadersD2D.fx
ShadersD2D.h
SIMD.h
SkConvolver.cpp Bug 1715136 - Make SkConvolutionFilter1D::AddFilter fallible. r=aosmond 2024-03-18 02:58:39 +00:00
SkConvolver.h Bug 1715136 - Make SkConvolutionFilter1D::AddFilter fallible. r=aosmond 2024-03-18 02:58:39 +00:00
SourceSurfaceCairo.cpp
SourceSurfaceCairo.h
SourceSurfaceD2D1.cpp
SourceSurfaceD2D1.h
SourceSurfaceRawData.cpp Bug 1905674: Create an aggregate memory reporter for SourceSurfaceRawData. r=gfx-reviewers,lsalzman 2024-07-24 20:10:42 +00:00
SourceSurfaceRawData.h Bug 1905674: Create an aggregate memory reporter for SourceSurfaceRawData. r=gfx-reviewers,lsalzman 2024-07-24 20:10:42 +00:00
SourceSurfaceSkia.cpp Bug 1890216 - Fix Skia API usage in Gecko for m125 update. r=aosmond 2024-05-15 01:57:52 +00:00
SourceSurfaceSkia.h Bug 1752841 - Add ExtractSubrect API to SourceSurface. r=jrmuizel 2022-12-07 21:06:32 +00:00
SSEHelpers.h
StackArray.h
SVGTurbulenceRenderer-inl.h
Swizzle.cpp
Swizzle.h
SwizzleAVX2.cpp
SwizzleNEON.cpp
SwizzleSSE2.cpp
SwizzleSSSE3.cpp
Tools.h Bug 1277372 - Move away from "mozilla/TypeTraits.h". r=geckoview-reviewers,sergesanspaille,m_kato 2023-04-17 13:50:11 +00:00
Triangle.h
Types.cpp Bug 1906527 Part 3: Add YUV422P10 and NV16 formats. r=gfx-reviewers,ahale 2024-08-05 17:59:15 +00:00
Types.h Bug 1921341 - Remove global constructor from gfx/thebes/gfxSVGGlyphs.cpp r=longsonr 2024-10-03 06:55:08 +00:00
UnscaledFontDWrite.h Bug 1901555: Remove file attribute check in GetFontFileName. r=lsalzman 2024-06-14 10:39:56 +00:00
UnscaledFontFreeType.cpp
UnscaledFontFreeType.h
UnscaledFontGDI.h
UnscaledFontMac.h Bug 1866105 - Add the font file path to the font descriptor sent to webrender on macOS. r=gfx-reviewers,lsalzman 2023-12-05 10:59:06 +00:00
UserData.h