Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
4217ea7ee5b5f6e8f0dc32c28ca1fcd264f5755b
/
tests
/
SerializationTest.cpp
3560ea7
drawText Cleanup, part 3
by Hal Canary
· 6 years ago
1af9b48
use drawstring with font
by Mike Reed
· 6 years ago
2ed7820
use SkFont in a lot of places
by Mike Reed
· 6 years ago
ea24140
Add writePoint3() to SkWriteBuffer interface.
by Michael Ludwig
· 6 years ago
271d1d9
Change SkTypeface::MakeFromStream to take unique_ptr
by Mike Reed
· 6 years ago
d46dce3
don't adapt any gray colors to 565
by Mike Klein
· 6 years ago
a8cdbd7
Restore SkLightingShader and associated classes
by Robert Phillips
· 6 years ago
efd99cc
clean up SkPicture include
by Cary Clark
· 6 years ago
42f8bc4
Add API for SkTextBlob serialization into caller's memory.
by Khushal
· 7 years ago
2532584
add explicit API to know if the writebuffer is using its external storage
by Mike Reed
· 7 years ago
88d9071
Revert "hide picture virtuals (no public callers)"
by Mike Klein
· 7 years ago
8005bff
hide picture virtuals (no public callers)
by Mike Reed
· 7 years ago
0933bc9
Revert "Revert "resources: remove most uses of GetResourcePath()""
by Mike Reed
· 7 years ago
cca2300
Revert "resources: remove most uses of GetResourcePath()"
by Mike Reed
· 7 years ago
5093a53
resources: remove most uses of GetResourcePath()
by Hal Canary
· 7 years ago
fadbfcd
upgrade SkReadBuffer to always validate
by Mike Reed
· 7 years ago
6d6d603
make matrix serialization private
by Cary Clark
· 7 years ago
6dd8cf1
Remove SkLightingShader and associated classes
by Robert Phillips
· 7 years ago
cde9031
remove unused xfermode methods
by Mike Reed
· 7 years ago
e23bffd
Remove support in GPU backend for distance vector field.
by Brian Salomon
· 7 years ago
4aed138
Reland of SkShaderBase
by Florin Malita
· 7 years ago
d93e11c
Revert "SkShaderBase"
by Florin Malita
· 7 years ago
58a7564
SkShaderBase
by Florin Malita
· 7 years ago
2a475ea
add drawString helper to canvas
by Cary Clark
· 8 years ago
4edb5d2
hide lockpixels api behind flag
by Mike Reed
· 8 years ago
342b7ac
tests: s/SkAutoTUnref/sk_sp/
by Hal Canary
· 8 years ago
145dbcd
Remove SkAutoTDelete.
by Ben Wagner
· 8 years ago
5e25717
hide setImageFilter(ptr)
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
d921dbb
Propagate validation errors from inner readbuffer when deserializing picture. Also allow null paints.
by reed
· 8 years ago
b252604
Fix some fuzzer complaints
by Robert Phillips
· 8 years ago
97bbf82
Add SkColor4f serialization
by brianosman
· 8 years ago
f93d711
SkFontData to use smart pointers.
by bungeman
· 8 years ago
606add3
Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ )
by bungeman
· 8 years ago
d8c2476
SkFontData to use smart pointers.
by bungeman
· 8 years ago
a8eabc4
Moved ambient lights out of SkLight's light array
by vjiaoblack
· 8 years ago
84cddf6
Revert of Moved ambient lights out of SkLight's light array (patchset #7 id:120001 of https://codereview.chromium.org/2287553002/ )
by vjiaoblack
· 8 years ago
8f98f0a
Moved ambient lights out of SkLight's light array
by vjiaoblack
· 8 years ago
772b5ee
Added PointLights to SkLights::Light
by vjiaoblack
· 8 years ago
1ec04d9
rename FoceCopyMode to SkCopyPixelMode
by reed
· 8 years ago
38d909e
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
by bungeman
· 8 years ago
bba4cfe
Added API for Bevel NormalSource.
by dvonbeck
· 8 years ago
c526da9
SkLS now accepting nullptr for diffuse shader and normal source, now accurately handling alpha
by dvonbeck
· 8 years ago
6af677f
Changed SkLightingShader API to take in a shader as color source
by dvonbeck
· 8 years ago
5b794fa
API change to allow for NormalSource selection at the user level.
by dvonbeck
· 8 years ago
8811e40
Refactoring of GPU NormalMap handling out into its own class.
by dvonbeck
· 8 years ago
4132de7
Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #9 id:160001 of https://codereview.chromium.org/2043393002/ )
by egdaniel
· 8 years ago
a7d1e2a
Refactoring of GPU NormalMap handling out into its own class.
by dvonbeck
· 8 years ago
da74393
Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #7 id:120001 of https://codereview.chromium.org/2043393002/ )
by egdaniel
· 8 years ago
87b0dd0
Refactoring of GPU NormalMap handling out into its own class.
by dvonbeck
· 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
a3b3b23
Enable flattening/unflattening with custom unflatten procs
by msarett
· 9 years ago
8c0326d
Update SkXfermodeImageFilter to sk_sp
by robertphillips
· 9 years ago
3b37545
Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ )
by mtklein
· 9 years ago
99d9231
Delete SkFlattenable::Type
by msarett
· 9 years ago
b591c77
Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ )
by robertphillips
· 9 years ago
3bc9692
Update SkXfermodeImageFilter to sk_sp
by robertphillips
· 9 years ago
549c899
Update SkImageSource to sk_sp
by robertphillips
· 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
ca2622b
return pictures as sk_sp
by reed
· 9 years ago
9ce9d67
update callsites for Make image factories
by reed
· 9 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
f70b531
Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )"
by reed
· 9 years ago
1610835
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )
by reed
· 9 years ago
0eda258
move annotations to canvas virtual
by reed
· 9 years ago
7d57124
Unit Tests: eliminate stray SkDebugf()s.
by halcanary
· 9 years ago
5e1ddb1
Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ )
by reed
· 9 years ago
2d6ba66
Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ )
by reed
· 9 years ago
d63f60a
change all factories to return their base-class
by reed
· 9 years ago
5598b63
Convert unit tests, GMs from SkBitmapSource to SkImagesource
by fmalita
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
41868fe
Font variations.
by bungeman
· 9 years ago
4657068
Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/)
by robertphillips
· 9 years ago
3489ee0
Font variations.
by bungeman
· 9 years ago
5ae1312
Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/)
by bungeman
· 9 years ago
05773ed
Font variations.
by bungeman
· 9 years ago
3ffa126
Move resource fonts to common location.
by bungeman
· 10 years ago
a1193e4
Make SkStream *not* ref counted.
by scroggo
· 10 years ago
c4fda92
remove unused drawData
by reed
· 10 years ago
91c395a
Fix SkTableColorFilter deserialization validation.
by senorblanco
· 10 years ago
0f7197b
Fix SkXfermode deserialization.
by senorblanco
· 10 years ago
d71b757
Serialize the font index.
by bungeman
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
Next »