gecko/gfx/2d
2012-02-16 04:08:08 +01:00
..
2D.h Bug 719627 - Merge the functionality of ScaledFontCairo into ScaledFontBase, as is its purpose. r=jrmuizel 2012-01-27 13:08:46 -05:00
BaseMargin.h
BasePoint3D.h
BasePoint4D.h
BasePoint.h
BaseRect.h
BaseSize.h
Blur.cpp
Blur.h
DrawTargetCairo.cpp Bug 724275 - fix -Wswitch warnings; r=jrmuizel 2012-02-04 07:22:47 -05:00
DrawTargetCairo.h Bug 707848 - Implement paths in the 2D API's Cairo backend. r=jrmuizel 2012-01-09 17:15:10 -05:00
DrawTargetCG.cpp Bug 723122 - fix clang build. r=jmuizelaar. 2012-02-02 10:02:06 +01:00
DrawTargetCG.h Bug 720482. Make CG snapshots work more like the other backends. r=joe,mattwoodrow,bas 2012-01-31 01:46:54 -05:00
DrawTargetD2D.cpp Bug 726951: Correctly use height to normalize mask v-texture coordinate. r=jrmuizel 2012-02-16 04:08:08 +01:00
DrawTargetD2D.h Bug 702878: Extend gfx::2d API and D2D backend with new functionality. r=jrmuizel sr=roc 2011-12-28 06:56:11 +01:00
DrawTargetSkia.cpp Bug 716415 - Enable soft clipping with Skia in Azure. r=gwright 2012-01-19 17:48:35 +13:00
DrawTargetSkia.h Bug 716802 - Implement new 2D API functions. r=gwright 2012-01-19 17:48:33 +13:00
Factory.cpp Bug 723110. Refactor font code to lay the groundwork for having a ScaledFontFreetype class. r=jrmuizel 2012-02-13 14:58:01 -05:00
gfx2d.sln
gfx2d.vcxproj
GradientStopsD2D.h
Helpers.h
HelpersCairo.h Bug 724275 - fix -Wswitch warnings; r=jrmuizel 2012-02-04 07:22:47 -05:00
HelpersD2D.h Bug 702878: Extend gfx::2d API and D2D backend with new functionality. r=jrmuizel sr=roc 2011-12-28 06:56:11 +01:00
HelpersSkia.h
Logging.h Bug 715243 - Add the ability to use gfx logging on Matrix. r=Bas 2012-01-04 18:02:59 -05:00
Makefile.in Bug 723110. Refactor font code to lay the groundwork for having a ScaledFontFreetype class. r=jrmuizel 2012-02-13 14:58:01 -05:00
Matrix.cpp
Matrix.h Bug 711063 - Part 1.5: Add operator to gfx::Matrix for size transformation. r=jrmuizel 2012-01-05 08:17:51 +01:00
PathCairo.cpp Bug 707848 - Implement paths in the 2D API's Cairo backend. r=jrmuizel 2012-01-09 17:15:10 -05:00
PathCairo.h Bug 707848 - Implement paths in the 2D API's Cairo backend. r=jrmuizel 2012-01-09 17:15:10 -05:00
PathCG.cpp Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow 2012-01-09 13:54:44 -05:00
PathCG.h Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow 2012-01-09 13:54:44 -05:00
PathD2D.cpp
PathD2D.h
PathHelpers.h
PathSkia.cpp
PathSkia.h
Point.h
Rect.h
ScaledFontBase.cpp Bug 723110. Refactor font code to lay the groundwork for having a ScaledFontFreetype class. r=jrmuizel 2012-02-13 14:58:01 -05:00
ScaledFontBase.h Bug 723110. Refactor font code to lay the groundwork for having a ScaledFontFreetype class. r=jrmuizel 2012-02-13 14:58:01 -05:00
ScaledFontDWrite.cpp
ScaledFontDWrite.h
ScaledFontFreetype.cpp Bug 723110. Refactor font code to lay the groundwork for having a ScaledFontFreetype class. r=jrmuizel 2012-02-13 14:58:01 -05:00
ScaledFontFreetype.h Bug 723110. Refactor font code to lay the groundwork for having a ScaledFontFreetype class. r=jrmuizel 2012-02-13 14:58:01 -05:00
ScaledFontMac.cpp Bug 726764. Avoid leaking CGPaths when getting text paths. r=joe 2012-02-14 17:59:11 -05:00
ScaledFontMac.h Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow 2012-01-09 13:54:44 -05:00
ScaledFontWin.cpp Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow 2012-01-09 13:54:44 -05:00
ScaledFontWin.h Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow 2012-01-09 13:54:44 -05:00
ShadersD2D.fx Bug 702878: Extend gfx::2d API and D2D backend with new functionality. r=jrmuizel sr=roc 2011-12-28 06:56:11 +01:00
ShadersD2D.h Bug 702878: Extend gfx::2d API and D2D backend with new functionality. r=jrmuizel sr=roc 2011-12-28 06:56:11 +01:00
SourceSurfaceCairo.cpp Bug 724275 - fix -Wswitch warnings; r=jrmuizel 2012-02-04 07:22:47 -05:00
SourceSurfaceCairo.h Bug 715652 - Implement significantly more of the 2D API for the Cairo backend. r=jrmuizel 2012-01-09 16:50:01 -05:00
SourceSurfaceCG.cpp Bug 720482. Make CG snapshots work more like the other backends. r=joe,mattwoodrow,bas 2012-01-31 01:46:54 -05:00
SourceSurfaceCG.h Bug 720482. Make CG snapshots work more like the other backends. r=joe,mattwoodrow,bas 2012-01-31 01:46:54 -05:00
SourceSurfaceD2D.cpp
SourceSurfaceD2D.h
SourceSurfaceD2DTarget.cpp Bug 718730: Allow creating a bitmap from just an A8 texture. r=jrmuizel 2012-01-31 06:15:23 +01:00
SourceSurfaceD2DTarget.h
SourceSurfaceSkia.cpp Bug 716415 - Update Azure for Skia API changes. r=gwright 2012-01-19 17:48:35 +13:00
SourceSurfaceSkia.h
Tools.h
Types.h Bug 720482. Make CG snapshots work more like the other backends. r=joe,mattwoodrow,bas 2012-01-31 01:46:54 -05:00
UserData.h Bug 717921. Add UserData to DrawTarget. r=bas 2012-01-13 09:47:58 -05:00