Searched defs:height (Results 101 - 125 of 2970) sorted by relevance

1234567891011>>

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_async_pixel.cc137 GLsizei width, height; local
138 EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
166 GLsizei width, height; local
167 EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
169 EXPECT_EQ(height, 8);
/external/chromium_org/gpu/gles2_conform_support/native/
H A Degl_native_aura.cc36 const char* title, int width, int height,
34 GTFNativeCreateWindow(EGLNativeDisplayType nativeDisplay, EGLDisplay eglDisplay, EGLConfig eglConfig, const char* title, int width, int height, EGLNativeWindowType *pNativeWindow) argument
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dforward_render_model.cc26 DrawQuad(v->width(), v->height());
67 void ForwardRenderSimulator::Resize(int width, int height) { argument
68 glViewport(0, 0, width, height);
/external/chromium_org/media/base/simd/
H A Dconvert_rgb_to_yuv_ssse3.cc17 int height,
21 for (; height >= 2; height -= 2) {
34 if (height)
43 int height,
47 for (; height >= 2; height -= 2) {
60 if (height)
12 ConvertRGB32ToYUV_SSSE3(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
38 ConvertRGB24ToYUV_SSSE3(const uint8* rgbframe, uint8* yplane, uint8* uplane, uint8* vplane, int width, int height, int rgbstride, int ystride, int uvstride) argument
/external/chromium_org/ppapi/c/dev/
H A Dpp_video_capture_dev.h30 uint32_t height; member in struct:PP_VideoCaptureDeviceInfo_Dev
/external/chromium_org/ppapi/cpp/
H A Dgraphics_3d.cc66 int32_t Graphics3D::ResizeBuffers(int32_t width, int32_t height) { argument
71 pp_resource(), width, height);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTouchInputHandler.java42 void onClientSizeChanged(int width, int height); argument
48 void onHostSizeChanged(int width, int height); argument
/external/chromium_org/remoting/host/win/
H A Drdp_desktop_session.cc19 long height,
29 webrtc::DesktopSize(width, height),
40 STDMETHODIMP RdpDesktopSession::ChangeResolution(long width, long height) { argument
17 Connect( long width, long height, BSTR terminal_id, IRdpDesktopSessionEventHandler* event_handler) argument
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthSize.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthSize> create(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) argument
43 return adoptRefWillBeNoop(new AnimatableLengthSize(width, height));
46 const AnimatableValue* height() const { return m_height.get(); } function in class:blink::FINAL
54 AnimatableLengthSize(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) argument
56 , m_height(height)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.h61 float height() const { return m_rect.height(); } function in class:blink::FINAL
H A DDOMRect.h15 static DOMRect* create(double x = 0, double y = 0, double width = 0, double height = 0);
20 void setHeight(double height) { m_height = height; } argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DImageBitmap.h40 int height() const { return m_cropRect.height(); } function in class:blink::FINAL
H A DScreen.cpp48 unsigned Screen::height() const function in class:blink::Screen
54 return lroundf(screenRect(m_frame->view()).height() * host->deviceScaleFactor());
55 return static_cast<unsigned>(screenRect(m_frame->view()).height());
108 return lroundf(screenAvailableRect(m_frame->view()).height() * host->deviceScaleFactor());
109 return static_cast<unsigned>(screenAvailableRect(m_frame->view()).height());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DImageData.h48 static PassRefPtrWillBeRawPtr<ImageData> create(unsigned width, unsigned height, ExceptionState&);
49 static PassRefPtrWillBeRawPtr<ImageData> create(Uint8ClampedArray*, unsigned width, unsigned height, ExceptionState&);
53 int height() const { return m_size.height(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRectangleShape.h59 float ry() const { return m_radii.height(); }
63 float height() const { return m_bounds.height(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.h38 void setLogicalHeight(float height) { m_logicalHeight = height; } argument
H A DSVGTextMetrics.h54 float height() const { return m_height; } function in class:blink::SVGTextMetrics
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGForeignObjectElement.h39 SVGAnimatedLength* height() const { return m_height.get(); } function in class:blink::FINAL
H A DSVGRectTearOff.h55 float height() { return target()->height(); } function in class:blink::SVGRectTearOff
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthSize.h34 LengthSize(const Length& width, const Length& height) argument
36 , m_height(height)
48 void setHeight(const Length& height) { m_height = height; } argument
49 const Length& height() const { return m_height; } function in class:blink::LengthSize
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEGaussianBlur.h59 int height; member in struct:blink::FEGaussianBlur::PlatformApplyParameters
/external/chromium_org/third_party/icu/source/samples/layout/
H A DSurface.cpp16 le_int32 x, le_int32 y, le_int32 width, le_int32 height)
22 clip.bottom = height;
15 drawGlyphs(RenderingFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const le_int32 *dx, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
H A Drsurface.cpp17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height)
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
16 rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCI420Frame.h34 @property(nonatomic, readonly) NSUInteger height; variable
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrackrenderers.cc66 bool VideoTrackRenderers::SetSize(int width, int height, int reserved) { argument
69 height_ = height;
72 it->renderer_->SetSize(width, height);

Completed in 382 milliseconds

1234567891011>>