Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h643 int index_map; // a cmap mapping for our chosen character encoding member
1050 info->index_map = 0; in stbtt_InitFont()
1060 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()
1067 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()
1071 if (info->index_map == 0) in stbtt_InitFont()
1081 stbtt_uint32 index_map = info->index_map; in stbtt_FindGlyphIndex() local
1083 stbtt_uint16 format = ttUSHORT(data + index_map + 0); in stbtt_FindGlyphIndex()
1085 stbtt_int32 bytes = ttUSHORT(data + index_map + 2); in stbtt_FindGlyphIndex()
1087 return ttBYTE(data + index_map + 6 + unicode_codepoint); in stbtt_FindGlyphIndex()
1090 stbtt_uint32 first = ttUSHORT(data + index_map + 6); in stbtt_FindGlyphIndex()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-utils/
H A D0002-libv4l-mplane-Filter-out-multiplane-formats.patch26 + int index_map[MPLANE_MAX_FORMATS];
88 + formats->index_map[formats->num_formats] = n;
154 + arg->index = formats->index_map[index];
/OK3568_Linux_fs/buildroot/package/libv4l/
H A D0002-libv4l-mplane-Filter-out-multiplane-formats.patch26 + int index_map[MPLANE_MAX_FORMATS];
88 + formats->index_map[formats->num_formats] = n;
154 + arg->index = formats->index_map[index];