Searched refs:height_ (Results 51 - 75 of 181) sorted by relevance

12345678

/external/chromium_org/third_party/libwebp/dec/
H A Dalpha.c56 dec->height_ = height;
75 const size_t alpha_decoded_size = dec->width_ * dec->height_;
91 const int height = alph_dec->height_;
111 if (row + num_rows == dec->pic_hdr_.height_) {
123 const int height = dec->pic_hdr_.height_;
/external/webp/src/dec/
H A Dalpha.c56 dec->height_ = height;
75 const size_t alpha_decoded_size = dec->width_ * dec->height_;
91 const int height = alph_dec->height_;
111 if (row + num_rows == dec->pic_hdr_.height_) {
123 const int height = dec->pic_hdr_.height_;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_icon_util.cc69 const int height_; member in class:__anon4520::AvatarImageSource
84 height_(GetScaledAvatarHeightForWidth(width, avatar)),
89 gfx::Size(width_, height_));
102 y = (canvas_size_.height() - height_) / 2;
105 y = canvas_size_.height() - height_ - 1;
111 int border_size = std::max(width_, height_);
150 path.moveTo(SkFloatToScalar(x + 0.5f), SkIntToScalar(y + height_));
153 path.rLineTo(SkIntToScalar(0), SkFloatToScalar(-height_ + 0.5f));
165 path.moveTo(SkIntToScalar(x + 1), SkFloatToScalar(y + height_ - 0.5f));
171 path.rLineTo(SkIntToScalar(0), SkFloatToScalar(-height_
[all...]
/external/chromium_org/cc/debug/
H A Dinvalidation_benchmark.cc48 settings->GetInteger("height", &height_);
80 int y = LCGRandom() * (visible_content_rect.height() - height_);
81 gfx::Rect invalidation_rect(x, y, width_, height_);
H A Dinvalidation_benchmark.h39 int height_; member in class:cc::InvalidationBenchmark
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_web_dialog.cc63 height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height());
78 height_ = height;
105 size->SetSize(width_, height_);
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate.cc26 : observer_(observer), width_(0), height_(0) {
74 height_ = content_bottom + kPadding;
90 return gfx::Size(width_, height_);
/external/chromium_org/gpu/command_buffer/service/
H A Drenderbuffer_manager.h55 return height_;
89 height_ = height;
120 GLsizei height_; member in class:gpu::gles2::Renderbuffer
/external/chromium_org/ash/accelerators/
H A Dexit_warning_handler.cc43 ExitWarningWidgetDelegateView() : text_width_(0), width_(0), height_(0) {
58 height_ = font_list.GetHeight() + kVerticalMarginAroundText;
72 return gfx::Size(width_, height_);
93 int height_; member in class:ash::__anon1850::ExitWarningWidgetDelegateView
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor.h73 int height_; member in class:metadata::ImageMetadataExtractor
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsixtap_predict_test.cc68 height_ = GET_PARAM(1);
76 int height_; member in class:__anon13000::SixtapPredictTest
150 for (int i = 0; i < height_; ++i)
177 for (int i = 0; i < height_; ++i)
H A Dvideo_source.h137 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
176 if (width != width_ || height != height_) {
181 height_ = height;
193 unsigned int height_; member in class:libvpx_test::DummyVideoSource
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_util.cc90 height_(0),
127 video_frame.height() != height_) {
133 height_ = video_frame.height();
135 out_filename_, width_, height_, count_);
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.h71 int height_; member in class:webrtc::VPMContentAnalysis
/external/chromium_org/third_party/webrtc/test/win/
H A Dd3d_renderer.h41 size_t width_, height_; member in class:webrtc::test::D3dRenderer
H A Dd3d_renderer.cc34 height_(height),
76 static_cast<int>(height_),
127 Resize(width_, height_);
164 height_ = height;
168 static_cast<UINT>(height_),
197 static_cast<size_t>(frame.height()) != height_) {
/external/libvpx/libvpx/test/
H A Dsixtap_predict_test.cc68 height_ = GET_PARAM(1);
76 int height_; member in class:__anon24794::SixtapPredictTest
149 for (int i = 0; i < height_; ++i)
176 for (int i = 0; i < height_; ++i)
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dvideo_processing_unittest.cc37 height_(288),
38 size_y_(width_ * height_),
39 size_uv_(half_width_ * ((height_ + 1) / 2)),
40 frame_length_(CalcBufferSize(kI420, width_, height_)) {}
46 ASSERT_EQ(0, video_frame_.CreateEmptyFrame(width_, height_, width_,
77 videoFrame.set_height(height_);
94 width_, height_,
131 width_, height_,
145 width_, height_,
161 width_, height_,
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_infobar_delegate.h52 int height() { return height_; }
104 int height_; member in class:ExtensionInfoBarDelegate
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_file_capture_device.cc65 height_ = height;
88 input_sink_->IncomingFrame(frame_buffer, read, width_, height_,
/external/deqp/framework/egl/
H A DegluNativeWindow.hpp64 WindowParams (int width_, int height_, Visibility visibility_) : width(width_), height(height_), visibility(visibility_) {} argument
/external/chromium_org/ppapi/examples/mouse_lock/
H A Dmouse_lock.cc29 height_(0),
93 position.size().height() == height_)
97 height_ = position.size().height();
99 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), false);
137 pp::ImageData image = PaintImage(width_, height_);
242 int height_; local
/external/chromium_org/skia/ext/
H A Dimage_operations_bench.cc101 height_(0) {}
105 height_ = h;
113 return height_;
117 return (width_ > 0 && height_ > 0);
127 base::StringToInt(strings[1], &height_) == false) {
133 int height_; member in class:__anon10673::Dimensions
/external/openfst/src/include/fst/
H A Dminimize.h340 for (size_t i = height_.size(); i <= s; ++i)
341 height_.push_back(-1);
359 if (height_[arc.nextstate] + 1 > height_[s])
360 height_[s] = height_[arc.nextstate] + 1;
366 if (height_[s] == -1) height_[s] = 0;
367 StateId h = height_[s] + 1;
369 if (h > height_[paren
384 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dminimize.h327 for (size_t i = height_.size(); i <= (size_t)s; ++i)
328 height_.push_back(-1);
346 if (height_[arc.nextstate] + 1 > height_[s])
347 height_[s] = height_[arc.nextstate] + 1;
353 if (height_[s] == -1) height_[s] = 0;
354 StateId h = height_[s] + 1;
356 if (h > height_[paren
371 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
[all...]

Completed in 643 milliseconds

12345678