Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(363)

Issue 183096: Add flag to enable bitmap strikes.

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 9 months ago by agl
Modified:
14 years, 9 months ago
Reviewers:
reed
Visibility:
Public.

Description

Add flag to enable bitmap strikes.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -7 lines) Patch
M include/core/SkPaint.h View 3 chunks +14 lines, -2 lines 0 comments Download
M include/core/SkScalerContext.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkPaint.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M src/ports/SkFontHost_FreeType.cpp View 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 3
agl
14 years, 9 months ago (2009-12-31 00:19:31 UTC) #1
reed
What do you mean by kBitmapStrikes? Embedded bitmaps inside the font? If so, how about ...
14 years, 9 months ago (2009-12-31 01:17:42 UTC) #2
agl
14 years, 9 months ago (2010-01-04 18:25:46 UTC) #3
On 2009/12/31 01:17:42, reed wrote:
> What do you mean by kBitmapStrikes? Embedded bitmaps inside the font? If so,
how
> about calling it EmbeddedBitmapText, to close match the meaning (to me
anyway),
> and the pattern of adding Text after the name for flags related to text/fonts.

Renamed.

> It looks like you have an unrelated change in freetype, adding the LCD formats
> to an if-statement, which seems fine.

It's actually related. Once you enable bitmap strikes, you need to add these LCD
formats to the if statement otherwise we can't convert the bitmaps to masks and
we hit an assert.

Thanks for the review. Landing now.


AGL
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b