HelenOS sources

glyph_scale       241 uspace/app/fontedit/fontedit.c 	    rect.p0.x, glyph_scale);
glyph_scale       243 uspace/app/fontedit/fontedit.c 	    rect.p0.y, glyph_scale);
glyph_scale       484 uspace/app/fontedit/fontedit.c 	drect->p0.x = glyph_orig_x + x * glyph_scale;
glyph_scale       485 uspace/app/fontedit/fontedit.c 	drect->p0.y = glyph_orig_y + y * glyph_scale;
glyph_scale       486 uspace/app/fontedit/fontedit.c 	drect->p1.x = glyph_orig_x + (x + 1) * glyph_scale;
glyph_scale       487 uspace/app/fontedit/fontedit.c 	drect->p1.y = glyph_orig_y + (y + 1) * glyph_scale;
HelenOS homepage, sources at GitHub