/external/chromium/chrome/browser/chromeos/options/ |
wifi_config_view.cc | 176 width_(width) { 181 size.set_width(width_); 185 int width_; member in class:chromeos::__anon1731::ComboboxWithWidth [all...] |
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.h | 239 int width() const { return width_; } 337 int width_; member in class:cc::TestWebGraphicsContext3D
|
/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_org/chrome/browser/chromeos/options/ |
wifi_config_view.cc | 52 width_(width) { 57 size.set_width(width_); 61 int width_; member in class:chromeos::__anon4417::ComboboxWithWidth [all...] |
/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/third_party/libwebp/dec/ |
vp8i.h | 114 uint16_t width_; member in struct:__anon12092
|
/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/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
|
variance_test.cc | 88 width_ = 1 << log2width_; 94 block_size_ = width_ * height_; 115 int width_, log2width_; member in class:__anon21178::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:__anon21178::SubpelVarianceTest [all...] |
/external/webp/src/dec/ |
vp8i.h | 114 uint16_t width_; member in struct:__anon28536
|
/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/google_apis/drive/ |
drive_api_parser.h | 435 int width() const { return width_; } 441 void set_width(int width) { width_ = width; } 452 int width_; member in class:google_apis::ImageMediaMetadata
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest.cc | 2210 GLsizei width_; member in class:gpu::gles2::__anon8525::ReadPixelsEmulator [all...] |
/art/runtime/ |
debugger.cc | 2138 const size_t width_; member in struct:art::GetLocalVisitor 2225 const size_t width_; member in struct:art::SetLocalVisitor [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine.cc | 186 : renderer_(renderer), width_(0), height_(0), watermark_enabled_(false) { 205 if (width_ > 0 && height_ > 0 && renderer_ != NULL) { 206 if (!renderer_->SetSize(width_, height_, 0)) { 209 << width_ << "x" << height_; 218 width_ = width; 227 return renderer_->SetSize(width_, height_, 0) ? 0 : -1; 260 video_frame.Alias(buffer, buffer_size, width_, height_, 265 if (buffer_size != static_cast<int>(VideoFrame::SizeOf(width_, height_))) { 276 static_cast<webrtc::NativeHandle*>(handle), width_, height_, local 283 return width_; 304 unsigned int width_; member in class:cricket::WebRtcRenderAdapter 481 size_t width_; member in class:cricket::WebRtcLocalStreamInfo [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLProtoBuf.java | 2107 private int width_ = 0; field in class:GLProtoBuf.GLMessage.FrameBuffer [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace.pb.h | 919 ::google::protobuf::int32 width_; member in class:android::gltrace::GLMessage_FrameBuffer [all...] |