Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dvxworks.h32 u32 x1; /* don't care, used by VxWorks */ member
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h464 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member
481 float x1,y1,s1,t1; // bottom-right member
510 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member
1203 … stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int *x1, int *y1) in stbtt_GetGlyphBox()
1215 …tbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1) in stbtt_GetCodepointBox()
1532 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int … in stbtt_GetFontBoundingBox()
1564 int x0,y0,x1,y1; in stbtt_GetGlyphBitmapBoxSubpixel() local
1649 float x0,y0, x1,y1; member
1731 int x1 = e->x; w += e->direction; in stbtt__fill_active_edges() local
1865 …clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, float y0, float x1, float y1) in stbtt__handle_clipped_edge()
[all …]
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dptrace.h75 unsigned long x1; member
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A Dinteractive.c1225 #define PRINT_NNXXS(n0, n1, x0, x1, s) \ in ddr3_spd_dump() argument
1418 #define PRINT_NNXXS(n0, n1, x0, x1, s) \ in ddr4_spd_dump() argument
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c1623 static inline int interpolate(int x1, int y1, int x2, int y2, int x) in interpolate()