/external/chromium_org/ppapi/shared_impl/ |
media_stream_video_track_shared.h | 18 width(0), 22 int32_t width; member in struct:ppapi::MediaStreamVideoTrackShared::Attributes
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
TouchInputHandler.java | 42 void onClientSizeChanged(int width, int height); 48 void onHostSizeChanged(int width, int height);
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device.h | 24 inline bool RasterDeviceTooBigToAllocate(int width, int height) { 31 int64_t bytes = (int64_t)width * height * bytesPerPixel;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
jquery.isonscreen.js | 19 width: $(window).width(), 24 if( box.left+box.width-container.left > 0 && 25 box.left < container.width+container.left && 41 width: $(window).width(), 46 if( $(this).offset().left+$(this).width()-container.left > 0 && 47 $(this).offset().left < container.width+container.left &&
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoframefactory.cc | 35 const CapturedFrame* aliased_frame, int width, int height) const { 39 if (!frame->Alias(aliased_frame, width, height)) {
|
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/ |
wayland-egl.c | 9 int width, int height, 12 egl_window->width = width; 23 int width, int height) 34 wl_egl_window_resize(egl_window, width, height, 0, 0); 49 int *width, int *height) 51 if (width) 52 *width = egl_window->attached_width;
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_xgl_api.h | 32 void __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, 34 void __applegl_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type); 36 GLsizei width); 41 void __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height);
|
apple_xgl_api_viewport.c | 38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height) 46 __ogl_framework_api->Viewport(x, y, width, height);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
scissor.c | 36 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height ) 42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height); 44 if (width < 0 || height < 0) { 49 _mesa_set_scissor(ctx, x, y, width, height); 57 * \param width width of the scissor box. 68 GLint x, GLint y, GLsizei width, GLsizei height) 72 width == ctx->Scissor.Width && 79 ctx->Scissor.Width = width [all...] |
scissor.h | 35 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height ); 40 GLint x, GLint y, GLsizei width, GLsizei height);
|
texcompress_cpal.h | 34 GLsizei width, GLsizei height, 39 unsigned width, unsigned height);
|
/external/chromium_org/third_party/skia/experimental/pixman/ |
junk.cpp | 25 int width, 30 bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height); 42 a8r8g8b8_to_rgba_np (dst_row, src_row, width); 49 int width, height; local 53 width = pixman_image_get_width (image); 80 width, height, NULL, -1); 84 width, height); 89 width, height,
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrClipData.cpp | 21 void GrClipData::getConservativeBounds(int width, int height, 28 width,
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitMask_opts_arm_neon.h | 10 SkColor color, int width, 14 SkColor color, int width, SkPMColor);
|
/external/chromium_org/third_party/webrtc/test/ |
frame_generator.h | 27 static FrameGenerator* Create(size_t width, size_t height); 29 size_t width,
|
video_renderer.cc | 25 size_t width, 27 VideoRenderer* renderer = CreatePlatformRenderer(window_title, width, height);
|
video_renderer.h | 23 static VideoRenderer* Create(const char* window_title, size_t width, 31 size_t width, size_t height);
|
/external/chromium_org/third_party/webrtc/test/linux/ |
video_renderer_linux.cc | 18 size_t width, 20 GlxRenderer* glx_renderer = GlxRenderer::Create(window_title, width, height);
|
/external/chromium_org/ui/webui/resources/css/ |
alert_overlay.css | 6 width: 500px;
|
throbber.css | 9 width: 16px;
|
/external/clang/test/PCH/ |
cxx-implicit-moves.cpp | 10 double width; member in struct:NSSize 22 return s.width;
|
/external/deqp/framework/common/ |
tcuRenderTarget.cpp | 39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int stencilBits, int numSamples) 40 : m_width (width)
|
/external/deqp/modules/egl/ |
teglGLES1RenderUtil.hpp | 37 void clear (int x, int y, int width, int height, const tcu::Vec4& color); 38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
|
teglGLES2RenderUtil.hpp | 37 void clear (int x, int y, int width, int height, const tcu::Vec4& color); 38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
|
teglVGRenderUtil.hpp | 37 void clear (int x, int y, int width, int height, const tcu::Vec4& color); 38 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
|