HomeSort by relevance Sort by last modified time
    Searched refs:widthp (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/mach-bcm283x/include/mach/
msg.h 28 * @widthp: Returns the width in pixels
32 int bcm2835_get_video_size(int *widthp, int *heightp);
37 * @widthp: Video width to request (returns the actual width selected)
47 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp,
  /external/u-boot/arch/arm/mach-bcm283x/
msg.c 89 int bcm2835_get_video_size(int *widthp, int *heightp)
102 *widthp = msg_query->physical_w_h.body.resp.width;
108 int bcm2835_set_video_params(int *widthp, int *heightp, int depth_bpp,
117 msg_setup->physical_w_h.body.req.width = *widthp;
120 msg_setup->virtual_w_h.body.req.width = *widthp;
145 *widthp = msg_setup->physical_w_h.body.resp.width;
  /external/freetype/src/truetype/
ttgload.c 2158 FT_Byte* widthp; local
    [all...]

Completed in 6139 milliseconds