Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c5248 static int gnBlurSize=1; variable
5271 for (x_index=x-gnBlurSize; x_index <= x+gnBlurSize; x_index++) {
5275 for (y_index=y-gnBlurSize; y_index <= y+gnBlurSize; y_index++) {
5305 int x_index, array_size=((gnBlurSize<<1)+1);
5307 if (x < gnBlurSize || x >= gnImageW-gnBlurSize ||
5308 y < gnBlurSize || y >= gnImageH-gnBlurSize) {
5311 for (x_index=x-gnBlurSize; x_index <= x+gnBlurSize; x_index++) {
5314 for (y_index=y-gnBlurSize; y_index <= y+gnBlurSize; y_index++) {
5350 gnBlurSize = ((nSize-1)>>1);
5352 if (topSel->obj->detail.xpm->image_w <= gnBlurSize ||
[all …]