Home
last modified time | relevance | path

Searched refs:fheight (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c1084 int fheight = avctx->height; in predict_motion() local
1116 fheight = fheight >> 1; in predict_motion()
1133 offsety + height + (mv.y + 1 >> 1) > fheight) in predict_motion()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h2609 int fheight = ttSHORT(info->data + info->hhea + 4) - ttSHORT(info->data + info->hhea + 6);
2610 return (float) height / fheight;
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h2609 int fheight = ttSHORT(info->data + info->hhea + 4) - ttSHORT(info->data + info->hhea + 6);
2610 return (float) height / fheight;
/third_party/glfw/deps/
H A Dnuklear.h11567 int fheight = nk_ttSHORT(info->data + info->hhea + 4) - nk_ttSHORT(info->data + info->hhea + 6); in nk_tt_ScaleForPixelHeight() local
11568 return (float) height / (float)fheight; in nk_tt_ScaleForPixelHeight()

Completed in 74 milliseconds