Lines Matching defs:side_length
384 * @param side_length glyph width/height.
387 const int side_length)
389 const int glyph_size = side_length * side_length;
396 enum GlyphEdge edge0 = which_edge(x0, y0, side_length);
401 enum GlyphEdge edge1 = which_edge(x1, y1, side_length);
415 pglyph[point[0] + irow * side_length] = 1;
419 for (irow = point[1]; irow < side_length; irow++)
420 pglyph[point[0] + irow * side_length] = 1;
425 pglyph[icol + point[1] * side_length] = 1;
429 for (icol = point[0]; icol < side_length; icol++)
430 pglyph[icol + point[1] * side_length] = 1;