/external/chromium_org/ash/accelerators/ |
exit_warning_handler.cc | 63 ExitWarningWidgetDelegateView() : text_width_(0), width_(0), height_(0) { 70 width_ = text_width_ + kHorizontalMarginAroundText; 84 return gfx::Size(width_, height_); 105 int width_; member in class:ash::__anon3170::ExitWarningWidgetDelegateView
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_web_dialog.h | 95 int width_; member in class:chromeos::LoginWebDialog
|
/external/chromium_org/third_party/libwebp/dec/ |
vp8li.h | 74 int width_; member in struct:__anon12104
|
alpha.c | 92 const int width = dec->pic_hdr_.width_;
|
/external/chromium_org/third_party/skia/src/images/ |
bmpdecoderhelper.h | 95 int width_; member in class:image_codec::BmpDecoderHelper
|
/external/skia/src/images/ |
bmpdecoderhelper.h | 95 int width_; member in class:image_codec::BmpDecoderHelper
|
/external/webp/src/dec/ |
vp8li.h | 74 int width_; member in struct:__anon28548
|
alpha.c | 92 const int width = dec->pic_hdr_.width_;
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_frame.h | 186 int width_; member in class:android::filterfw::GLFrame
|
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/ |
graphics_3d.cc | 232 width_(0), 275 width_ = new_width; 277 glViewport(0, 0, width_, height_); 428 const float aspect_ratio = static_cast<float>(width_) / height_; 474 int32_t width_; member in class:Graphics3DInstance
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/ |
cube.cc | 233 width_(0), 278 width_ = new_width; 280 glViewport(0, 0, width_, height_); 431 const float aspect_ratio = static_cast<float>(width_) / height_; 485 int32_t width_; member in class:CubeInstance
|
/external/chromium/chrome/browser/resources/net_internals/ |
view.js | 21 this.width_ = width; 55 return this.width_; 87 this.width_ = this.node_.offsetWidth;
|
/external/chromium_org/media/base/android/ |
media_player_bridge.cc | 38 width_(0), 202 width_ = width; 206 player_id(), duration_, width_, height_, success); local 245 return width_; 316 width_ = width; 361 player_id(), duration_, width_, height_, true); local
|
media_source_player.cc | 70 width_(0), 198 return width_; 345 width_ = configs.video_size.width(); 350 player_id(), duration_, width_, height_, true); local 856 gfx::Size(width_, height_), 872 player_id(), duration_, width_, height_, true); local
|
media_player_bridge.h | 148 int width_; member in class:media::MediaPlayerBridge
|
/external/chromium_org/ui/base/gtk/ |
gtk_expanded_container_unittest.cc | 9 #define EXPECT_ALLOCATION_EQ(widget, x_, y_, width_, height_) \ 15 EXPECT_EQ(width_, allocation.width); \
|
/external/chromium_org/chrome/renderer/searchbox/ |
searchbox.h | 151 int width_; member in class:SearchBox
|
/external/chromium_org/third_party/libwebp/demux/ |
demux.c | 49 int width_, height_; member in struct:Frame 257 frame->width_ = features.width; 316 frame->width_ = 1 + ReadLE24s(mem); 323 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) { 450 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) { 452 dmux->canvas_width_ = frame->width_; 597 if (frame->width_ <= 0 || frame->height_ <= 0) return 0; 611 if (frame->width_ != canvas_width || frame->height_ != canvas_height) { 616 if (frame->width_ + frame->x_offset_ > canvas_width) return 0; 657 if (f->width_ <= 0 || f->height_ <= 0) return 0 [all...] |
/external/openfst/src/include/fst/script/ |
draw-impl.h | 60 title_(title), width_(width), height_(height), portrait_(portrait), 79 Print(width_); 219 float width_; member in class:fst::FstDrawer
|
/external/webp/src/demux/ |
demux.c | 49 int width_, height_; member in struct:Frame 257 frame->width_ = features.width; 316 frame->width_ = 1 + ReadLE24s(mem); 323 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) { 450 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) { 452 dmux->canvas_width_ = frame->width_; 596 if (frame->width_ <= 0 || frame->height_ <= 0) return 0; 608 if (frame->width_ != canvas_width || frame->height_ != canvas_height) { 613 if (frame->width_ + frame->x_offset_ > canvas_width) return 0; 649 if (f->width_ <= 0 || f->height_ <= 0) return 0 [all...] |
/external/chromium_org/mojo/examples/sample_app/ |
spinning_cube.cc | 339 width_(0), 359 width_ = width; 393 width_ = 0; 427 glViewport(0, 0, width_, height_); 449 float aspect = static_cast<GLfloat>(width_) / static_cast<GLfloat>(height_);
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/ |
earth.cc | 282 int width_; member in class:Planet 377 width_ = 0; 408 *w = width_; 426 float min_dim = width_ < height_ ? width_ : height_; 427 float offset_x = width_ < height_ ? 0 : (width_ - min_dim) * 0.5f; 428 float offset_y = width_ < height_ ? (height_ - min_dim) * 0.5f : 0; 674 if (position.size().width() == width_ && 862 width_ = image_data_->size().width() [all...] |
/external/chromium_org/skia/ext/ |
vector_canvas_unittest.cc | 110 width_ = bitmap_data.bmWidth; 123 int width() const { return width_; } 132 gfx::Size(width_, height_), 148 if (width_ != rhs.width_ || 151 width_ == 0 || 158 for (int x = 0; x < width_; ++x) { 168 double total_pixels = static_cast<double>(width_) * 176 EXPECT_TRUE(x >= 0 && x < width_); 189 width_ = bitmap.width() 199 int width_; member in class:skia::__anon10381::Image [all...] |
/external/libvpx/libvpx/test/ |
sad_test.cc | 54 SADTestBase(int width, int height) : width_(width), height_(height) {} 81 source_stride_ = (width_ + 31) & ~31; 82 reference_stride_ = width_ * 2; 97 for (int w = 0; w < width_; ++w) { 110 for (int w = 0; w < width_; ++w) { 118 for (int w = 0; w < width_; ++w) { 124 int width_, height_; member in class:__anon21170::SADTestBase
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/ |
main_wnd.cc | 475 : width_(0), 488 width_ = width; 497 int size = width_ * height_ * 4; 502 width_ * 4);
|