gecko-dev/gfx/2d
2017-03-14 22:17:47 -04:00
..
unittest
2D.h Bug 1338426 - gfx/2d/2D.h should not include gfxPrefs.h. - r=bas 2017-02-16 16:12:43 -08:00
AutoHelpersWin.h
BaseCoord.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
BaseMargin.h Bug 1277814 - Add printing support to BaseMargin. r=kats 2016-06-03 17:23:40 -04:00
BasePoint3D.h
BasePoint4D.h
BasePoint.h Bug 1305201 - Have BasePoint::Length return a Coord instead of a raw type. r=botond 2016-09-26 15:34:36 -04:00
BaseRect.h Bug 1320014 Part 15 - Replace RectCorner with Corner. r=mats 2017-01-05 17:07:07 +08:00
BaseSize.h Bug 1321412 - Add an operator<< to BaseSize. r=kats 2016-11-25 20:46:58 -05:00
BezierUtils.cpp Bug 1320014 Part 3 - Move Corner from namespace mozilla::css into mozilla. r=mats 2017-01-04 17:18:49 +08:00
BezierUtils.h Bug 1320014 Part 3 - Move Corner from namespace mozilla::css into mozilla. r=mats 2017-01-04 17:18:49 +08:00
BigEndianInts.h
Blur.cpp Bug 1250037 - part 3 - optimize the Moz2d fallback box blur implementation. r=bas 2016-11-21 13:17:43 -05:00
Blur.h Bug 1250037 - part 2 - use DrawTarget::DrawSurfaceWithShadow to render box shadows on platforms that accelerate it. r=mchang 2016-11-21 13:17:09 -05:00
BlurLS3.cpp
BlurNEON.cpp
BlurSSE2.cpp
BorrowedContext.h Bug 1319374. Fix --disable-skia builds. r=lsalzman 2016-11-30 10:13:54 -08:00
CGTextDrawing.h Bug 1320743 - Delete PathCG. r=lsalzman 2016-11-30 11:12:51 -08:00
convolver.cpp
convolver.h
convolverLS3.cpp
convolverLS3.h
convolverSSE2.cpp
convolverSSE2.h
Coord.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
CriticalSection.h
DataSourceSurface.cpp Backed out changeset 53fee347291b (bug 1331938) r=backout 2017-01-27 09:15:52 -05:00
DataSourceSurfaceWrapper.h
DataSurfaceHelpers.cpp Bug 738343 - part 6 - Use Moz2d swizzles in Moz2d. r=jrmuizel 2017-02-12 09:28:12 -05:00
DataSurfaceHelpers.h Bug 738343 - part 6 - Use Moz2d swizzles in Moz2d. r=jrmuizel 2017-02-12 09:28:12 -05:00
DrawCommand.h Bug 1342571 - fix MaxStrokeExtents to account for partial pixel coverage properly. r=mstange 2017-02-28 15:48:04 -05:00
DrawEventRecorder.cpp Bug 1279699: Use temporary files instead of shared memory to store the page recordings when printing via parent. r=bas, r=froydnj, r=jimm 2016-11-22 14:06:46 +00:00
DrawEventRecorder.h Bug 1345815 - fix BasicLayers OOM with recording playback by avoiding copies. r=tobytailor 2017-03-09 16:08:40 -05:00
DrawingJob.cpp
DrawingJob.h
DrawTarget.cpp Bug 1335139 - part 1 - add DrawTarget::StrokeGlyphs fast path for stroked glyphs. r=bas.schouten 2017-02-12 09:24:10 -05:00
DrawTargetCairo.cpp Bug 1250037 - part 2 - use DrawTarget::DrawSurfaceWithShadow to render box shadows on platforms that accelerate it. r=mchang 2016-11-21 13:17:09 -05:00
DrawTargetCairo.h Bug 1297178 - disable explicit subpixel AA when not permitted in DrawTargetCairo::FillGlyphs. r=jrmuizel 2016-08-26 15:28:28 -04:00
DrawTargetCapture.cpp Bug 1317862 - Part 2: Add a way to query DT recordings for Glyphs. r=Bas 2016-11-24 18:11:29 +13:00
DrawTargetCapture.h Bug 1317862 - Part 2: Add a way to query DT recordings for Glyphs. r=Bas 2016-11-24 18:11:29 +13:00
DrawTargetD2D1.cpp Bug 1347147 - fix DrawTargetD2D1::GetImageForSurface to support uploads in device-space. r=mchang 2017-03-14 22:17:47 -04:00
DrawTargetD2D1.h Bug 1347147 - fix DrawTargetD2D1::GetImageForSurface to support uploads in device-space. r=mchang 2017-03-14 22:17:47 -04:00
DrawTargetDual.cpp Bug 1167235 - Part 2 - Detach DrawTarget snapshots before unlocking TextureClient. r=Bas 2016-07-01 10:58:13 +02:00
DrawTargetDual.h Bug 1167235 - Part 2 - Detach DrawTarget snapshots before unlocking TextureClient. r=Bas 2016-07-01 10:58:13 +02:00
DrawTargetRecording.cpp Bug 1342395: Unwrap aPattern in DrawTargetRecording::FillGlyphs when calling wrapped DrawTarget. r=jrmuizel 2017-02-28 18:02:23 +00:00
DrawTargetRecording.h Bug 1311512 - Use recording draw target for mozPrintCallback canvases. r=jwatt 2016-12-22 11:11:15 -08:00
DrawTargetSkia.cpp Bug 1342571 - shrink dashed DrawTargetSkia::StrokeRect where possible. r=mstange 2017-02-28 15:47:46 -05:00
DrawTargetSkia.h Bug 1335139 - part 2 - implement StrokeGlyphs for DrawTargetSkia. r=mchang 2017-02-12 09:24:44 -05:00
DrawTargetTiled.cpp Bug 1324422 - initialize mPermitSubpixelAA for all tiles in DrawTargetTiled. r=sotaro 2016-12-19 21:12:07 -05:00
DrawTargetTiled.h Bug 1322729 - fix DrawTargetTiled to forward SetPermitSubpixelAA. r=mchang 2016-12-16 11:02:04 -05:00
ExtendInputEffectD2D1.cpp
ExtendInputEffectD2D1.h
Factory.cpp Bug 738343 - part 6 - Use Moz2d swizzles in Moz2d. r=jrmuizel 2017-02-12 09:28:12 -05:00
FilterNodeD2D1.cpp Bug 1277862, part 1 - Rename Moz2D's Filter to SamplingFilter in gfx/2d/. r=Bas 2016-05-25 17:01:18 +01:00
FilterNodeD2D1.h Bug 1322465 part 5 - Use explicit/MOZ_IMPLICIT for the unary constructors in gfx/. r=Ehsan 2016-12-16 15:54:32 +08:00
FilterNodeSoftware.cpp Bug 1336622 - Don't allow subnormal surfaceScale values to be used in the lighting filter calculations. r=jrmuizel, a=abillings 2017-02-09 14:29:47 -05:00
FilterNodeSoftware.h Bug 1277862, part 1 - Rename Moz2D's Filter to SamplingFilter in gfx/2d/. r=Bas 2016-05-25 17:01:18 +01:00
FilterProcessing.cpp
FilterProcessing.h
FilterProcessingScalar.cpp
FilterProcessingSIMD-inl.h
FilterProcessingSSE2.cpp
Filters.h
GenericRefCounted.h
genshaders.sh
gfx2d.sln
gfx2d.vcxproj
GradientStopsD2D.h
Helpers.h
HelpersCairo.h Bug 1316750, part 2 - Add CairoContentToCairoFormat helper to HelpersCairo.h. r=edwin 2016-11-15 23:09:49 +00:00
HelpersD2D.h Bug 1334102: If the uploadRect is empty post-transform abort the function. The graphics driver may try to read from the given address even though it's told width or height are empty. r=milan 2017-01-31 14:01:50 +00:00
HelpersSkia.h Bug 1342571 - shrink dashed DrawTargetSkia::StrokeRect where possible. r=mstange 2017-02-28 15:47:46 -05:00
HelpersWinFonts.h Bug 1339609: Add #include for gfxPrefs.h to all source code that calls gfxPrefs APIs. r=jgilbert 2017-02-14 14:01:59 -08:00
image_operations.cpp Bug 1338086 - Remove useless else blocks in order to reduce complexity in gfx/ r=nical 2017-02-09 13:39:27 +01:00
image_operations.h
ImageScaling.cpp Bug 1299164: Part 2. Use BufferSizeFromDimensions method, as well as some of the others that check for valid size. r=bas 2016-09-15 10:36:21 -04:00
ImageScaling.h
ImageScalingSSE2.cpp
InlineTranslator.cpp Bug 1311512 - Use recording draw target for mozPrintCallback canvases. r=jwatt 2016-12-22 11:11:15 -08:00
InlineTranslator.h Bug 1311512 - Use recording draw target for mozPrintCallback canvases. r=jwatt 2016-12-22 11:11:15 -08:00
IterableArena.h
JobScheduler_posix.cpp Bug 1317637 - Use C++11's override and remove virtual where applicable in gfx/. r=jrmuizel 2016-11-15 11:16:29 +02:00
JobScheduler_posix.h
JobScheduler_win32.cpp
JobScheduler_win32.h
JobScheduler.cpp
JobScheduler.h
Logging.h Backed out changeset 53fee347291b (bug 1331938) r=backout 2017-01-27 09:15:52 -05:00
LoggingConstants.h Remove PreferenceAccess. (bug 1280822 part 3, r=milan) 2016-06-26 23:33:18 -07:00
MacIOSurface.cpp Bug 1317637 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in gfx/. r=jrmuizel 2016-11-15 11:00:08 +02:00
MacIOSurface.h Bug 1261166 - Add the ability to use IOSurface instead of texture upload on OS X. r=nical,mattwoodrow 2016-06-27 11:25:13 -04:00
Matrix.cpp Bug 1301027 - Remove the matrix * point operator and replace it with TransformPoint methods. r=Bas 2016-09-08 18:26:03 +02:00
Matrix.h Bug 1286412 - Add compositor support for triangle layers (for OpenGL backend) r=jrmuizel 2016-10-07 10:58:13 -07:00
MatrixFwd.h
MMIHelpers.h
moz.build Bug 738343 - part 3 - Optimize Moz2d swizzles for ARM NEON. r=jrmuizel 2017-02-12 09:27:25 -05:00
NativeFontResourceDWrite.cpp Bug 1309205 - part 2 - provide NativeFontResourceFontconfig so that print_via_parent works on Linux. r=jfkthame 2017-01-04 14:01:12 -05:00
NativeFontResourceDWrite.h Bug 1309205 - part 2 - provide NativeFontResourceFontconfig so that print_via_parent works on Linux. r=jfkthame 2017-01-04 14:01:12 -05:00
NativeFontResourceFontconfig.cpp Bug 1309205 - part 2 - provide NativeFontResourceFontconfig so that print_via_parent works on Linux. r=jfkthame 2017-01-04 14:01:12 -05:00
NativeFontResourceFontconfig.h Bug 1339613: Add some missing #includes to headers in gfx/2d. r=jgilbert 2017-02-14 14:13:12 -08:00
NativeFontResourceGDI.cpp Bug 1309205 - part 2 - provide NativeFontResourceFontconfig so that print_via_parent works on Linux. r=jfkthame 2017-01-04 14:01:12 -05:00
NativeFontResourceGDI.h Bug 1309205 - part 2 - provide NativeFontResourceFontconfig so that print_via_parent works on Linux. r=jfkthame 2017-01-04 14:01:12 -05:00
NativeFontResourceMac.cpp Bug 1331683 - Don't attempt to use any Core Text and Core Graphics variation-font APIs on pre-Sierra systems. r=jrmuizel,lsalzman 2017-02-09 21:37:24 +00:00
NativeFontResourceMac.h Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
NumericTools.h
Path.cpp Bug 1294969 - Path flattening should not skip the first inflection point if it is at t=0.0. r=Bas 2016-08-16 15:42:57 +02:00
PathAnalysis.h
PathCairo.cpp Bug 1301027 - Remove the matrix * point operator and replace it with TransformPoint methods. r=Bas 2016-09-08 18:26:03 +02:00
PathCairo.h
PathD2D.cpp Bug 1322465 part 5 - Use explicit/MOZ_IMPLICIT for the unary constructors in gfx/. r=Ehsan 2016-12-16 15:54:32 +08:00
PathD2D.h
PathHelpers.cpp Bug 1342571 - fix MaxStrokeExtents to account for partial pixel coverage properly. r=mstange 2017-02-28 15:48:04 -05:00
PathHelpers.h Bug 1342302 - Part 1. Implement RectCornerRadii::IsEmpty. r=mstange 2017-02-24 14:30:19 +08:00
PathRecording.cpp Bug 1301027 - Remove the matrix * point operator and replace it with TransformPoint methods. r=Bas 2016-09-08 18:26:03 +02:00
PathRecording.h Bug 1319456: Hold DrawEventRecorders in the correct structure in PathRecording. r=bas 2016-12-09 02:25:50 +00:00
PathSkia.cpp Bug 1301027 - Remove the matrix * point operator and replace it with TransformPoint methods. r=Bas 2016-09-08 18:26:03 +02:00
PathSkia.h
PatternHelpers.h Bug 1277862, part 1 - Rename Moz2D's Filter to SamplingFilter in gfx/2d/. r=Bas 2016-05-25 17:01:18 +01:00
Point.h Bug 1321412 - Fix a bug in the definition of SizeTyped. r=kats 2016-11-23 19:26:55 -05:00
Polygon.h Bug 1338997 - Ensure that the transformation matrices are invertible r=mattwoodrow 2017-02-23 20:42:10 +01:00
QuartzSupport.h
QuartzSupport.mm Bug 1295083 - Replace PR_snprintf and s[n]printf calls with SprintfLiteral in gfx/. r=Bas 2016-08-16 15:41:12 -07:00
Quaternion.cpp
Quaternion.h
RadialGradientEffectD2D1.cpp
RadialGradientEffectD2D1.h
RecordedEvent.cpp Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
RecordedEvent.h Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
RecordingTypes.h
Rect.h Bug 1284837 - Disallow implicit conversions from float to integer when creating. r=botond 2016-09-16 17:49:39 +02:00
Scale.cpp
Scale.h
ScaledFontBase.cpp Bug 1338426 - gfx/2d/2D.h should not include gfxPrefs.h. - r=bas 2017-02-16 16:12:43 -08:00
ScaledFontBase.h Bug 1308394 - In CopyGlyphsToBuilder, use PathBuilder's backend instead of DrawTarget's. r=bas 2016-10-26 19:46:00 +02:00
ScaledFontCairo.cpp Bug 1287552 - part 4 - add ScaledFontFontconfig to remember generating FcPattern. r=jrmuizel 2016-07-20 15:07:11 -04:00
ScaledFontCairo.h Bug 1287552 - part 4 - add ScaledFontFontconfig to remember generating FcPattern. r=jrmuizel 2016-07-20 15:07:11 -04:00
ScaledFontDWrite.cpp Merge m-c to graphics 2017-01-09 10:18:37 -05:00
ScaledFontDWrite.h Bug 1329314 - Add support for nsDisplayText webrender display item. r=jrmuizel? 2017-01-06 11:50:53 -08:00
ScaledFontFontconfig.cpp Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
ScaledFontFontconfig.h Bug 1309205 - part 2 - provide NativeFontResourceFontconfig so that print_via_parent works on Linux. r=jfkthame 2017-01-04 14:01:12 -05:00
ScaledFontMac.cpp Bug 1331683 - Don't attempt to use any Core Text and Core Graphics variation-font APIs on pre-Sierra systems. r=jrmuizel,lsalzman 2017-02-09 21:37:24 +00:00
ScaledFontMac.h Bug 1337616. Fix warning as error build bustage. r=me 2017-02-14 16:56:28 -08:00
ScaledFontWin.cpp Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
ScaledFontWin.h Bug 1309205 - part 2 - provide NativeFontResourceFontconfig so that print_via_parent works on Linux. r=jfkthame 2017-01-04 14:01:12 -05:00
ScaleFactor.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
ScaleFactors2D.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
SFNTData.cpp Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
SFNTData.h Bug 1321031 pt 6 - Include variation settings in moz2d recording stream when using the native Mac font backend. r=bas,jrmuizel 2017-01-06 16:35:12 +00:00
SFNTNameTable.cpp Bug 1228022 - part 2 - Add support for reading Mac OS Roman encoded names from SFNTNameTables; r=jfkthame 2016-09-09 13:55:21 -07:00
SFNTNameTable.h Bug 1320752 - remove mozilla/Function.h; r=gerald 2016-11-28 11:03:53 -05:00
ShadersD2D1.h Bug 1343975: Get rid of all dos/windows linebreaks in Mozilla C++ code. r=ehsan 2017-03-02 13:08:29 -08:00
ShadersD2D1.hlsl
ShadersD2D.fx
ShadersD2D.h Bug 1343975: Get rid of all dos/windows linebreaks in Mozilla C++ code. r=ehsan 2017-03-02 13:08:29 -08:00
SIMD.h
SourceSurfaceCairo.cpp
SourceSurfaceCairo.h
SourceSurfaceD2D1.cpp
SourceSurfaceD2D1.h
SourceSurfaceDual.h
SourceSurfaceRawData.cpp Bug 1296731: Add parameter to GetAlignedStride and check for overflow. r=bas 2016-08-25 13:57:39 -04:00
SourceSurfaceRawData.h Bug 1299164: Part 2. Use BufferSizeFromDimensions method, as well as some of the others that check for valid size. r=bas 2016-09-15 10:36:21 -04:00
SourceSurfaceSkia.cpp Bug 1303094 - avoid OOM crashes in SourceSurfaceSkia::DrawTargetWillChange. r=mchang 2017-02-23 14:40:59 -05:00
SourceSurfaceSkia.h Bug 1317430 - Avoid a unnecessary copy by passing a const & in gfx/ r=nical 2016-11-14 23:16:18 +01:00
SSEHelpers.h
ssse3-scaler.c Bug 1282397 - prevent explicit null pointer dereference. r=jrmuizel 2016-06-27 17:23:10 +03:00
ssse3-scaler.h
StackArray.h Bug 1322465 part 5 - Use explicit/MOZ_IMPLICIT for the unary constructors in gfx/. r=Ehsan 2016-12-16 15:54:32 +08:00
SVGTurbulenceRenderer-inl.h
Swizzle.cpp Bug 1335139 - followup - fix GC hazard in Canvas2D. r=me 2017-02-12 12:47:46 -05:00
Swizzle.h Bug 738343 - part 1 - Add Moz2d API for optimized swizzle/premultiply/unpremultiply. r=jrmuizel 2017-02-12 09:26:34 -05:00
SwizzleNEON.cpp Bug 738343 - part 3 - Optimize Moz2d swizzles for ARM NEON. r=jrmuizel 2017-02-12 09:27:25 -05:00
SwizzleSSE2.cpp Bug 738343 - part 2 - Optimize Moz2d swizzles for SSE2. r=jrmuizel 2017-02-12 09:27:04 -05:00
Tools.h Bug 1296731: Add parameter to GetAlignedStride and check for overflow. r=bas 2016-08-25 13:57:39 -04:00
Triangle.h Bug 1286412 - Implement polygon clipping and triangulation. r=kip 2016-10-03 16:35:52 -07:00
Types.h Backed out changeset 53fee347291b (bug 1331938) r=backout 2017-01-27 09:15:52 -05:00
u16string.h
UserData.h