Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8a1a3e6

Browse files
herbderbySkia Commit-Bot
authored andcommitted
WS: SkStrike
Change-Id: I2419ebbd53e50d39a1469d97f1b7736b0db73da6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/254096 Reviewed-by: Herb Derby <herb@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
1 parent ad21d47 commit 8a1a3e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/SkStrike.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ SkGlyph* SkStrike::mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from)
125125
return glyph;
126126
}
127127

128-
const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID,
129-
SkPackedGlyphID vetoID) const {
128+
const SkGlyph* SkStrike::getCachedGlyphAnySubPix(SkGlyphID glyphID, SkPackedGlyphID vetoID) const {
130129
for (SkFixed subY = 0; subY < SK_Fixed1; subY += SK_FixedQuarter) {
131130
for (SkFixed subX = 0; subX < SK_Fixed1; subX += SK_FixedQuarter) {
132131
SkPackedGlyphID packedGlyphID{glyphID, subX, subY};

0 commit comments

Comments
 (0)