Lines Matching refs:height
111 polyline[2] = Point(imgSize.width, imgSize.height);
112 polyline[3] = Point(0, imgSize.height);
118 if( clipLine(Rect(0,0,imgSize.width,imgSize.height), p1, p2) && clipLine(imgSize, p1, p2) )
121 p2 = Point(3,imgSize.height+1000);
122 if( clipLine(Rect(0,0,imgSize.width,imgSize.height), p1, p2) && clipLine(imgSize, p1, p2) )
126 if( clipLine(Rect(0,0,imgSize.width,imgSize.height), p1, p2) && clipLine(imgSize, p1, p2) )
130 if( clipLine(Rect(0,0,imgSize.width,imgSize.height), p1, p2) && clipLine(imgSize, p1, p2) )
175 Point textOrg((img.cols - textSize.width)/2, (img.rows + textSize.height)/2);
176 rectangle(img, textOrg + Point(0, baseline), textOrg + Point(textSize.width, -textSize.height), Scalar(0,0,255));
186 textOrg = Point(5,5)+Point(0,textSize.height+dist);
191 textOrg += Point(0,textSize.height+dist);
196 textOrg += Point(0,textSize.height+dist);
200 textOrg += Point(0,textSize.height+dist);
204 textOrg += Point(0,textSize.height+dist);
209 textOrg += Point(0,180) + Point(0,textSize.height+dist);
213 textOrg += Point(0,textSize.height+dist);
217 textOrg += Point(0,textSize.height+dist);
222 textOrg += Point(0,textSize.height+dist);
261 polyline[2] = cvPoint(imgSize.width, imgSize.height);
262 polyline[3] = cvPoint(0, imgSize.height);
272 p1 = cvPoint(1,1), p2 = cvPoint(3,imgSize.height+1000);
288 box.size.height = 100;
336 CvPoint textOrg = cvPoint((imgSize.width - textSize.width)/2, (imgSize.height + textSize.height)/2);
338 cvPoint(textOrg.x + textSize.width, textOrg.y - textSize.height), cvScalar(0,0,255));
348 textOrg = cvPoint(5, 5+textSize.height+dist);
353 textOrg = cvPoint(textOrg.x,textOrg.y+textSize.height+dist);
358 textOrg = cvPoint(textOrg.x,textOrg.y+textSize.height+dist);
363 textOrg = cvPoint(textOrg.x,textOrg.y+textSize.height+dist);
368 textOrg = cvPoint(textOrg.x,textOrg.y+textSize.height+dist);
373 textOrg = cvPoint(textOrg.x,textOrg.y+textSize.height+dist + 180);
378 textOrg = cvPoint(textOrg.x,textOrg.y+textSize.height+dist);
383 textOrg = cvPoint(textOrg.x,textOrg.y+textSize.height+dist);
389 textOrg = cvPoint(textOrg.x,textOrg.y+textSize.height+dist);
504 Point textOrg(0, textSize.height + 2);
510 bigSize.height += img.size().height + 1;
522 shift += img->size().height + 1;