index
:
external_skia.git
lp5.0
p9.0
external_skia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
samplecode
/
SampleAll.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unused SkRasterizer
Mike Reed
2018-01-21
1
-199
/
+0
*
Delete even more unused views code
Brian Osman
2017-11-29
1
-1
/
+0
*
Alloc glyph image correctly for SkMask::k3D_Format.
Ben Wagner
2017-11-14
1
-6
/
+3
*
Revert "Alloc glyph image correctly for SkMask::k3D_Format."
Brian Osman
2017-11-14
1
-3
/
+6
*
Alloc glyph image correctly for SkMask::k3D_Format.
Ben Wagner
2017-11-14
1
-6
/
+3
*
Revert "Alloc glyph image correctly for SkMask::k3D_Format."
Ben Wagner
2017-11-13
1
-3
/
+6
*
Alloc glyph image correctly for SkMask::k3D_Format.
Ben Wagner
2017-11-13
1
-6
/
+3
*
Remove redundant parentheses.
Ben Wagner
2017-10-17
1
-2
/
+2
*
Remove internal use of SkTypeface::Style.
Ben Wagner
2017-07-27
1
-2
/
+1
*
delete some dead code in SampleApp
Mike Klein
2017-05-31
1
-39
/
+0
*
SkCanvas: Helpers for draw{Point,Line,Circle}
Hal Canary
2017-05-16
1
-1
/
+1
*
add drawString helper to canvas
Cary Clark
2017-04-28
1
-1
/
+1
*
begin to hide details of SkPathEffect
Mike Reed
2017-02-26
1
-1
/
+1
*
hide emboss from everyone (except android for now)
Mike Reed
2016-12-07
1
-1
/
+1
*
Revert "Revert "make it illegal to include SkXfermode.h""
Mike Reed
2016-11-23
1
-1
/
+0
*
Revert "make it illegal to include SkXfermode.h"
Greg Daniel
2016-11-23
1
-0
/
+1
*
make it illegal to include SkXfermode.h
Mike Reed
2016-11-23
1
-1
/
+0
*
remove xfermode from public api
Mike Reed
2016-10-28
1
-1
/
+1
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
1
-14
/
+14
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
1
-14
/
+14
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
1
-14
/
+14
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
1
-14
/
+14
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
1
-14
/
+14
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
1
-14
/
+14
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
1
-14
/
+14
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
1
-14
/
+14
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
1
-14
/
+14
*
SkTypeface::MakeFromName to take SkFontStyle.
mboc
2016-05-31
1
-1
/
+2
*
Move SkTypeface to sk_sp.
bungeman
2016-05-12
1
-2
/
+1
*
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://coderevi...
scroggo
2016-05-12
1
-1
/
+2
*
Move SkTypeface to sk_sp.
bungeman
2016-05-11
1
-2
/
+1
*
switch maskfilters to sk_sp
reed
2016-04-04
1
-8
/
+7
*
switch xfermodes over to sk_sp
reed
2016-03-29
1
-4
/
+3
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
1
-1
/
+0
*
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...
reed
2016-03-22
1
-4
/
+4
*
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...
reed
2016-03-22
1
-4
/
+4
*
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...
reed
2016-03-22
1
-4
/
+4
*
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...
reed
2016-03-22
1
-4
/
+4
*
switch colorfilters to sk_sp
reed
2016-03-22
1
-4
/
+4
*
guard rasterizer and drawlooper setters
reed
2016-03-21
1
-2
/
+2
*
Remove uses of SkImageDecoder from samplecode
msarett
2016-03-18
1
-4
/
+4
*
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...
reed
2016-03-18
1
-12
/
+9
*
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...
reed
2016-03-18
1
-9
/
+12
*
switch patheffects over to sk_sp
reed
2016-03-18
1
-12
/
+9
*
return pictures as sk_sp
reed
2016-03-18
1
-1
/
+1
*
use Make instead of Create to return a shared shader
reed
2016-03-08
1
-16
/
+12
*
make SkComposeShader.h private
reed
2016-02-15
1
-2
/
+1
*
move declaration of CreateLightingFilter into SkColorMatrixFilter
reed
2016-01-11
1
-3
/
+3
*
Reland of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-21
1
-1
/
+1
*
Revert of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-20
1
-1
/
+1
[next]