Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-bcm283x/
Dmsg.c89 int bcm2835_get_video_size(int *widthp, int *heightp) in bcm2835_get_video_size() argument
102 *widthp = msg_query->physical_w_h.body.resp.width; in bcm2835_get_video_size()
108 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp, in bcm2835_set_video_params() argument
117 msg_setup->physical_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
120 msg_setup->virtual_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
145 *widthp = msg_setup->physical_w_h.body.resp.width; in bcm2835_set_video_params()
/external/u-boot/arch/arm/mach-bcm283x/include/mach/
Dmsg.h32 int bcm2835_get_video_size(int *widthp, int *heightp);
47 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp,
/external/freetype/src/truetype/
Dttgload.c2158 FT_Byte* widthp; in compute_glyph_metrics() local
2161 widthp = tt_face_get_device_metrics( face, in compute_glyph_metrics()
2175 if ( widthp && in compute_glyph_metrics()
2179 glyph->metrics.horiAdvance = *widthp * 64; in compute_glyph_metrics()
2186 if ( widthp ) in compute_glyph_metrics()
2187 glyph->metrics.horiAdvance = *widthp * 64; in compute_glyph_metrics()