Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttgload.c1649 FT_Byte* widthp; in compute_glyph_metrics() local
1652 widthp = tt_face_get_device_metrics( face, in compute_glyph_metrics()
1656 if ( widthp ) in compute_glyph_metrics()
1657 glyph->metrics.horiAdvance = *widthp << 6; in compute_glyph_metrics()
/external/qemu/
Darm-dis.c1559 unsigned long *valuep, int *widthp) in arm_decode_bitfield() argument
1584 if (widthp) in arm_decode_bitfield()
1585 *widthp = width; in arm_decode_bitfield()