..
unittest
Bug 790222: Fix azure stand-alone build. r=BenWa
2012-09-11 13:51:39 +00:00
2D.h
Bug 793719 - Fix for D2D error on shutdown with VS2012. r=bas
2012-11-25 14:00:31 -05:00
BaseMargin.h
BasePoint3D.h
BasePoint4D.h
BasePoint.h
BaseRect.h
Bug 784908: Part 1: Change names of FrameMetrics variables to be more descriptive, add documentation, change some coordinate spaces. r=roc
2012-09-28 22:16:34 -04:00
BaseSize.h
Blur.cpp
Bug 818004 - New Blurring code isn't big endian compatible. r=joedrew
2012-12-04 21:00:39 -05:00
Blur.h
Bug 509052: Add new, faster blurring code. r=derf
2012-11-07 09:29:54 +01:00
BlurSSE2.cpp
Bug 509052: Add new, faster blurring code. r=derf
2012-11-07 09:29:54 +01:00
convolver.cpp
Bug 817356. the skia image resizers need to respect endian order when finding the alpha values. r=joedrew
2012-12-09 21:20:41 +01:00
convolver.h
Bug 813090 - Fix license block on imported Chromium code. r=gerv
2012-12-03 18:04:22 -05:00
DrawEventRecorder.cpp
Bug 792207 - Part 4: Add Azure recording code. r=jrmuizel
2012-09-24 15:02:50 +00:00
DrawEventRecorder.h
Bug 792207 - Part 4: Add Azure recording code. r=jrmuizel
2012-09-24 15:02:50 +00:00
DrawTargetCairo.cpp
Bug 814828. DEST_OUT has no affect outside the source; r=bas
2012-12-05 13:02:52 +13:00
DrawTargetCairo.h
Bug 795763 - Support extend mode for gradient patterns in DrawTargetCairo. r=joe
2012-10-10 06:32:36 -04:00
DrawTargetCG.cpp
Bug 748433: Adds support for blending to the canvas globalCompositeOperator. r=jrmuizel
2012-12-12 21:28:17 +01:00
DrawTargetCG.h
Back out 98d2c24ce932 for failing to build r=moron
2012-08-15 12:51:33 -04:00
DrawTargetD2D.cpp
Bug 823393. Breakage fix for partially commited Bug 823148.
2012-12-20 01:16:45 -05:00
DrawTargetD2D.h
Bug 793719 - Fix for D2D error on shutdown with VS2012. r=bas
2012-11-25 14:00:31 -05:00
DrawTargetDual.cpp
DrawTargetDual.h
Back out 98d2c24ce932 for failing to build r=moron
2012-08-15 12:51:33 -04:00
DrawTargetRecording.cpp
Bug 792207 - Part 4: Add Azure recording code. r=jrmuizel
2012-09-24 15:02:50 +00:00
DrawTargetRecording.h
Bug 792207 - Part 4: Add Azure recording code. r=jrmuizel
2012-09-24 15:02:50 +00:00
DrawTargetSkia.cpp
Bug 751418 - Move common functions from DrawTargetSkia to HelpersSkia r=mattwoodrow
2012-10-16 17:16:45 -04:00
DrawTargetSkia.h
Bug 798033 - Removes "using namespace" directive from gfx headers - r=jmuizelaar
2012-10-25 16:12:59 -04:00
Factory.cpp
Bug 793719 - Fix for D2D error on shutdown with VS2012. r=bas
2012-11-25 14:00:31 -05:00
genshaders.sh
gfx2d.sln
gfx2d.vcxproj
Bug 811850: Fix gfx 2d recording to be 64-bit neutral. r=jrmuizel
2012-11-14 20:55:02 +00:00
GradientStopsD2D.h
Helpers.h
HelpersCairo.h
Bug 748433: Adds support for blending to the canvas globalCompositeOperator. r=jrmuizel
2012-12-12 21:28:17 +01:00
HelpersD2D.h
Bug 823148. Make IsPatternSupportedByD2D match its name. r=bgirard
2012-12-19 23:19:45 -05:00
HelpersSkia.h
Bug 751418 - Move common functions from DrawTargetSkia to HelpersSkia r=mattwoodrow
2012-10-16 17:16:45 -04:00
image_operations.cpp
Bug 795378 - Clean up the high-quality scaler - Merge upstream changes to image_operations.cpp. r=joe
2012-12-18 16:25:07 -05:00
image_operations.h
Bug 813090 - Fix license block on imported Chromium code. r=gerv
2012-12-03 18:04:22 -05:00
ImageScaling.cpp
ImageScaling.h
Back out 98d2c24ce932 for failing to build r=moron
2012-08-15 12:51:33 -04:00
ImageScalingSSE2.cpp
Bug 509052: Add new, faster blurring code. r=derf
2012-11-07 09:29:54 +01:00
Logging.h
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
2012-10-29 19:32:10 -04:00
MacIOSurface.h
Bug 785667 - Make plugins work with HiDPI mode on the Mac. r=bgirard
2012-10-02 14:48:05 -05:00
Makefile.in
Bug 509052: Add new, faster blurring code. r=derf
2012-11-07 09:29:54 +01:00
Matrix.cpp
Bug 772726. Part 8: Add Rect::NudgeToIntegers and share improved nudging code among all nudging APIs. r=bas
2012-09-12 17:24:09 +12:00
Matrix.h
Bug 772726. Part 6: Add NudgeToIntegers operation to Azure Matrix, add MultiplyAndNudgeToIntegers to gfxContext, and call it from SVG when we render path geometry, to ensure that small internal rounding errors in transforms don't cause unnecessary differences in rasterization of paths. r=bas
2012-09-05 12:15:52 +12:00
moz-d2d1-1.h
Bug 784382 - Part 2: Use new ID2D1DeviceContext interface in Azure. r=jrmuizel
2012-10-07 01:43:16 +02:00
PathCairo.cpp
Bug 803124 - Implement mozIsPointInStroke. r=jmuizelaar
2012-10-29 16:54:53 +01:00
PathCairo.h
Bug 803124 - Implement mozIsPointInStroke. r=jmuizelaar
2012-10-29 16:54:53 +01:00
PathCG.cpp
Bug 812039 - mozIsPointInPath leaks CGPath objects. r=jmuizelaar
2012-11-15 20:34:57 -05:00
PathCG.h
Bug 803124 - Implement mozIsPointInStroke. r=jmuizelaar
2012-10-29 16:54:53 +01:00
PathD2D.cpp
Bug 803124 - Implement mozIsPointInStroke. r=jmuizelaar
2012-10-29 16:54:53 +01:00
PathD2D.h
Bug 803124 - Implement mozIsPointInStroke. r=jmuizelaar
2012-10-29 16:54:53 +01:00
PathHelpers.h
Bug 793201 - Fix compiler warnings in Azure with MSVC r=bas
2012-09-28 13:21:40 -04:00
PathRecording.cpp
Bug 792207 - Part 4: Add Azure recording code. r=jrmuizel
2012-09-24 15:02:50 +00:00
PathRecording.h
Bug 809967 - include ostream instead of iostream in PathRecording.h to avoid static initializers; r=Bas
2012-11-08 14:22:16 -05:00
PathSkia.cpp
Bug 803124 - Implement mozIsPointInStroke. r=jmuizelaar
2012-10-29 16:54:53 +01:00
PathSkia.h
Bug 803124 - Implement mozIsPointInStroke. r=jmuizelaar
2012-10-29 16:54:53 +01:00
Point.h
QuartzSupport.h
Bug 785667 - Make plugins work with HiDPI mode on the Mac. r=bgirard
2012-10-02 14:48:05 -05:00
QuartzSupport.mm
bug 794038 pt 3 - plugins support for resolution change. r=bgirard
2012-10-16 20:41:21 +01:00
RecordedEvent.cpp
Bug 811850: Fix gfx 2d recording to be 64-bit neutral. r=jrmuizel
2012-11-14 20:55:02 +00:00
RecordedEvent.h
Bug 811850: Fix gfx 2d recording to be 64-bit neutral. r=jrmuizel
2012-11-14 20:55:02 +00:00
RecordingTypes.h
Bug 792207 - Part 4: Add Azure recording code. r=jrmuizel
2012-09-24 15:02:50 +00:00
Rect.cpp
Bug 772726. Part 14: Nudge pattern transform components to integers to avoid rounding errors. Also nudge rects to integers when we retransform them due to a CTM change. r=bas
2012-09-08 00:32:21 +12:00
Rect.h
Bug 772726. Part 8: Add Rect::NudgeToIntegers and share improved nudging code among all nudging APIs. r=bas
2012-09-12 17:24:09 +12:00
Scale.cpp
Bug 798053 - Do a more accurate test for the return value of Scale(). r=gw280
2012-10-10 11:35:23 -04:00
Scale.h
Bug 795862 - Back out bug 486918 for build bustage in unreviewed code.
2012-10-01 14:16:03 +02:00
ScaledFontBase.cpp
Back out 98d2c24ce932 for failing to build r=moron
2012-08-15 12:51:33 -04:00
ScaledFontBase.h
Bug 780392; Make ScaledFontDWrite inherit from ScaledFontBase. r=bas
2012-08-09 08:17:04 +12:00
ScaledFontDWrite.cpp
Bug 789933: Support non-D2D targets for getting a Path off ScaledFontDWrite. r=nrc
2012-12-05 01:11:02 +01:00
ScaledFontDWrite.h
Bug 814101: Respect system-wide cleartype setting. r=jrmuizel,jfkthame
2012-11-23 02:53:12 +01:00
ScaledFontFreetype.cpp
ScaledFontFreetype.h
ScaledFontMac.cpp
bug 715798 pt 3 - support Color Emoji font in the gfx/2d quartz backend. r=jrmuizel
2012-10-23 10:07:14 +01:00
ScaledFontMac.h
bug 715798 pt 3 - support Color Emoji font in the gfx/2d quartz backend. r=jrmuizel
2012-10-23 10:07:14 +01:00
ScaledFontWin.cpp
ScaledFontWin.h
ShadersD2D.fx
Bug 809927: Add new blend modes and implement them for Direct2D. r=bas
2012-12-12 21:28:17 +01:00
ShadersD2D.h
Bug 809927: Add new blend modes and implement them for Direct2D. r=bas
2012-12-12 21:28:17 +01:00
SourceSurfaceCairo.cpp
Bug 722217; keep only a single snapshot. r=jrmuizel
2012-09-06 16:07:53 +12:00
SourceSurfaceCairo.h
Bug 722217; keep only a single snapshot. r=jrmuizel
2012-09-06 16:07:53 +12:00
SourceSurfaceCG.cpp
Back out 98d2c24ce932 for failing to build r=moron
2012-08-15 12:51:33 -04:00
SourceSurfaceCG.h
Bug 724666 - Part 2: Add CGIOSurfaceContext to azure. r=jmuizelaar
2012-07-31 11:17:43 -04:00
SourceSurfaceD2D.cpp
Bug 801465; DataSourceSurfaceD2D; r=Bas
2012-10-31 12:30:25 +13:00
SourceSurfaceD2D.h
Bug 801465; DataSourceSurfaceD2D; r=Bas
2012-10-31 12:30:25 +13:00
SourceSurfaceD2DTarget.cpp
Back out 98d2c24ce932 for failing to build r=moron
2012-08-15 12:51:33 -04:00
SourceSurfaceD2DTarget.h
SourceSurfaceDual.h
Back out 98d2c24ce932 for failing to build r=moron
2012-08-15 12:51:33 -04:00
SourceSurfaceRawData.cpp
SourceSurfaceRawData.h
SourceSurfaceSkia.cpp
Bug 777614 - Handle BGRX SourceSurfaces in Skia by converting them to BGRA r=nrc
2012-09-18 15:41:37 -04:00
SourceSurfaceSkia.h
Back out 98d2c24ce932 for failing to build r=moron
2012-08-15 12:51:33 -04:00
SSEHelpers.h
Bug 509052: Add new, faster blurring code. r=derf
2012-11-07 09:29:54 +01:00
Tools.h
Bug 509052: Add new, faster blurring code. r=derf
2012-11-07 09:29:54 +01:00
Types.h
Bug 809927: Add new blend modes and implement them for Direct2D. r=bas
2012-12-12 21:28:17 +01:00
UserData.h
Bug 782416 - Make gfx::2d's nullptr definition actually work. r=nrc
2012-08-15 15:24:44 -04:00