gecko-dev/gfx/2d
Brad Werth 71e1c9396d Bug 1678427: Use a more precise label for native-font-resource-mac fonts. r=jfkthame
The listed fonts are individual faces, not font families. Since the face name
comes from a PostScript name, we'll use the label "psname".

Differential Revision: https://phabricator.services.mozilla.com/D97664
2020-11-19 20:27:09 +00:00
..
unittest Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
2D.h Bug 1669740 - Cleanup some WrapAndRecord usage. r=aosmond 2020-10-21 15:09:22 +00:00
AutoHelpersWin.h
BaseCoord.h Bug 1675852 Part 1 - Mark more methods 'constexpr' in BaseCoord and nsSize. r=emilio 2020-11-06 22:22:02 +00:00
BaseMargin.h Bug 1667863 - Replace AppendToString for MarginTyped with ostream. r=mattwoodrow 2020-09-29 02:57:17 +00:00
BasePoint.h Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
BasePoint3D.h
BasePoint4D.h
BaseRect.h Bug 1667176 - Use ostream operator instead of AppendToString for nsRect. r=mattwoodrow 2020-09-25 08:57:25 +00:00
BaseSize.h Bug 1667656 - Replace AppendToString of nsSize with ostream usage. r=mattwoodrow 2020-09-28 01:13:52 +00:00
BezierUtils.cpp
BezierUtils.h
BigEndianInts.h
Blur.cpp Bug 1622113 - Ensure the skip rect end is aligned to a 4-byte boundary. r=mstange 2020-03-21 00:19:23 +00:00
Blur.h Bug 1622113 - Ensure the skip rect end is aligned to a 4-byte boundary. r=mstange 2020-03-21 00:19:23 +00:00
BlurLS3.cpp Bug 1519636 - Reformat with clang-format-11 to the Google coding style r=andi,sg,geckoview-reviewers,snorp 2020-11-18 09:05:59 +00:00
BlurNEON.cpp
BlurSSE2.cpp
BorrowedContext.h
BufferEdgePad.cpp
BufferEdgePad.h
BufferUnrotate.cpp
BufferUnrotate.h
CGTextDrawing.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
CaptureCommandList.cpp
CaptureCommandList.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
ConicGradientEffectD2D1.cpp Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
ConicGradientEffectD2D1.h Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
ConvolutionFilter.cpp Bug 1648821. Limit the values we pass to SkConvolutionFilter1D::reserveAdditional so that SkTDArray::resizeStorageToAtLeast works correctly. r=lsalzman 2020-06-30 02:24:20 +00:00
ConvolutionFilter.h
Coord.h Bug 1652207 - Make IntCoordTyped and CoordTyped derive from units. r=botond 2020-07-15 21:53:26 +00:00
CriticalSection.h
DataSourceSurface.cpp
DataSourceSurfaceWrapper.h
DataSurfaceHelpers.cpp
DataSurfaceHelpers.h
DrawCommand.h
DrawCommands.h Bug 1627480 - Fix non-unified build errors in gfx/2d. r=tnikkel 2020-04-04 23:48:48 +00:00
DrawEventRecorder.cpp Bug 1651116: Check DataSourceSurface is mapped in StoreSourceSurfaceRecording before recording. r=jrmuizel 2020-07-07 19:32:38 +00:00
DrawEventRecorder.h Bug 1644208: Change RecordSourceSurfaceDestruction to take a void* not SourceSurface* to avoid AddRef during destructor. r=jrmuizel 2020-06-09 14:21:31 +00:00
DrawTarget.cpp
DrawTargetCairo.cpp Bug 1627689 - check for valid surfaces in DrawTargetCairo::DrawSurfaceWithShadow. r=jrmuizel 2020-04-17 22:17:18 +00:00
DrawTargetCairo.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
DrawTargetCapture.cpp Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
DrawTargetCapture.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
DrawTargetD2D1.cpp Bug 1617520 - Check for failure when creating default dwrite rendering params. r=lsalzman 2020-11-13 20:04:52 +00:00
DrawTargetD2D1.h Bug 1581475 - Don't attempt to draw if PreapreForDrawing fails. r=jrmuizel 2020-04-02 18:27:35 +00:00
DrawTargetDual.cpp Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
DrawTargetDual.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
DrawTargetOffset.cpp Bug 1662484 - Do not allow wrapping SourceSurfaceOffset around null surfaces r=mstange 2020-09-01 19:13:58 +00:00
DrawTargetOffset.h Bug 1662484 - Do not allow wrapping SourceSurfaceOffset around null surfaces r=mstange 2020-09-01 19:13:58 +00:00
DrawTargetRecording.cpp Bug 1625590 Part 1: Make DrawTargetRecording::FillGlyphs prefer sending font description over font data. r=jrmuizel 2020-11-19 00:45:46 +00:00
DrawTargetRecording.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
DrawTargetSkia.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-11-04 18:46:00 +00:00
DrawTargetSkia.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
DrawTargetTiled.cpp Bug 1627480 - Fix non-unified build errors in gfx/2d. r=tnikkel 2020-04-04 23:48:48 +00:00
DrawTargetTiled.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
DrawTargetWrapAndRecord.cpp Bug 1662336 - Implement dependent surface support in the print recording code. r=bobowen 2020-10-08 19:19:39 +00:00
DrawTargetWrapAndRecord.h Bug 1662336 - Implement dependent surface support in the print recording code. r=bobowen 2020-10-08 19:19:39 +00:00
ExtendInputEffectD2D1.cpp Bug 1577236 - clang-10: Fix a -Wimplicit-int-float-conversion warning in ExtendInputEffectD2D1 r=jrmuizel 2020-02-07 18:06:11 +00:00
ExtendInputEffectD2D1.h
Factory.cpp Bug 1675906 - Add more crashes when we don't find a Factory. r=jfkthame 2020-11-09 11:57:30 +00:00
FilterNodeCapture.cpp
FilterNodeCapture.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
FilterNodeD2D1.cpp Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
FilterNodeD2D1.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
FilterNodeSoftware.cpp Bug 1346601 - Set surfaceRect to empty when surface becomes null. r=bas 2020-10-23 22:33:14 +00:00
FilterNodeSoftware.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
FilterProcessing.cpp
FilterProcessing.h
FilterProcessingSIMD-inl.h
FilterProcessingSSE2.cpp
FilterProcessingScalar.cpp
Filters.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
FontVariation.h
GenericRefCounted.h Bug 1625138 - Part 26: Replace mozilla::Conditional with std::conditional. r=froydnj 2020-03-28 13:57:18 +00:00
GradientStopsD2D.h
Helpers.h
HelpersCairo.h
HelpersD2D.h Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
HelpersSkia.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
HelpersWinFonts.h
ImageScaling.cpp
ImageScaling.h
ImageScalingSSE2.cpp
InlineTranslator.cpp Bug 1662336 - Add API to InlineTranslator to allow allocation of backing buffers for dependent surfaces during playback. r=lsalzman,jrmuizel 2020-10-07 20:29:48 +00:00
InlineTranslator.h Bug 1662336 - Add API to InlineTranslator to allow allocation of backing buffers for dependent surfaces during playback. r=lsalzman,jrmuizel 2020-10-07 20:29:48 +00:00
IterableArena.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
Logging.h Bug 1641256: Don't deactivate remote canvas due to read error when the writer has already failed. r=jrmuizel 2020-07-07 19:30:14 +00:00
LoggingConstants.h
LuminanceNEON.cpp
LuminanceNEON.h
MMIHelpers.h
MacIOSurface.cpp Bug 1671061 - Pad IOSurface allocations for SWGL since it reads in chunks of 4 pixels. r=lsalzman 2020-10-20 01:22:09 +00:00
MacIOSurface.h Bug 1657107 - Use YUV22 format for uploading videos to IOSurfaces instead of NV12. r=mstange 2020-08-06 21:27:46 +00:00
Matrix.cpp Bug 1642603 - Make TransformAndClipBounds stop discarding the corner positions of empty rectangles. r=kip 2020-06-17 18:54:46 +00:00
Matrix.h Bug 1676299 - Removed the xMajor parameter from BaseMatrix::ScaleFactors() r=botond 2020-11-18 18:53:01 +00:00
MatrixFwd.h
NativeFontResource.cpp Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceDWrite.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
NativeFontResourceDWrite.h Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceFreeType.cpp Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceFreeType.h
NativeFontResourceGDI.cpp Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceGDI.h Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
NativeFontResourceMac.cpp Bug 1678427: Use a more precise label for native-font-resource-mac fonts. r=jfkthame 2020-11-19 20:27:09 +00:00
NativeFontResourceMac.h Bug 1674175 - Add a memory reporter for memory allocated in NativeFontResourceMac::Create. r=mstange 2020-10-30 00:29:55 +00:00
NumericTools.h
Path.cpp Bug 1604357 - handle divide by zero in bezier inflection approximation range. r=aosmond 2020-05-29 10:54:28 +00:00
PathAnalysis.h
PathCairo.cpp
PathCairo.h
PathCapture.cpp
PathCapture.h
PathD2D.cpp
PathD2D.h
PathHelpers.cpp
PathHelpers.h Bug 1613985 - Fix bustage on PathHelpers.h. r=fix CLOSED TREE 2020-03-04 18:36:20 +02:00
PathRecording.cpp Bug 1627480 - Fix non-unified build errors in gfx/2d. r=tnikkel 2020-04-04 23:48:48 +00:00
PathRecording.h Bug 1627480 - Fix non-unified build errors in gfx/2d. r=tnikkel 2020-04-04 23:48:48 +00:00
PathSkia.cpp
PathSkia.h
PatternHelpers.h Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
Point.h Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
Polygon.h Bug 1626570 - Improve handling of copying arrays in gfx/. r=jrmuizel 2020-05-05 12:55:27 +00:00
QuartzSupport.h
QuartzSupport.mm
Quaternion.cpp
Quaternion.h Bug 1650714 - Part 2: Correct XRRigidTransform inverse math r=daoshengmu,kip,lsalzman 2020-07-10 22:01:11 +00:00
RadialGradientEffectD2D1.cpp Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
RadialGradientEffectD2D1.h
RecordedEvent.cpp
RecordedEvent.h Bug 1662336 - Add API to InlineTranslator to allow allocation of backing buffers for dependent surfaces during playback. r=lsalzman,jrmuizel 2020-10-07 20:29:48 +00:00
RecordedEventImpl.h Bug 1662336 - Allow dependent surface drawing to be fallible. r=lsalzman,jrmuizel 2020-10-07 20:32:54 +00:00
RecordingTypes.h Bug 1641256: Don't deactivate remote canvas due to read error when the writer has already failed. r=jrmuizel 2020-07-07 19:30:14 +00:00
Rect.h Bug 1624789 - Replace MOZ_MUST_USE with [[nodiscard]] in gfx. r=gfx-reviewers,nical 2020-03-25 10:35:04 +00:00
RectAbsolute.h Bug 1667176 - Use ostream operator instead of AppendToString for nsRectAbsolute. r=mattwoodrow 2020-09-25 08:57:25 +00:00
SFNTData.cpp Bug 1653335 - Remove uses of MakeSpan in return statements. r=froydnj 2020-08-07 07:42:50 +00:00
SFNTData.h Bug 1650741 - Remove unused gfx/2d/u16string.h. r=bas 2020-08-17 16:05:44 +00:00
SIMD.h
SSEHelpers.h
SVGTurbulenceRenderer-inl.h
Scale.cpp
Scale.h
ScaleFactor.h
ScaleFactors2D.h Bug 1648955 - Stop process changing loads in inactive subframes, r=mattwoodrow,annyG 2020-07-24 22:19:38 +00:00
ScaledFontBase.cpp
ScaledFontBase.h
ScaledFontDWrite.cpp Bug 1625590 Part 2: Make ScaledFontDWrite::GetFontFileName include the null terminator in the returned file name. r=jrmuizel 2020-11-19 16:59:31 +00:00
ScaledFontDWrite.h
ScaledFontFontconfig.cpp Bug 1618345 - Enforce proper color management by splitting gfx::Color into sRGBColor and DeviceColor types. r=jrmuizel 2020-03-09 14:16:17 +00:00
ScaledFontFontconfig.h
ScaledFontFreeType.cpp Bug 1611467 - unify UnscaledFont::GetFontDescriptor and GetWRFontDescriptor implementations. r=jrmuizel 2020-03-26 16:11:00 +00:00
ScaledFontFreeType.h
ScaledFontMac.cpp Bug 1675854 Part 2: Use AutoRelease in ScaledFontMac::GetFontDescriptor. r=jrmuizel 2020-11-09 20:38:11 +00:00
ScaledFontMac.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-11-04 18:46:00 +00:00
ScaledFontWin.cpp Bug 1625590 Part 3: Make UnscaledFontGDI::GetFontDescriptor unilaterally return false. r=jrmuizel 2020-11-19 17:01:54 +00:00
ScaledFontWin.h
ShadersD2D.fx Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
ShadersD2D.h Bug 1617396 - Fix more linting opt failures. CLOSED TREE DONTBUILD 2020-10-09 04:44:56 +03:00
ShadersD2D1.h Bug 1617396 - Fix more linting opt failures. CLOSED TREE DONTBUILD 2020-10-09 04:44:56 +03:00
ShadersD2D1.hlsl Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
SourceSurfaceCairo.cpp
SourceSurfaceCairo.h
SourceSurfaceCapture.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in gfx. r=jrmuizel 2020-03-04 15:39:20 +00:00
SourceSurfaceCapture.h Bug 1612589 - Improve image memory reporting even further. r=tnikkel 2020-02-05 22:22:13 +00:00
SourceSurfaceD2D1.cpp
SourceSurfaceD2D1.h
SourceSurfaceDual.h
SourceSurfaceRawData.cpp Bug 1612589 - Improve image memory reporting even further. r=tnikkel 2020-02-05 22:22:13 +00:00
SourceSurfaceRawData.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in gfx. r=jrmuizel 2020-03-04 15:39:20 +00:00
SourceSurfaceSkia.cpp Bug 1676257 - make SourceSurfaceSkia's draw target pointer atomic. r=mattwoodrow 2020-11-12 02:30:53 +00:00
SourceSurfaceSkia.h Bug 1676257 - make SourceSurfaceSkia's draw target pointer atomic. r=mattwoodrow 2020-11-12 02:30:53 +00:00
StackArray.h
Swizzle.cpp Bug 1622220 - Add UnpremultiplyRow and extend SwizzleRow. r=lsalzman 2020-04-08 12:50:40 +00:00
Swizzle.h Bug 1622220 - Add UnpremultiplyRow and extend SwizzleRow. r=lsalzman 2020-04-08 12:50:40 +00:00
SwizzleAVX2.cpp
SwizzleNEON.cpp Bug 1622220 - Add UnpremultiplyRow and extend SwizzleRow. r=lsalzman 2020-04-08 12:50:40 +00:00
SwizzleSSE2.cpp Bug 1622220 - Add UnpremultiplyRow and extend SwizzleRow. r=lsalzman 2020-04-08 12:50:40 +00:00
SwizzleSSSE3.cpp
Tools.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
Triangle.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
Types.cpp Bug 1666802 - Move the SurfaceFormat serializer into an ostream operator. r=mattwoodrow 2020-10-11 23:22:28 +00:00
Types.h Bug 1670853 - Support scrollbar-color and scrollbar-width on cross-platform and Linux non-native theme. r=spohl 2020-10-15 04:54:41 +00:00
UnscaledFontDWrite.h Bug 1611467 - unify UnscaledFont::GetFontDescriptor and GetWRFontDescriptor implementations. r=jrmuizel 2020-03-26 16:11:00 +00:00
UnscaledFontFreeType.cpp Bug 1611467 - unify UnscaledFont::GetFontDescriptor and GetWRFontDescriptor implementations. r=jrmuizel 2020-03-26 16:11:00 +00:00
UnscaledFontFreeType.h Bug 1611467 - unify UnscaledFont::GetFontDescriptor and GetWRFontDescriptor implementations. r=jrmuizel 2020-03-26 16:11:00 +00:00
UnscaledFontGDI.h
UnscaledFontMac.h Bug 1672088. Avoid creating CTFonts from CGFonts when using NativeFontResourceMac. r=lsalzman 2020-10-20 15:48:26 +00:00
UserData.h
dw-extra.h
genshaders.sh Bug 1617396 - Implement conic-gradient for Direct2D graphics backend. r=gfx-reviewers,nical 2020-10-08 19:58:15 +00:00
gfx2d.sln
gfx2d.vcxproj
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
ssse3-scaler.c
ssse3-scaler.h