Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 4 of 4) sorted by relevance

/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 …T_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1) in stbtt_GetFontBoundingBox()
1564 int x0,y0,x1,y1; in stbtt_GetGlyphBitmapBoxSubpixel() local
1649 float x0,y0, x1,y1; member
1865 …clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, float y0, float x1, float y1) in stbtt__handle_clipped_edge()
2026 float y1,y2; in stbtt__fill_active_edges_new() local
[all …]
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dptrace.h77 unsigned long y1; member
/rk3399_rockchip-uboot/tools/easylogo/
H A Deasylogo.c48 unsigned char Cb, y1, Cr, y2; member
/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()