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
/
SampleFatBits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete even more unused views code
Brian Osman
2017-11-29
1
-13
/
+0
*
move parts of SkPoint to SkPointPriv
Cary Clark
2017-11-08
1
-1
/
+2
*
-= to control width of fatbits line width
Mike Reed
2017-11-02
1
-2
/
+12
*
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
*
change SkClipOp to a class enum
Mike Reed
2016-12-12
1
-0
/
+1
*
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
1
-1
/
+1
*
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
1
-1
/
+1
*
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
Mike Reed
2016-12-08
1
-1
/
+1
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
1
-1
/
+1
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
1
-1
/
+1
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
1
-1
/
+1
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
1
-1
/
+1
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
1
-1
/
+1
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
1
-1
/
+1
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
1
-1
/
+1
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
1
-1
/
+1
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
1
-1
/
+1
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
1
-1
/
+1
*
add 'g' to fatbits
reed
2016-09-19
1
-64
/
+36
*
switch surface to sk_sp
reed
2016-03-23
1
-8
/
+8
*
use Make instead of Create to return a shared shader
reed
2016-03-08
1
-3
/
+2
*
add caps option 'k' to FatBits
reed
2015-11-16
1
-0
/
+16
*
Style Change: NULL->nullptr
halcanary
2015-08-27
1
-15
/
+15
*
increase zoom in fatbits
reed
2015-08-15
1
-5
/
+10
*
Fix up -Winconsistent-missing-override
mtklein
2015-07-13
1
-3
/
+2
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
1
-3
/
+3
*
s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/
halcanary
2015-01-26
1
-2
/
+2
*
Factor out checkerboard function in gm and sampleapp into tools.
halcanary
2015-01-26
1
-13
/
+3
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
1
-2
/
+2
*
Hide fields in SkImageInfo
reed
2014-09-03
1
-2
/
+1
*
re-land hide get/setLocalMatrix
commit-bot@chromium.org
2014-05-12
1
-6
/
+4
*
Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/)
commit-bot@chromium.org
2014-05-09
1
-4
/
+6
*
hide get/setLocalMatrix
commit-bot@chromium.org
2014-05-09
1
-6
/
+4
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
1
-5
/
+2
*
use SkColorType instead of SkBitmap::Config in samplecode
commit-bot@chromium.org
2014-02-17
1
-2
/
+1
*
use some helper Make functions to initialize SkImageInfo
commit-bot@chromium.org
2014-01-15
1
-3
/
+1
*
move SkImage::ColorType into SkColorType
reed@google.com
2013-11-01
1
-2
/
+2
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-10-31
1
-12
/
+12
*
add triangles to fatbits sample ('t')
reed@google.com
2013-10-30
1
-20
/
+89
*
promote SkImage::AlphaType to SkAlphaType
reed@google.com
2013-09-20
1
-7
/
+4
*
add 'o' option to show fat-oval
mike@reedtribe.org
2013-03-06
1
-3
/
+13
*
add missing parameter to overridden onFindClickHandler
mike@reedtribe.org
2013-01-28
1
-3
/
+3
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
1
-1
/
+0
*
Minor cleanup
robertphillips@google.com
2012-12-12
1
-16
/
+16
*
Defining new color constat for transparent color
junov@google.com
2012-12-06
1
-1
/
+1
*
remove unused (and undefined) SkColorSpace parameter.
mike@reedtribe.org
2012-11-15
1
-2
/
+2
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-06
1
-1
/
+1
*
add 'c' toggle to test clipping
reed@google.com
2012-11-02
1
-6
/
+41
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-24
1
-1
/
+1
[next]