HomeSort by relevance Sort by last modified time
    Searched refs:width_ (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 136 ArgType width() const { return width_; }
176 ArgType width_; // Whether we are looking at a 32/64bit value. member in struct:playground2::ErrorCode::__anon12262::__anon12264
  /external/chromium_org/ppapi/examples/gamepad/
gamepad.cc 39 width_(0),
56 if (rect.size().width() == width_ &&
60 width_ = rect.size().width();
63 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), false);
118 int width_; member in class:MyInstance
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 43 : handle_(handle), width_(width), height_(height),
95 return width_;
100 return (width_ + 1) / 2;
105 return (width_ + 1) / 2;
110 handle_, width_, height_, elapsed_time_, time_stamp_);
webrtctexturevideoframe.h 60 virtual size_t GetWidth() const { return width_; }
112 int width_; member in class:cricket::WebRtcTextureVideoFrame
  /external/chromium_org/skia/ext/
image_operations_bench.cc 100 : width_(0),
104 width_ = w;
109 return width_;
117 return (width_ > 0 && height_ > 0);
126 base::StringToInt(strings[0], &width_) == false ||
128 width_ = -1; // force the dimension object to be invalid.
132 int width_; member in class:__anon12361::Dimensions
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 58 width_ = static_cast<int>(kDefaultWidthRatio * screen_bounds.width());
94 width_ = width;
123 size->SetSize(width_, height_);
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 60 int width_; member in class:__anon5022::DownloadStartedAnimationGtk
89 width_ = gdk_pixbuf_get_width(kDownloadImage);
115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 47 int width() const { return width_; }
193 x_ + width_for_count(tab_count() - mini_tab_count_) > width_;
224 int width_; member in class:StackedTabStripLayout
stacked_tab_strip_layout.cc 23 width_(0),
52 if (width_ == width)
55 width_ = width;
136 const int max_x = width_ - size_.width();
163 width_ - size_.width() : ideal_x(index + 1);
266 width_ = width;
291 int available_width = width_ - x_;
300 SetIdealBoundsAt(tab_count() - 1, width_ - size_.width());
311 ideal_x(tab_count() - 1) != width_ - size_.width());
364 int max_x = width_ - size_.width()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
validation_message_bubble_delegate.cc 26 : observer_(observer), width_(0), height_(0) {
76 width_ = text_start_x + label_width + kPadding;
94 return gfx::Size(width_, height_);
  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager.h 51 return width_;
88 width_ = width;
119 GLsizei width_; member in class:gpu::gles2::Renderbuffer
renderbuffer_manager.cc 42 width_, height_, samples_, internal_format_, &size);
51 internal_format_, samples_, width_, height_);
64 width_(0),
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.h 59 return width_;
63 width_ = width;
126 int width_; member in class:RenderNode
  /external/chromium_org/ash/accelerators/
exit_warning_handler.cc 58 ExitWarningWidgetDelegateView() : text_width_(0), width_(0), height_(0) {
65 width_ = text_width_ + kHorizontalMarginAroundText;
79 return gfx::Size(width_, height_);
97 int width_; member in class:ash::__anon5876::ExitWarningWidgetDelegateView
  /external/chromium_org/media/webm/chromeos/
webm_encoder.h 73 size_t width_; member in class:media::chromeos::WebmEncoder
webm_encoder.cc 79 width_ = sprite.width();
85 frame_count_ = sprite.height() / width_;
88 vpx_img_alloc(&image, VPX_IMG_FMT_I420, width_, height_, 16);
98 config_.g_w = width_;
132 width_, sprite.height(), // src size
133 width_, height_, // dest size
200 Ebml_SerializeUnsigned(&ebml_writer_, PixelWidth, width_);
  /external/chromium_org/ash/system/tray/
tray_bar_button_with_title.cc 69 width_(width) {
90 return gfx::Size(width_, kTrayPopupItemHeight);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.h 105 return width_;
114 int width_; member in class:GtkMainWnd::VideoRenderer
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 28 width_(0),
92 if (position.size().width() == width_ &&
96 width_ = position.size().width();
99 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), false);
137 pp::ImageData image = PaintImage(width_, height_);
241 int width_; local
  /external/libvpx/libvpx/test/
variance_test.cc 88 width_ = 1 << log2width_;
94 block_size_ = width_ * height_;
115 int width_, log2width_; member in class:__anon22946::VarianceTest
129 REGISTER_STATE_CHECK(var = variance_(src_, width_, ref_, width_, &sse));
144 REGISTER_STATE_CHECK(var1 = variance_(src_, width_, ref_, width_, &sse1));
160 REGISTER_STATE_CHECK(var = variance_(src_, width_, ref_, width_, &sse));
204 width_ = 1 << log2width_
233 int width_, log2width_; member in class:__anon22946::SubpelVarianceTest
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 69 int width_; member in class:__anon8528::DownloadStartedAnimationGtk
100 width_ = gdk_pixbuf_get_width(kDownloadImage);
126 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.h 67 int width() const { return width_; }
96 int width_; member in class:content::PPB_ImageData_Impl
123 int width_; member in class:content::ImageDataPlatformBackend
  /packages/apps/Camera2/jni/
tinyplanet.cc 31 : image_(image), width_(width), height_(height) {
36 return width_;
53 int width_; member in class:ImageRGBA
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 30 : image_(image), width_(width), height_(height) {
35 return width_;
52 int width_; member in class:ImageRGBA
  /external/chromium_org/media/base/android/
media_player_bridge.cc 74 width_(0),
203 width_ = width;
206 OnMediaMetadataChanged(duration_, width_, height_, success);
245 return width_;
316 width_ = width;
356 OnMediaMetadataChanged(duration_, width_, height_, true);

Completed in 769 milliseconds

12 3 4 5