Searched refs:horizontal_scale (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/desktop_capture/win/ |
D | window_capturer_win_gdi.cc | 207 double horizontal_scale = 1.0; in CaptureFrame() local 225 horizontal_scale = in CaptureFrame() 229 original_rect.Scale(horizontal_scale, vertical_scale); in CaptureFrame() 230 cropped_rect.Scale(horizontal_scale, vertical_scale); in CaptureFrame() 350 *results.frame, horizontal_scale, vertical_scale); in CaptureFrame()
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame.cc | 66 double horizontal_scale, in CopyIntersectingPixelsFrom() argument 76 if (horizontal_scale != 1.0 || vertical_scale != 1.0) { in CopyIntersectingPixelsFrom() 79 std::round((horizontal_scale - 1.0) * src_frame_offset.x())), in CopyIntersectingPixelsFrom()
|
D | desktop_frame_unittest.cc | 37 double horizontal_scale; member 48 *src_frame, test.horizontal_scale, test.vertical_scale); in RunTest()
|
D | desktop_frame.h | 95 double horizontal_scale,
|
/external/ImageMagick/MagickCore/ |
D | composite.c | 948 horizontal_scale, in CompositeImage() local 978 horizontal_scale=(MagickRealType) (source_image->columns-1)/2.0; in CompositeImage() 983 horizontal_scale=(MagickRealType) (image->columns-1)/2.0; in CompositeImage() 989 horizontal_scale=geometry_info.rho; in CompositeImage() 995 horizontal_scale*=(source_image->columns-1)/200.0; in CompositeImage() 1000 horizontal_scale*=(image->columns-1)/200.0; in CompositeImage() 1005 vertical_scale=horizontal_scale; in CompositeImage() 1081 offset.x=(double) (horizontal_scale*(GetPixelRed(source_image,p)- in CompositeImage()
|