Home
last modified time | relevance | path

Searched defs:textOrg (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgcodecs/test/
Dtest_drawing.cpp175 Point textOrg((img.cols - textSize.width)/2, (img.rows + textSize.height)/2); in draw() local
336 …CvPoint textOrg = cvPoint((imgSize.width - textSize.width)/2, (imgSize.height + textSize.height)/2… in draw() local
504 Point textOrg(0, textSize.height + 2); in run() local