OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:character_width
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/PerlMagick/demo/
annotate_words.pl
42
my ( $
character_width
,$character_height,$ascender,$descender,$text_width,
54
print "$word ( $
character_width
, $character_height,
62
my $n = $x + $originx + $
character_width
/3; # add a space
63
print "Next word at: $x + $originx + $
character_width
/3 => $n\n";
/external/wayland/cursor/
convert_font.c
92
uint8_t
character_width
;
member in struct:compressed_metrics
100
int16_t
character_width
;
member in struct:uncompressed_metrics
146
glyph->width = ((int16_t) m[i].
character_width
) - 0x80;
Completed in 1139 milliseconds