Home
last modified time | relevance | path

Searched refs:firstcolor (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c706 int firstcolor, int ncolors) in SDL_SetPaletteColors() argument
714 if (ncolors > (palette->ncolors - firstcolor)) { in SDL_SetPaletteColors()
715 ncolors = (palette->ncolors - firstcolor); in SDL_SetPaletteColors()
719 if (colors != (palette->colors + firstcolor)) { in SDL_SetPaletteColors()
720 SDL_memcpy(palette->colors + firstcolor, colors, in SDL_SetPaletteColors()
/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h420 int firstcolor, int ncolors);

Completed in 6 milliseconds