Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
620003692923dc6c6df5a1b66288988b6783a69f
/
src
/
gpu
/
ops
/
GrAAConvexTessellator.cpp
df429f3
move parts of SkPoint to SkPointPriv
by Cary Clark
· 7 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
2a475ea
add drawString helper to canvas
by Cary Clark
· 8 years ago
97042bf
When traversing convex paths only consume zero length segments.
by Brian Salomon
· 8 years ago
8be952a
SkScalarMul is deprecated
by Mike Reed
· 8 years ago
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 8 years ago
[Renamed from src/gpu/batches/GrAAConvexTessellator.cpp]
1d08998
Minor clean up of GrAAConvexTessellator
by Robert Phillips
· 8 years ago
8c17097
Make AALinearizingConvexPathRenderer able to handle stroke and fill
by robertphillips
· 8 years ago
7a00e8b
Revert of Make AALinearizingConvexPathRenderer able to handle stroke and fill (patchset #7 id:120001 of https://codereview.chromium.org/2301353004/ )
by robertphillips
· 8 years ago
522bcd9
Make AALinearizingConvexPathRenderer able to handle stroke and fill
by robertphillips
· 8 years ago
fc6cb73
changed kCurveConnectionThreshold in GrAAConvexTessellator
by ethannicholas
· 8 years ago
fab4a9b
fixed 'corners' of paths in GrAAConvexTessellator
by ethannicholas
· 8 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
1bcbc8f
Fixed an assertion error in GrAAConvexTessellator. While adding a new point, it would check that the new point was not a duplicate of the previous point. It would then drop the previous point if it was in the middle of a straight line, and proceed to add the new point.
by ethannicholas
· 9 years ago
44c3128
Clean up some lint complaints
by robertphillips
· 9 years ago
6335a72
Move PathRenderers to batches folder
by joshualitt
· 9 years ago
[Renamed from src/gpu/GrAAConvexTessellator.cpp]
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
fea7763
Fix transformed stroke width in GrAALinearizingConvexPathRenderer.
by ethannicholas
· 9 years ago
0dacc67
When GrAAConvesTesselator was merging the first and last point of the array, it was deleting the last point without checking to see if any of the previous points shared the same index. This led to continuing to use the index of a deleted point and thus referencing memory past the end of the vertex array.
by ethannicholas
· 9 years ago
bd5d7e7
Revert of Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #1 id:1 of https://codereview.chromium.org/1212833002/)
by fmalita
· 9 years ago
9730f4a
Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #6 id:100001 of https://codereview.chromium.org/1180903006/)
by reed
· 9 years ago
2436f19
added stroking support to GrAALinearizingConvexPathRenderer
by ethannicholas
· 9 years ago
1a1b3ac
Added GrAAFlatteningConvexPathRenderer.
by ethannicholas
· 9 years ago
364ad00
Fix for bisector computation bug in GrAAConvexTessellator
by robertphillips
· 9 years ago
84b0088
Add GrAAConvexTessellator class
by robertphillips
· 10 years ago