Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
skia-discuss
Conversations
About
skia-discuss
1–30 of 2150
Mark all as read
Report abusive group
0 selected
Bharatvaj
2
8:12 AM
C#, UWP and skia
For anyone facing this issue, I was able resolve it by following this page. Apparently I was using
unread,
C#, UWP and skia
For anyone facing this issue, I was able resolve it by following this page. Apparently I was using
8:12 AM
庄小龙
,
Brian Osman
4
May 17
Line2DPathEffect fill the closed path badly.
Thanks for your reply. About the jag at the left edge, the solution I can find out is to use a path
unread,
Line2DPathEffect fill the closed path badly.
Thanks for your reply. About the jag at the left edge, the solution I can find out is to use a path
May 17
Robert Icusca
May 17
Pixelated image when using SkShader, SkRuntimeImageFilter and canvas scaling
I'm drawing a image as a fill for a shape by converting the SkImage to an SkShader, using also a
unread,
Pixelated image when using SkShader, SkRuntimeImageFilter and canvas scaling
I'm drawing a image as a fill for a shape by converting the SkImage to an SkShader, using also a
May 17
Elliot Liu
,
Brian Osman
3
May 14
which old Skia version can build on Centos 7?
As long as you can install a "recent" version of clang (it really doesn't need to be
unread,
which old Skia version can build on Centos 7?
As long as you can install a "recent" version of clang (it really doesn't need to be
May 14
Heather Miller
May 13
Skia branch M103
Skia community- Skia has a new branch, M103. We will commit limited cherry picks of high priority
unread,
Skia branch M103
Skia community- Skia has a new branch, M103. We will commit limited cherry picks of high priority
May 13
Xinhua Chen
May 13
special character crash - skshaper building textblob in windows
Dear every one, i try to use skshaper to build textblob for my multi-platform program, i input 6° ,it
unread,
special character crash - skshaper building textblob in windows
Dear every one, i try to use skshaper to build textblob for my multi-platform program, i input 6° ,it
May 13
Xinhua Chen
May 13
consult about sktext and skparagraph modules
Dear everyone, i notice that there are sktext and skparagraph modules in our skia source files. they
unread,
consult about sktext and skparagraph modules
Dear everyone, i notice that there are sktext and skparagraph modules in our skia source files. they
May 13
James Houx
, …
Jim Van Verth
3
May 11
DrawAtlas Method Signature is Unclear To Me
SampleAtlas.cpp is another place to look. It generates a sprite atlas by rendering glyphs to a
unread,
DrawAtlas Method Signature is Unclear To Me
SampleAtlas.cpp is another place to look. It generates a sprite atlas by rendering glyphs to a
May 11
corey....@gmail.com
,
Brian Osman
2
May 9
SkPicture Diff
It's not well tested, but the DM testing application does have a dump-to-json mode: out/Debug/dm
unread,
SkPicture Diff
It's not well tested, but the DM testing application does have a dump-to-json mode: out/Debug/dm
May 9
yangyang
May 6
Skia VS Fuchsia Spinel
Hi there, I remember Skia once had gpu-compute backend project which is now the spinel project in
unread,
Skia VS Fuchsia Spinel
Hi there, I remember Skia once had gpu-compute backend project which is now the spinel project in
May 6
Giuseppe
,
Brian Osman
3
May 5
SkImageFilters::Shader examples?
Thanks! It's exactly what I needed On Tuesday, 3 May 2022 at 19:47:53 UTC+2 brian...@google.com
unread,
SkImageFilters::Shader examples?
Thanks! It's exactly what I needed On Tuesday, 3 May 2022 at 19:47:53 UTC+2 brian...@google.com
May 5
Joaquín Luis Monleón Irisarri
May 4
Start skia on android emulator avd.
Hi. I'm having trouble using skia in an Android NativeActivity app from the android emulator (avd
unread,
Start skia on android emulator avd.
Hi. I'm having trouble using skia in an Android NativeActivity app from the android emulator (avd
May 4
Roni Keller
,
Brian Osman
5
May 2
2 GB Memory limitation
Thank you for your very detailed description of the work around! Using SkNWayCanvas works perfectly
unread,
2 GB Memory limitation
Thank you for your very detailed description of the work around! Using SkNWayCanvas works perfectly
May 2
Xinhua Chen
, …
bin he
4
May 2
text bounds problem for sktextblob
I have the same question, how to you deal ? thank you for any help. 在2022年4月19日星期二 UTC+8 09:55:58<
unread,
text bounds problem for sktextblob
I have the same question, how to you deal ? thank you for any help. 在2022年4月19日星期二 UTC+8 09:55:58<
May 2
Birat Thapa
Apr 26
Skia WEBGL multiple surfaces bug
I have come across a problem using 2 WEBGL surfaces. When I try to drawImage from one WEBGL(GPU) and
unread,
Skia WEBGL multiple surfaces bug
I have come across a problem using 2 WEBGL surfaces. When I try to drawImage from one WEBGL(GPU) and
Apr 26
Birat Thapa
,
Shreeniwas Sharma
4
Apr 25
Skia Canvaskit Redraw Bug
Update: For WebGL(GPU), creating a WebGLCanvasSurface and passing WebGLOptions with
unread,
Skia Canvaskit Redraw Bug
Update: For WebGL(GPU), creating a WebGLCanvasSurface and passing WebGLOptions with
Apr 25
Merck Hung
,
Brian Osman
3
Apr 21
Composition of static and dynamic contents?
Thank you so much, Brian. Best Regards, Merck Hung | Technical Solution Consultant | merckhung@google
unread,
Composition of static and dynamic contents?
Thank you so much, Brian. Best Regards, Merck Hung | Technical Solution Consultant | merckhung@google
Apr 21
Heather Miller
Apr 20
Skia branch M102
I was out late last/early this week but wanted to be sure you were aware that during that time, Skia
unread,
Skia branch M102
I was out late last/early this week but wanted to be sure you were aware that during that time, Skia
Apr 20
Giuseppe
,
Greg Daniel
5
Apr 19
Metal backend makeImageSnapshot not working
Great, that was my suspiction. Thanks for confirming and the quick replies! On Monday, 18 April 2022
unread,
Metal backend makeImageSnapshot not working
Great, that was my suspiction. Thanks for confirming and the quick replies! On Monday, 18 April 2022
Apr 19
abhishek kumar
,
George Wright
2
Apr 18
How to draw array of pixels?
You can either wrap that pixel pointer in an SkPixmap object, then you can create an SkImage from the
unread,
How to draw array of pixels?
You can either wrap that pixel pointer in an SkPixmap object, then you can create an SkImage from the
Apr 18
Xinhua Chen
Apr 18
sktextblob problem about special width
Dear everyone: i use skshaper to make special width textblob to display the text. i found when input
unread,
sktextblob problem about special width
Dear everyone: i use skshaper to make special width textblob to display the text. i found when input
Apr 18
j0hnny
,
Brian Osman
3
Apr 12
SKPath optimizations on lower scale factors
Thank you for your reply and the explanations. It's good info for me to know that "something
unread,
SKPath optimizations on lower scale factors
Thank you for your reply and the explanations. It's good info for me to know that "something
Apr 12
Zhuo Wang
, …
Sam Hu
4
Apr 8
multithreading vulkan backend
hi, there. I wonder, do u guys actually have some scenario for 2D that can benefit from such
unread,
multithreading vulkan backend
hi, there. I wonder, do u guys actually have some scenario for 2D that can benefit from such
Apr 8
오르비스
Apr 4
How can I make "RepeatedNinepatch"?
I am a skia beginner. I want to make a nine-patch image that repeats the selected area. How can I
unread,
How can I make "RepeatedNinepatch"?
I am a skia beginner. I want to make a nine-patch image that repeats the selected area. How can I
Apr 4
Oliver Larkin
, …
李華斯
4
Apr 4
How to build skia for mac catalyst?
'Oliver Larkin' via skia-discuss <skia-discuss@googlegroups.com> 於 2022年4月5日 週二 上午2:53
unread,
How to build skia for mac catalyst?
'Oliver Larkin' via skia-discuss <skia-discuss@googlegroups.com> 於 2022年4月5日 週二 上午2:53
Apr 4
Luis Grimaldo
, …
Jim Van Verth
4
Mar 30
How to build skia for iOS simulator on an M1 mac
I've just landed a CL that adds a new gn argument: ios_use_simulator. Set that to true and
unread,
How to build skia for iOS simulator on an M1 mac
I've just landed a CL that adds a new gn argument: ios_use_simulator. Set that to true and
Mar 30
yang zhao
,
Jim Van Verth
3
Mar 30
How to build skia library on macos M1 12.1mac arm64 system .
hello, python3 tools/git-sync-deps gives me the following error: I tried 6 times and it always came
unread,
How to build skia library on macos M1 12.1mac arm64 system .
hello, python3 tools/git-sync-deps gives me the following error: I tried 6 times and it always came
Mar 30
Christian Falch
,
Greg Daniel
3
Mar 30
Build fails: Python 2.X is deprecated in MacOS Monterey 12.3
Nice, thanks! onsdag 30. mars 2022 kl. 15:30:50 UTC+2 skrev egda...@google.com: Yeah Mac 12.3 removed
unread,
Build fails: Python 2.X is deprecated in MacOS Monterey 12.3
Nice, thanks! onsdag 30. mars 2022 kl. 15:30:50 UTC+2 skrev egda...@google.com: Yeah Mac 12.3 removed
Mar 30
Richard Wilkes
Mar 27
Suggestions on how to fix this build issue?
Last year, I was able to successfully build the skia source from these two commits:
unread,
Suggestions on how to fix this build issue?
Last year, I was able to successfully build the skia source from these two commits:
Mar 27
Heather Miller
Mar 18
Skia branch M101
Skia community- Skia has a new branch, M101. We will commit limited cherry picks of high priority
unread,
Skia branch M101
Skia community- Skia has a new branch, M101. We will commit limited cherry picks of high priority
Mar 18