HomeSort by relevance Sort by last modified time
    Searched refs:height_ (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/ui/gfx/geometry/
size_base.h 17 Type height() const { return height_; }
19 Type GetArea() const { return width_ * height_; }
28 set_height(height_ + height);
35 height_ = height < 0 ? 0 : height;
40 height_ = height_ <= other.height_ ? height_ : other.height_;
45 height_ = height_ >= other.height_ ? height_ : other.height_
    [all...]
box_f.h 19 height_(0.f),
24 height_(height < 0 ? 0 : height),
30 height_(height < 0 ? 0 : height),
36 height_(height < 0 ? 0 : height),
49 set_size(width_ * x_scale, height_ * y_scale, depth_ * z_scale);
78 float height() const { return height_; }
79 void set_height(float height) { height_ = height < 0 ? 0 : height; }
90 height_ = height < 0 ? 0 : height;
112 // height_, depth_), even if the box is empty. Emptiness checks are handled in
118 float height_;
    [all...]
box_f.cc 18 height_,
23 return (width_ == 0 && height_ == 0) ||
25 (height_ == 0 && depth_ == 0);
42 height_ = max_y - min_y;
  /external/chromium_org/ash/system/tray/
fixed_sized_image_view.cc 11 height_(height) {
22 height_ ? height_ : size.height());
fixed_sized_image_view.h 26 int height_; member in class:ash::FixedSizedImageView
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
vie_external_render_filter.h 25 : width_(0), height_(0), renderer_(renderer) {}
33 if (width != width_ || height_ != height) {
36 height_ = height;
48 unsigned int height_; member in class:webrtc::ExternalRendererEffectFilter
  /external/chromium_org/third_party/webrtc/tools/converter/
converter.h 34 int height_; // Height of the video (respectively of the RGBA frames). member in class:webrtc::test::Converter
38 return width_*height_;
43 return ((width_+1)/2)*((height_)/2);
48 return ((width_+1)/2)*((height_)/2);
73 return width_*height_*4;
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
scaler_unittest.cc 43 const int height_; member in class:webrtc::TestScaler
54 height_(288),
55 half_height_(height_ / 2),
56 size_y_(width_ * height_),
58 frame_length_(CalcBufferSize(kI420, width_, height_)) {
67 test_frame_.CreateEmptyFrame(width_, height_,
97 EXPECT_EQ(0, test_scaler_.Set(width_, height_,
107 width_, height_,
110 EXPECT_GT(width_ * height_, test_frame2.allocated_size(kYPlane));
126 width_, height_,
    [all...]
libyuv_unittest.cc 89 const int height_; member in class:webrtc::TestLibYuv
99 height_(288),
100 size_y_(width_ * height_),
101 size_uv_(((width_ + 1 ) / 2) * ((height_ + 1) / 2)),
119 width_, height_,
146 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_, width_,
154 width_, height_,
165 scoped_ptr<uint8_t[]> res_rgb_buffer2(new uint8_t[width_ * height_ * 3]);
170 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y,
175 height_, 0, kRotateNone, &res_i420_frame))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
content_metrics_test.cc 23 ca__c.Initialize(width_,height_);
24 ca__sse.Initialize(width_,height_);
31 width_, height_,
video_processing_unittest.h 39 const int height_; member in class:webrtc::VideoProcessingModuleTest
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ.h 37 int height() { return height_; }
69 int height_; member in class:webrtc::Differ
desktop_geometry.h 53 DesktopSize() : width_(0), height_(0) {}
55 : width_(width), height_(height) {
59 int32_t height() const { return height_; }
61 bool is_empty() const { return width_ <= 0 || height_ <= 0; }
64 return width_ == other.width_ && height_ == other.height_;
69 height_ = height;
74 int32_t height_; member in class:webrtc::DesktopSize
  /external/chromium_org/third_party/webrtc/test/
frame_generator.cc 25 : angle_(0.0), width_(width), height_(height) {
32 static_cast<int>(height_),
49 size_t height_; member in class:webrtc::test::__anon20082::ChromaGenerator
56 : file_(file), width_(width), height_(height) {
61 kI420, static_cast<int>(width_), static_cast<int>(height_));
78 static_cast<int>(height_),
88 static_cast<int>(height_),
98 size_t height_; member in class:webrtc::test::__anon20082::YuvFileGenerator
  /external/chromium_org/chrome/browser/ui/cocoa/
view_resizer_pong.h 14 CGFloat height_; variable
  /external/chromium_org/third_party/libwebp/dec/
alphai.h 29 int height_; member in struct:ALPHDecoder
  /external/webp/src/dec/
alphai.h 29 int height_; member in struct:ALPHDecoder
  /external/chromium_org/chrome/browser/extensions/
extension_infobar_delegate.cc 56 height_ = std::max(0, height);
57 height_ = std::min(2 * infobars::InfoBar::kDefaultBarTargetHeight, height_);
58 if (height_ == 0)
59 height_ = infobars::InfoBar::kDefaultBarTargetHeight;
  /external/chromium_org/ppapi/examples/mouse_cursor/
mouse_cursor.cc 30 : pp::Instance(instance), width_(0), height_(0) {
39 height_ = view.GetRect().height();
59 if (point.y() < height_ / segments) {
62 } else if (point.y() < (height_ / segments) * 2) {
80 int height_; member in class:MyInstance
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 41 height_(0),
58 if (width_ == 0 && height_ == 0) {
83 height_ = 0;
89 height_ = height;
197 target->Init(width_, height_);
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) {
215 return width_ * height_ * 4;
311 height_,
353 height_,
    [all...]
  /external/chromium_org/ppapi/examples/scaling/
scaling.cc 31 height_(0),
44 view_rect.height() == height_ &&
50 height_ = view_rect.height();
55 pixel_height_ = height_ * device_scale_;
85 stream << "DIP (" << width_ << ", " << height_ << "), device pixels=("
131 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), true);
139 int height = using_device_pixels_ ? pixel_height_ : height_;
204 int height_; member in class:MyInstance
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.h 35 uint32_t height_; member in class:SpinningCube
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
spinning_cube.h 35 uint32_t height_; member in class:SpinningCube
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
i420_video_source.h 35 height_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
89 height_ = height;
111 unsigned int height_; member in class:libvpx_test::I420VideoSource
  /external/chromium_org/third_party/webrtc/test/gl/
gl_renderer.h 44 size_t width_, height_, buffer_size_; member in class:webrtc::test::GlRenderer

Completed in 772 milliseconds

1 2 3 4 5 6 7 8