Style fixes.
This commit is contained in:
@@ -350,7 +350,7 @@ decompose_ft_bitmap_gray8(const FT_Bitmap& bitmap, int x, int y,
|
|||||||
sl.add_cell(x + j, *p);
|
sl.add_cell(x + j, *p);
|
||||||
++p;
|
++p;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buf += pitch;
|
buf += pitch;
|
||||||
if (sl.num_spans()) {
|
if (sl.num_spans()) {
|
||||||
@@ -400,7 +400,7 @@ decompose_ft_bitmap_subpix(const FT_Bitmap& bitmap, int x, int y,
|
|||||||
sl.add_cell(x + j, p[0], p[1], p[2]);
|
sl.add_cell(x + j, p[0], p[1], p[2]);
|
||||||
p += 3;
|
p += 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buf += pitch;
|
buf += pitch;
|
||||||
if (sl.num_spans()) {
|
if (sl.num_spans()) {
|
||||||
@@ -541,7 +541,7 @@ decompose_ft_bitmap_subpix(const FT_Bitmap& bitmap, int x, int y,
|
|||||||
if (coverR || coverG || coverB)
|
if (coverR || coverG || coverB)
|
||||||
sl.add_cell(x + w, coverR, coverG, coverB);
|
sl.add_cell(x + w, coverR, coverG, coverB);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
buf += pitch;
|
buf += pitch;
|
||||||
if (sl.num_spans()) {
|
if (sl.num_spans()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user