Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
b959ac05ab459c59925108ff44d048a82c04c7f3
/
tests
/
PaintTest.cpp
df85c38
stop using SkScalarMul
by Mike Reed
· 8 years ago
95e3c05
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
c456b73
Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h"
by Kevin Lubick
· 8 years ago
a5494f1
SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h
by Hal Canary
· 8 years ago
0e39f97
Revert "Revert "make it illegal to include SkXfermode.h""
by Mike Reed
· 8 years ago
e9d1b29
Revert "make it illegal to include SkXfermode.h"
by Greg Daniel
· 8 years ago
07764ce
make it illegal to include SkXfermode.h
by Mike Reed
· 8 years ago
958788a
remove 4 legacy flags (clients already updated)
by Mike Reed
· 8 years ago
374772b
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
by reed
· 8 years ago
c245574
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
2b2fc7d
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
3ed485f
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
1834242
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
2cbcd12
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"""
by Mike Reed
· 8 years ago
70cdb39
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
by Mike Reed
· 8 years ago
ce02e71
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
0591897
replace SkXfermode obj with SkBlendMode enum in paints
by Mike Reed
· 8 years ago
13b9c95
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
9a9a7b2
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ )
by scroggo
· 8 years ago
6296da7
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
fad9856
Prototype code that turns any/every flattenable into JSON
by brianosman
· 9 years ago
b4c899d
remove SkWriteBuffer::getWriter32().
by mtklein
· 9 years ago
efdfd51
switch maskfilters to sk_sp
by reed
· 9 years ago
cfb6bdf
switch xfermodes over to sk_sp
by reed
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
d053ce9
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ )
by reed
· 9 years ago
d688929
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ )
by reed
· 9 years ago
4c9776b
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )"
by reed
· 9 years ago
1eb81db
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )
by reed
· 9 years ago
f809d76
switch colorfilters to sk_sp
by reed
· 9 years ago
7b380d0
guard rasterizer and drawlooper setters
by reed
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
93a1215
SkPaint::FilterLevel -> SkFilterQuality
by reed
· 10 years ago
fbaace0
DM warning-free on win64
by bsalomon
· 10 years ago
f539b8c
modify nothingToDraw to notice filters
by reed
· 10 years ago
c71ffd4
Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https://codereview.chromium.org/717753002/)
by mtklein
· 10 years ago
d5688c5
modify nothingToDraw to notice filters
by reed
· 10 years ago
e3aee8f
Remove android specific genID from SkPaint.
by djsollen
· 10 years ago
fb1fe4f
Add SkPaint::getHash().
by mtklein
· 10 years ago
610a015
Remove SkPaint dirty bits.
by mtklein
· 10 years ago
ee902cd
Make a flipped fDirtyBit always mean "this field is not the default".
by mtklein
· 10 years ago
99ae881
remove (unused) scale parameter from measureText
by reed
· 10 years ago
e396455
move common blur types into central header
by commit-bot@chromium.org
· 11 years ago
273a00d
fix expected size in 32bit builds
by reed@google.com
· 11 years ago
cc277b7
Orphan ProcXfermode, with an eye towards removing it
by commit-bot@chromium.org
· 11 years ago
667b98d
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
45d86e7
always store bitfields along with dirty in FlatteningTraits
by commit-bot@chromium.org
· 11 years ago
39426e2
read/write function_ptrs as just void*, and not as 'array of bytes'
by commit-bot@chromium.org
· 11 years ago
85faf50
remove legacy filter-flags, and store FilterLevel directly
by commit-bot@chromium.org
· 11 years ago
73cb153
Make sure SkDrawLooper objects can only be allocated on the heap.
by commit-bot@chromium.org
· 11 years ago
e8807f4
SkPaint: eliminate some dead bytes in 64-bit build.
by commit-bot@chromium.org
· 11 years ago
9206da6
Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/)
by commit-bot@chromium.org
· 11 years ago
f48182b
SkPaint: eliminate some dead bytes in 64-bit build.
by commit-bot@chromium.org
· 11 years ago
fffb2cd
Revert of SkPaint: eliminate some dead bytes in 64-bit build. (https://codereview.chromium.org/203203003/)
by commit-bot@chromium.org
· 11 years ago
fa4dc2c
SkPaint: eliminate some dead bytes in 64-bit build.
by commit-bot@chromium.org
· 11 years ago
aca1c01
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
ac50046
Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks
by robertphillips@google.com
· 11 years ago
cf52f5b
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
ead1efb
Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/)
by commit-bot@chromium.org
· 11 years ago
d017542
Merge tomhudson and mtklein SkPaint shrinking approaches.
by commit-bot@chromium.org
· 11 years ago
8f6884a
Cleanup: Sanitize the order of includes under tests/
by tfarina@chromium.org
· 11 years ago
e2eac8b
Move macros from TestClassDef.h to Test.h
by commit-bot@chromium.org
· 11 years ago
e4fafb1
Use DEFINE_TESTCLASS_SHORT macro in tests.
by tfarina@chromium.org
· 11 years ago
4b413c8
remove SkFloatToScalar macro
by commit-bot@chromium.org
· 11 years ago
e0e7cfe
Change old PRG to be SkLCGRandom; change new one to SkRandom
by commit-bot@chromium.org
· 11 years ago
b3ec29d
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
6485b0b
Switch out random number generator for tests, benches, samples.
by commit-bot@chromium.org
· 11 years ago
b706117
Push sigma-based blur interface into our GMs/benches/tests/samplecode
by robertphillips@google.com
· 11 years ago
b265741
Revert r10603 (Remove operator== from SkPaint) due to Chrome failures
by robertphillips@google.com
· 11 years ago
37ffe8a
Remove operator== from SkPaint
by commit-bot@chromium.org
· 11 years ago
5c561cb
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
58c856a
Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures
by robertphillips@google.com
· 11 years ago
6ae6383
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
9cfc83c
stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum
by reed@google.com
· 11 years ago
98a1967
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
c3eb56d
use if (false) instead of #ifdef to avoid unused code warning
by reed@google.com
· 11 years ago
bcb42ae
add charsToGlyphs to SkTypeface
by reed@google.com
· 11 years ago
25b3bd5
add kBicubicFilterBitmap_Flag to paint, just for testing purposes.
by reed@google.com
· 11 years ago
46348e2
Initialize bounds even if the text length is zero.
by djsollen@google.com
· 12 years ago
efbe8e9
Fix errors when compiling with -Wall -Werror on Android.
by djsollen@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
6853e80
Addressed more Windows compiler complaint issues
by robertphillips@google.com
· 13 years ago
b44cd65
Fix Paint == comparison on Android.
by djsollen@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
d413445
update to work correctly for scalar == fixed or float
by reed@android.com
· 14 years ago
a0f5d15
move xfermode modes from porterduff into xfermode itself
by reed@android.com
· 15 years ago