Changeset 5592c56 in mainline
- Timestamp:
- 2020-07-21T22:51:18Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2100e2
- Parents:
- c78a03d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/src/glyph_bmp.c
rc78a03d r5592c56 175 175 npixels[(y - nrect.p0.y) * npitch + x - nrect.p0.x] = 176 176 bmp->pixels[(y - bmp->rect.p0.y) * opitch + 177 177 x - bmp->rect.p0.x]; 178 178 } 179 179 }
Note:
See TracChangeset
for help on using the changeset viewer.