Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
0d4ff6c601f2ce404a97068718caad5a2bb3d594
/
src
/
image
/
SkImage.cpp
« Previous
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
ddbbdda
SkImage method for detecting lazy decoding
by fmalita
· 9 years ago
d5b7563
add SkImage::NewFromPicture and a GM to test it
by reed
· 9 years ago
02d91d1
lock pixels in image when bitmap is immutable and not-lazy
by reed
· 9 years ago
80c772b
unify pixelref and image ID space, so we can share IDs when we share pixels
by reed
· 9 years ago
26e0e58
SkImage_Raster's pixels are always immutable.
by reed
· 9 years ago
9a5d1ab
Make peekPixels() usable with raster surface snapshots
by fmalita
· 9 years ago
1c84634
add runtime option to provide data->imagegenerator factory
by reed
· 9 years ago
3c06511
Add image->bitmap
by reed
· 9 years ago
21217ab
Remove SkImage::NewFromBitmap encoded data helper
by fmalita
· 9 years ago
5617900
add SkImage::NewFromBitmap
by reed
· 9 years ago
c49e868
Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle
by bsalomon
· 9 years ago
871872f
change old picture serialization to really handle images
by reed
· 9 years ago
de49988
add callbacks to Images that wrap client-provided content
by reed
· 9 years ago
6dc6f5f
Add support for creating texture backed images where Skia will delete the texture.
by bsalomon
· 9 years ago
5581236
Towards removing getTexture() on SkImage
by bsalomon
· 9 years ago
8b26b99
new image from backend desc
by reed
· 10 years ago
a85d4d0
Make drawImage a virtual on SkDevice
by reed
· 10 years ago
06dad4b
Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/)
by reed
· 10 years ago
620ba3a
Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/)
by reed
· 10 years ago
3538e3b
Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/)
by reed
· 10 years ago
14fe8fd
Make drawImage a virtual on SkDevice
by reed
· 10 years ago
119468b
Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/)
by reed
· 10 years ago
5392785
Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)"
by reed
· 10 years ago
973d1f1
Revert of make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)
by reed
· 10 years ago
f603fb3
make drawImage a virtual on SkDevice
by reed
· 10 years ago
cd6ca9e
Make SkImage::getTexture() const
by kkinnunen
· 10 years ago
9e447c0
remove unneeded preroll
by reed
· 10 years ago
96a857e
initial preroll api
by reed
· 10 years ago
f803da1
add newImage API
by reed
· 10 years ago
5965c8a
add ImageGenerator::NewFromData to porting layer
by reed
· 10 years ago
f8d1874
add toString to SkImage
by reed
· 10 years ago
96472de
dd readPixels to SkImage
by reed
· 10 years ago
4af267b
add SkImage::newSurface
by reed
· 10 years ago
5ceff91
Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect()
by piotaixr
· 10 years ago
2cce421
Replace a forgotten call to SkImage::draw() by SkCanvas::drawImageRect()
by piotaixr
· 10 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 10 years ago
8482504
make allocPixels throw on failure
by reed
· 10 years ago
8572fc0
mark all SkImage methods const, so we can make it thread-safe
by reed
· 10 years ago
76d5b47
Now able to set the localMatrix when creating a SkShader from a SkImage
by piotaixr
· 10 years ago
cef04f8
Deleted SkImage::newShaderClamp: not used, not implemented.
by piotaixr
· 10 years ago
466f5f3
remove SkBitmap::asImageInfo
by commit-bot@chromium.org
· 10 years ago
28fcae2
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
96edc24
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
d923288
Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/)
by commit-bot@chromium.org
· 11 years ago
757ebd2
Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/)
by commit-bot@chromium.org
· 11 years ago
149e9a1
Rename kPMColor_SkColorType to kN32_SkColorType.
by commit-bot@chromium.org
· 11 years ago
5e0995e
Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/)
by commit-bot@chromium.org
· 11 years ago
7713c38
Revert "Serialization of SkPictureImageFilter"
by fmalita@google.com
· 11 years ago
c5acc6c
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
4f7c615
add ways to peer into an image to get its pixels
by reed@google.com
· 11 years ago
ab1c138
Fix compilation with SK_ENABLE_INST_COUNT=1
by commit-bot@chromium.org
· 11 years ago
3443fd8
move SkImageInfo into its own header
by reed@google.com
· 11 years ago
6e3e422
Break up SkLazyPixelRef functionally into class hierarchy.
by commit-bot@chromium.org
· 11 years ago
dfec28d
Add SkImage->draw() call with src and dst rects.
by commit-bot@chromium.org
· 11 years ago
1d241f1
Revert "Add SkImage->draw() call with src and dst rects."
by fmalita@google.com
· 11 years ago
1d91600
Add SkImage->draw() call with src and dst rects.
by commit-bot@chromium.org
· 11 years ago
7def5e1
Separate core and images project.
by scroggo@google.com
· 11 years ago
3e50e99
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
1f6aed0
Move SkImage::encode to SkImage_Codec.cpp.
by commit-bot@chromium.org
· 11 years ago
4b0757b
add encodeData() to SkImageEncoder, and add encoding to SkImage
by reed@google.com
· 11 years ago
d2ada98
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 12 years ago
da90474
Adding public API method on SkImage for extracting the GPU texture handle.
by junov@chromium.org
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
fd875e8
re-enable inst counting
by reed@google.com
· 12 years ago
97af1a6
Add caching of the snapshot image form a surface
by reed@google.com
· 12 years ago
a22e211
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
by robertphillips@google.com
· 12 years ago
6997ebb
update/add copyright notices
by reed@google.com
· 12 years ago
58b21ec
expand internal subclasses into separate files
by reed@google.com
· 12 years ago
70e3590
check-point for image/surface work
by mike@reedtribe.org
· 12 years ago
889b09e
check-point for surface experiment
by reed@google.com
· 12 years ago
f6627b7
check-point for image experiment
by reed@google.com
· 12 years ago