Home
last modified time | relevance | path

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

/dports/lang/gscheme/GScheme/
H A DVScheme.m514 imgMax.x = result.width;
515 imgMax.y = result.height;
548 if(imgMax.x<maxx){
549 imgMax.x = maxx;
551 if(imgMax.y<maxy){
552 imgMax.y = maxy;
560 if(imgMax.x<maxx){
561 imgMax.x = maxx;
563 if(imgMax.y<maxy){
564 imgMax.y = maxy;
[all …]
H A DVScheme.h62 NSPoint imgMin, imgMax; variable