Searched refs:RenderType (Results 1 - 18 of 18) sorted by relevance

/external/webrtc/webrtc/modules/video_render/
H A Di_video_render.h76 virtual VideoRenderType RenderType() = 0;
H A Dvideo_render_impl.cc96 VideoRenderType videoRenderType = _ptrRenderer->RenderType();
H A Dvideo_render_internal_impl.cc220 VideoRenderType videoRenderType = _ptrRenderer->RenderType();
/external/webrtc/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.h75 virtual VideoRenderType RenderType();
H A Dvideo_render_external_impl.cc91 VideoRenderType VideoRenderExternalImpl::RenderType() function in class:webrtc::VideoRenderExternalImpl
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_impl.h55 VideoRenderType RenderType() override;
H A Dvideo_render_ios_impl.mm104 VideoRenderType VideoRenderIosImpl::RenderType() { return kRenderiOS; }
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.h76 virtual VideoRenderType RenderType();
H A Dvideo_render_linux_impl.cc165 VideoRenderType VideoRenderLinuxImpl::RenderType() function in class:webrtc::VideoRenderLinuxImpl
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.h80 virtual VideoRenderType RenderType();
H A Dvideo_render_mac_cocoa_impl.h80 virtual VideoRenderType RenderType();
H A Dvideo_render_mac_carbon_impl.cc180 VideoRenderMacCarbonImpl::RenderType() function in class:webrtc::VideoRenderMacCarbonImpl
H A Dvideo_render_mac_cocoa_impl.mm149 VideoRenderMacCocoaImpl::RenderType()
/external/webrtc/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.h84 virtual VideoRenderType RenderType();
H A Dvideo_render_windows_impl.cc180 VideoRenderType VideoRenderWindowsImpl::RenderType() function in class:webrtc::VideoRenderWindowsImpl
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.h77 virtual VideoRenderType RenderType();
H A Dvideo_render_android_impl.cc228 VideoRenderType VideoRenderAndroid::RenderType() { function in class:webrtc::VideoRenderAndroid
/external/ImageMagick/MagickCore/
H A Dannotate.c138 RenderType(Image *,const DrawInfo *,const PointInfo *,TypeMetric *,
542 status=RenderType(image,annotate,&offset,&metrics,exception);
868 status=RenderType(image,annotate_info,&offset,metrics,exception);
895 % RenderType() renders text on the image. It also returns the bounding box of
898 % The format of the RenderType method is:
900 % MagickBooleanType RenderType(Image *image,DrawInfo *draw_info,
916 static MagickBooleanType RenderType(Image *image,const DrawInfo *draw_info,
906 static MagickBooleanType RenderType(Image *image,const DrawInfo *draw_info, function

Completed in 163 milliseconds