/external/webrtc/webrtc/modules/video_render/external/ |
video_render_external_impl.h | 75 virtual VideoRenderType RenderType();
|
video_render_external_impl.cc | 91 VideoRenderType VideoRenderExternalImpl::RenderType()
|
/external/webrtc/webrtc/modules/video_render/ |
i_video_render.h | 76 virtual VideoRenderType RenderType() = 0;
|
video_render_impl.cc | 96 VideoRenderType videoRenderType = _ptrRenderer->RenderType();
|
video_render_internal_impl.cc | 220 VideoRenderType videoRenderType = _ptrRenderer->RenderType();
|
/external/webrtc/webrtc/modules/video_render/linux/ |
video_render_linux_impl.h | 76 virtual VideoRenderType RenderType();
|
video_render_linux_impl.cc | 165 VideoRenderType VideoRenderLinuxImpl::RenderType()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
video_render_mac_carbon_impl.h | 80 virtual VideoRenderType RenderType();
|
video_render_mac_cocoa_impl.h | 80 virtual VideoRenderType RenderType();
|
video_render_mac_carbon_impl.cc | 180 VideoRenderMacCarbonImpl::RenderType()
|
video_render_mac_cocoa_impl.mm | 149 VideoRenderMacCocoaImpl::RenderType()
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/ |
Glyph.java | 27 import com.badlogic.gdx.tools.hiero.unicodefont.UnicodeFont.RenderType;
47 if (unicodeFont.renderType == RenderType.FreeType && unicodeFont.bitmapFont != null) {
|
GlyphPage.java | 45 import com.badlogic.gdx.tools.hiero.unicodefont.UnicodeFont.RenderType;
141 if (unicodeFont.getRenderType() == RenderType.FreeType && unicodeFont.bitmapFont != null) {
172 if (unicodeFont.getRenderType() == RenderType.Native) {
180 } else if (unicodeFont.getRenderType() == RenderType.Java) {
|
UnicodeFont.java | 76 RenderType renderType;
271 if (renderType == RenderType.FreeType && bitmapFont != null)
371 } else if (renderType == RenderType.Native) offsetX += bounds.width;
412 if (renderType == RenderType.Native) {
480 if (renderType == RenderType.FreeType && bitmapFont != null) return (int)bitmapFont.getAscent(); [all...] |
/external/webrtc/webrtc/modules/video_render/ios/ |
video_render_ios_impl.h | 55 VideoRenderType RenderType() override;
|
video_render_ios_impl.mm | 104 VideoRenderType VideoRenderIosImpl::RenderType() { return kRenderiOS; }
|
/external/webrtc/webrtc/modules/video_render/windows/ |
video_render_windows_impl.h | 84 virtual VideoRenderType RenderType();
|
video_render_windows_impl.cc | 180 VideoRenderType VideoRenderWindowsImpl::RenderType()
|
/external/webrtc/webrtc/modules/video_render/android/ |
video_render_android_impl.h | 77 virtual VideoRenderType RenderType();
|
video_render_android_impl.cc | 228 VideoRenderType VideoRenderAndroid::RenderType() {
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/ |
Hiero.java | 98 import com.badlogic.gdx.tools.hiero.unicodefont.UnicodeFont.RenderType;
313 unicodeFont.setRenderType(RenderType.Native);
315 unicodeFont.setRenderType(RenderType.FreeType);
317 unicodeFont.setRenderType(RenderType.Java);
[all...] |
/external/ImageMagick/MagickCore/ |
annotate.c | 138 RenderType(Image *,const DrawInfo *,const PointInfo *,TypeMetric *, 542 status=RenderType(image,annotate,&offset,&metrics,exception); 868 status=RenderType(image,annotate_info,&offset,metrics,exception); [all...] |