.. |
2D.h
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
BaseMargin.h
|
|
|
BasePoint3D.h
|
Bug 505115 - Part 15 - Add 4D Vectors, Quaternions and gfx3DMatrix functions. r=derf
|
2011-08-27 12:06:03 +12:00 |
BasePoint4D.h
|
Bug 505115 - Part 15 - Add 4D Vectors, Quaternions and gfx3DMatrix functions. r=derf
|
2011-08-27 12:06:03 +12:00 |
BasePoint.h
|
|
|
BaseRect.h
|
Bug 685326 - Move Round{,In,Out} from gfxRect to BaseRect, and make them no-ops on IntRect. r=Bas
|
2011-11-14 17:29:14 +13:00 |
BaseSize.h
|
|
|
Blur.cpp
|
Bug 685767 - Factor blurring out into its own class, and use it from gfxAlphaBoxBlur. r=mattwoodrow
|
2011-11-18 22:19:24 +13:00 |
Blur.h
|
Bug 685767 - Factor blurring out into its own class, and use it from gfxAlphaBoxBlur. r=mattwoodrow
|
2011-11-18 22:19:24 +13:00 |
DrawTargetCairo.cpp
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
DrawTargetCairo.h
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
DrawTargetCG.cpp
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
DrawTargetCG.h
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
DrawTargetD2D.cpp
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
DrawTargetD2D.h
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
DrawTargetSkia.cpp
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
DrawTargetSkia.h
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
Factory.cpp
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
gfx2d.sln
|
|
|
gfx2d.vcxproj
|
|
|
GradientStopsD2D.h
|
Bug 670093 - gfx/2d fails to compile on mingw r=bas.schouten
|
2011-08-23 17:35:13 +02:00 |
Helpers.h
|
Bug 698318 - Share ArcToBezier code. r=jrmuizel
|
2011-11-03 08:55:03 +13:00 |
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
|
Bug 703428 - Handle invalid stroke options. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
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 729850. CG: Get the point order correct when transforming a path. r=mwoodrow
|
2012-02-25 00:35:41 -05:00 |
PathCG.h
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
|
2012-01-09 13:54:44 -05:00 |
PathD2D.cpp
|
Bug 666452 - Part 1: Expose functions to get the (stroked) bounds of a path. r=BenWa sr=roc
|
2011-07-13 02:34:40 +02:00 |
PathD2D.h
|
Bug 670093 - gfx/2d fails to compile on mingw r=bas.schouten
|
2011-08-23 17:35:13 +02:00 |
PathHelpers.h
|
Bug 698318 - Share ArcToBezier code. r=jrmuizel
|
2011-11-03 08:55:03 +13:00 |
PathSkia.cpp
|
Bug 702515 - Implement GetStrokedBounds for Skia. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
PathSkia.h
|
Bug 688367 - Add Skia backend to Azure. r=jrmuizel
|
2011-11-03 08:55:03 +13:00 |
Point.h
|
Bug 703028: Fix obnoxious warning spew from gfx 2d stuff. r=me
|
2011-11-21 09:56:24 -05:00 |
Rect.h
|
Bug 703028: Fix obnoxious warning spew from gfx 2d stuff. r=me
|
2011-11-21 09:56:24 -05:00 |
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
|
Bug 736134 - Part 1: Add GlyphRenderingOptions API to Azure. r=jrmuizel
|
2012-03-19 19:20:17 +00:00 |
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
|
Bug 705559. Part 2: Keep only one snapshot per DrawTargetD2D since all stored snapshots represent the 'last state'. Reuse that snapshot if the state hasn't changed since the last snapshot. Keep the last snapshot alive and make the snapshot's mDrawTarget weak instead. Change mDependingOnTargets/mDependentTargets to be hashsets instead of vectors. Remove SourceSurfaceD2DTarget::mIsCopy since the null-ness of mDrawTarget means the same thing. r=bas
|
2011-12-09 22:51:57 +13:00 |
SourceSurfaceSkia.cpp
|
Bug 716415 - Update Azure for Skia API changes. r=gwright
|
2012-01-19 17:48:35 +13:00 |
SourceSurfaceSkia.h
|
Bug 703463 - Let SourceSurfaceSkia snapshots take ownership of DrawTargetSkia pixel data when it is destroyed. r=jrmuizel
|
2011-11-18 17:00:38 +13:00 |
Tools.h
|
Bug 699258 - Get skia backend compiling and running on Windows. r=mattwoodrow
|
2011-11-18 17:00:37 +13:00 |
Types.h
|
Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo
|
2012-02-29 22:56:43 -05:00 |
UserData.h
|
Bug 729562 - Make the SVG paint methods take an nsRenderingContext, and kill nsSVGRenderState. r=Bas.
|
2012-03-02 08:28:59 +00:00 |