Home
last modified time | relevance | path

Searched refs:bottom_right (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c182 cl_float2 bottom_right; member
1002 cl_float2 bottom_right = transformed_point(frame_width, frame_height, transform); in update_needed_crop() local
1006 if (crop->bottom_right.s[0] == 0) { in update_needed_crop()
1008 crop->bottom_right.s[0] = frame_width; in update_needed_crop()
1009 crop->bottom_right.s[1] = frame_height; in update_needed_crop()
1024 crop->bottom_right.s[0] = FFMIN3( in update_needed_crop()
1025 crop->bottom_right.s[0], in update_needed_crop()
1026 bottom_right.s[0], in update_needed_crop()
1030 crop->bottom_right.s[1] = FFMIN3( in update_needed_crop()
1031 crop->bottom_right in update_needed_crop()
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h1427 * bottom_right ::
1441 FT_Vector bottom_right; member
/third_party/ffmpeg/libavcodec/
H A Dcbs_h264.h184 uint16_t bottom_right[H264_MAX_SLICE_GROUPS]; member
H A Dcbs_h264_syntax_template.c446 ues(bottom_right[iGroup], in pps()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp1049 {SkFDot6ToScalar(colrGlyphClipBox.bottom_right.x), in GetClipBoxPath()
1050 -SkFDot6ToScalar(colrGlyphClipBox.bottom_right.y)}}, in GetClipBoxPath()
H A DSkFontHost_FreeType.cpp1128 colrGlyphBbox.bottom_right}) {
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcolr.c921 clip_box->bottom_right = corners[3]; in FT_LOCAL_DEF()

Completed in 13 milliseconds