Home
last modified time | relevance | path

Searched refs:bmp_has_image (Results 1 – 1 of 1) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dbvedit.c653 int bmp_has_image = false, bmp_width; in BCPrepareForOutput() local
671 for ( i=0; i<bc->bytes_per_line * bmp_width && !bmp_has_image; i++ ) { in BCPrepareForOutput()
672 if ( bc->bitmap[i] != 0 ) bmp_has_image = true; in BCPrepareForOutput()
675 if ( mergeall || bmp_has_image ) { in BCPrepareForOutput()