Home
last modified time | relevance | path

Searched refs:baseLine (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts4 baseLine(): { file: string; text: string; };
123 sys.baseLine = () => {
142 export function verifyTscBaseline(sys: () => { baseLine: TscCompileSystem["baseLine"]; }) {
144 const { file, text } = sys().baseLine();
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts540 baseLine: () => {
541 const { file, text } = sys.baseLine();
547 texts.push(sys.baseLine().text);
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.cpp618 int baseLine = 0; in camera_calibrate_run() local
619 cv::Size textSize = cv::getTextSize (msg, 1, 1, 1, &baseLine); in camera_calibrate_run()
621 img.rows - 2 * baseLine - 10); in camera_calibrate_run()
/third_party/skia/experimental/sktext/src/
DVisualRun.h57 SkScalar baseLine() const { return fLineBaseLine; } in baseLine() function