Home
last modified time | relevance | path

Searched refs:stretch (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/
A DSDL_yuv_sw.c340 int stretch; in SDL_SW_CopyYUVToRGB() local
348 stretch = 0; in SDL_SW_CopyYUVToRGB()
355 stretch = 1; in SDL_SW_CopyYUVToRGB()
357 stretch = 1; in SDL_SW_CopyYUVToRGB()
359 if (stretch) { in SDL_SW_CopyYUVToRGB()
379 if (!swdata->stretch) { in SDL_SW_CopyYUVToRGB()
383 swdata->stretch = in SDL_SW_CopyYUVToRGB()
386 if (!swdata->stretch) { in SDL_SW_CopyYUVToRGB()
390 pixels = swdata->stretch->pixels; in SDL_SW_CopyYUVToRGB()
391 pitch = swdata->stretch->pitch; in SDL_SW_CopyYUVToRGB()
[all …]
A DSDL_yuv_sw_c.h43 SDL_Surface *stretch; member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dfax2tiff.c68 int stretch; variable
211 stretch = 1; in main()
325 if (!stretch) { in main()
420 if (stretch) { in copyFaxFile()
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c1703 int stretch /* 0: Do not stretch table, 1: Stretch table if needed */ in dir_next() argument
1729 if (!stretch) { /* If no stretch, report EOT */ in dir_next()
1739 … if (!stretch) dp->sect = 0; /* (this line is to suppress compiler warning) */ in dir_next()
/AliOS-Things-master/components/fatfs/src/
A Dff.c1572 int stretch /* 0: Do not stretch table, 1: Stretch table if needed */ in dir_next() argument
1597 if (!stretch) { /* If no stretch, report EOT */ in dir_next()
1607 if (!stretch) dp->sect = 0; /* (this line is to suppress compiler warning) */ in dir_next()

Completed in 21 milliseconds