Oopenharmony_ciCVE 513337118
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Move lang to list in Android font manager. Change-Id: Ia4af2769f4761e6b444ed0c232c48199872f3acc Reviewed-on: https://skia-review.googlesource.com/33480 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> | 8 年前 | |
SkRemoteGlyphCache Add tracing to diff canvas Use extra_cflags=["-DSK_CAPTURE_DRAW_TEXT_BLOB"] to enable. Change-Id: I1d6db478ee91696cdce090647b889c17a83a2718 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/250259 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Herb Derby <herb@google.com> | 6 年前 | |
Do not create an SkRawCodec with zero dimensions Add a test BUG=skia:3534 BUG=b/33300701 Change-Id: Ifb3a824a36998c5e626c4ad58466845f49d18ebf Reviewed-on: https://skia-review.googlesource.com/5568 Commit-Queue: Leon Scroggins <scroggo@google.com> Reviewed-by: Matt Sarett <msarett@google.com> | 9 年前 | |
Android NDK typefaces to report all names In addition to the names of the typefaces given by the underlying font, report all the names that are added by the fonts.xml scan. This allows for better testing for name based matching. Also add a few tests for createFamilyNameIterator. Change-Id: I2bb80a9c2ae6e89ae1563d70356f489c3ce3608f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1033356 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Florin Malita <fmalita@google.com> | 10 个月前 | |
update ColorSpaceTest.cpp to remove MakeICC The upperLeft and upperRight profiles are A2B/B2A-only, and so cannot be represented as SkColorSpace using SkColorSpace::Make(skcms_ICCProfile). They do parse fine, of course. Change-Id: Iaf51911c2b06b985037d3d5e74b043fb344e320e Reviewed-on: https://skia-review.googlesource.com/129653 Commit-Queue: Mike Klein <mtklein@chromium.org> Commit-Queue: Brian Osman <brianosman@google.com> Auto-Submit: Mike Klein <mtklein@chromium.org> Reviewed-by: Brian Osman <brianosman@google.com> | 7 年前 | |
[rust png] Restrict sBIT handling to 8-bit images. Bug: chromium:458852444 Change-Id: Id27c26f48e19453fc6d864cf3b368379bb5b3aff Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1103037 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Łukasz Anforowicz <lukasza@google.com> | 7 个月前 | |
Move skbug5883.gif to a better test Bug: skia:11754 This image is invalid - SkCodec draws *something* but it's not particularly meaningful. Remove it from our CodecSrc tests and add it to BadImage tests so that we still verify we don't crash (etc) but we no longer expect to be able to draw it using the platform generator. Change-Id: I4781d645896d9f01afbd70fb0c5acfd262dd3169 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/385880 Commit-Queue: Leon Scroggins <scroggo@google.com> Auto-Submit: Leon Scroggins <scroggo@google.com> Reviewed-by: Joe Gregorio <jcgregorio@google.com> | 5 年前 | |
[skottie] Add support for fill rule There's some friction with SkSG, because unlike Skia, Lottie specifies the fill rule on paint, not on geometry. Furthermore, geometry nodes can be paired with multiple paint nodes (with possibly different fill rules) to emit draw commands. The proposed solution relies on a new GeometryEffect wrapper (FillTypeOverride) which is injected locally to the draw command. Change-Id: I11ce8e8b8137af8242d57363b904e4c1e99b3281 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1032616 Commit-Queue: Florin Malita <fmalita@google.com> Reviewed-by: Brandon Wilson <bwils@google.com> | 10 个月前 | |
CVE 513337118 Signed-off-by: whuqincheng <liweiyang1@huawei.com> | 23 天前 | |
Shaper Tests: make a macro, rename test resources. Change-Id: Ic7bfd4784d9b2031fdcbf57e730b8c738b9ac9d3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/211990 Auto-Submit: Hal Canary <halcanary@google.com> Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Herb Derby <herb@google.com> | 7 年前 | |
Make Bazel boilerplate presubmit platform dependent This also adds the boilerplate to a few files using a bespoke script. Change-Id: Ie65d2490ada73e08ae64d1757cc90a8c8eaa9e74 No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1000396 Reviewed-by: Michael Ludwig <michaelludwig@google.com> | 1 年前 | |
Add animated cowboy sample from WebKit tests, and fix. Bug: chromium:712455 Change-Id: Ic9bb9b862abe01f112cc41d28589733460b15bc1 Reviewed-on: https://skia-review.googlesource.com/50181 Commit-Queue: Jim Van Verth <jvanverth@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com> | 8 年前 | |
Add animated cowboy sample from WebKit tests, and fix. Bug: chromium:712455 Change-Id: Ic9bb9b862abe01f112cc41d28589733460b15bc1 Reviewed-on: https://skia-review.googlesource.com/50181 Commit-Queue: Jim Van Verth <jvanverth@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com> | 8 年前 | |
Avoid uninitialized memory in readByteArrayAsData Bug: 769134 readByteArray can fail (due to not having enough available or due to the wrong alignment). If it does, do not return an uninitialized block of memory. Further, drop the initial size check, which is covered by readByteArray. Add a test. Change-Id: Ia101697c5bb1ca3ae3df1795f37a74b2f602797d Reviewed-on: https://skia-review.googlesource.com/52742 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com> | 8 年前 | |
demo tweaks, scale up perlin, add call to flush for fps BUG=skia: TBR=bsalomon Review URL: https://codereview.chromium.org/1419983006 | 10 年前 | |
SkPDF/Bench: add bench for SkPDFSharedStream (deflate) Also, simplify gyp. BUG=skia:5009 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1730833003 Review URL: https://codereview.chromium.org/1730833003 | 10 年前 |