-
- Downloads
Bug 1546894 - Keep track of current and begin points in path objects in case...
Bug 1546894 - Keep track of current and begin points in path objects in case we'll create a builder from them. r=lsalzman Because of the way the canvas 2D implementation juggles between path builders and paths, we have to keep track of current and first points in the path, in case a builder is created out of it. Differential Revision: https://phabricator.services.mozilla.com/D33757 --HG-- extra : source : c79b3af2395894b449731fccdd9eb006b4d0189e
Showing
- gfx/2d/2D.h 22 additions, 1 deletiongfx/2d/2D.h
- gfx/2d/Path.cpp 2 additions, 2 deletionsgfx/2d/Path.cpp
- gfx/2d/PathAnalysis.h 0 additions, 1 deletiongfx/2d/PathAnalysis.h
- gfx/2d/PathCairo.cpp 7 additions, 5 deletionsgfx/2d/PathCairo.cpp
- gfx/2d/PathCairo.h 2 additions, 6 deletionsgfx/2d/PathCairo.h
- gfx/2d/PathCapture.cpp 8 additions, 6 deletionsgfx/2d/PathCapture.cpp
- gfx/2d/PathCapture.h 5 additions, 9 deletionsgfx/2d/PathCapture.h
- gfx/2d/PathD2D.cpp 0 additions, 2 deletionsgfx/2d/PathD2D.cpp
- gfx/2d/PathD2D.h 0 additions, 3 deletionsgfx/2d/PathD2D.h
- gfx/2d/PathRecording.cpp 7 additions, 5 deletionsgfx/2d/PathRecording.cpp
- gfx/2d/PathRecording.h 21 additions, 3 deletionsgfx/2d/PathRecording.h
- gfx/2d/PathSkia.cpp 13 additions, 7 deletionsgfx/2d/PathSkia.cpp
- gfx/2d/PathSkia.h 11 additions, 4 deletionsgfx/2d/PathSkia.h
- widget/gtk/nsNativeThemeGTK.cpp 5 additions, 4 deletionswidget/gtk/nsNativeThemeGTK.cpp
Loading
Please register or sign in to comment