Home
last modified time | relevance | path

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

/dports/lang/gscheme/GScheme/
H A DVScheme.h61 BOOL atImgStart; variable
H A DVScheme.m488 if(atImgStart==YES && (inst.what==DRAW_MOVE || inst.what==DRAW_LINE)){
489 atImgStart = NO;
492 else if(atImgStart==YES && (inst.what==DRAW_CIRCLE || inst.what==FILL_CIRCLE)){
493 atImgStart = NO;
500 else if(atImgStart==YES && (inst.what==DRAW_RECT || inst.what==FILL_RECT)){
501 atImgStart = NO;
508 else if(atImgStart==YES && inst.what==DRAW_STRING){
509 atImgStart = NO;
590 atImgStart = YES;
2020 if(atImgStart==NO){