Searched refs:baseLine (Results 1 – 4 of 4) sorted by relevance
4 baseLine(): { file: string; text: string; };123 sys.baseLine = () => {142 export function verifyTscBaseline(sys: () => { baseLine: TscCompileSystem["baseLine"]; }) {144 const { file, text } = sys().baseLine();
540 baseLine: () => {541 const { file, text } = sys.baseLine();547 texts.push(sys.baseLine().text);
618 int baseLine = 0; in camera_calibrate_run() local619 cv::Size textSize = cv::getTextSize (msg, 1, 1, 1, &baseLine); in camera_calibrate_run()621 img.rows - 2 * baseLine - 10); in camera_calibrate_run()
57 SkScalar baseLine() const { return fLineBaseLine; } in baseLine() function