Re: [Integrated] RFR: 8237833: Check glyph size before adding to glyph texture cache

2020-01-31 Thread Phil Race
Changeset: d05e8fc4 Author:Phil Race Date: 2020-01-31 18:21:51 + URL: https://git.openjdk.java.net/jfx/commit/d05e8fc4 8237833: Check glyph size before adding to glyph texture cache Reviewed-by: kcr ! modules/javafx.graphics/src/main/java/com/sun/prism/impl/GlyphCache.java

Re: RFR: 8237833: Check glyph size before adding to glyph texture cache

2020-01-31 Thread Kevin Rushforth
On Fri, 24 Jan 2020 21:05:49 GMT, Phil Race wrote: > Check if the glyph will fit before trying to cache it. Looks good. - Marked as reviewed by kcr (Lead). PR: https://git.openjdk.java.net/jfx/pull/96

RFR: 8237833: Check glyph size before adding to glyph texture cache

2020-01-24 Thread Phil Race
Check if the glyph will fit before trying to cache it. - Commits: - fbfb2473: 8237833: Check glyph size before adding to glyph texture cache Changes: https://git.openjdk.java.net/jfx/pull/96/files Webrev: https://webrevs.openjdk.java.net/jfx/96/webrev.00 Issue: