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

12 3

  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.h 72 int width() const { return width_; }
101 int width_; member in class:content::PPB_ImageData_Impl
130 int width_; member in class:content::ImageDataPlatformBackend
  /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
  /external/chromium_org/ppapi/examples/gamepad/
gamepad.cc 40 width_(0),
57 if (rect.size().width() == width_ &&
61 width_ = rect.size().width();
64 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), false);
119 int width_; member in class:MyInstance
  /external/chromium_org/ppapi/examples/scaling/
scaling.cc 30 width_(0),
43 if (view_rect.width() == width_ &&
49 width_ = view_rect.width();
54 pixel_width_ = width_ * device_scale_;
85 stream << "DIP (" << width_ << ", " << height_ << "), device pixels=("
131 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), true);
138 int width = using_device_pixels_ ? pixel_width_ : width_;
203 int width_; member in class:MyInstance
  /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/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 43 width_(0),
51 width_ = width;
64 frame->GetWidth() != static_cast<size_t>(width_) ||
69 LOG(LS_WARNING) << "RenderFrame expected frame of size " << width_
82 int width() const { return width_; }
141 int width_; member in class:cricket::FakeVideoRenderer
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h 95 int width_; member in class:image_codec::BmpDecoderHelper
  /external/libvpx/libvpx/test/
sixtap_predict_test.cc 66 width_ = GET_PARAM(0);
74 int width_; member in class:__anon21172::SixtapPredictTest
149 for (int j = 0; j < width_; ++j)
151 << "i==" << (i * width_ + j);
176 for (int j = 0; j < width_; ++j)
178 << "i==" << (i * width_ + j);
video_source.h 87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
122 if (width != width_ || height != height_) {
126 width_ = width;
138 unsigned int width_; member in class:libvpx_test::DummyVideoSource
  /external/skia/src/images/
bmpdecoderhelper.h 95 int width_; member in class:image_codec::BmpDecoderHelper
  /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/gpu/tools/compositor_model_bench/
render_tree.h 59 return width_;
63 width_ = width;
126 int width_; member in class:RenderNode
  /external/chromium_org/media/base/android/
media_source_player.h 198 int width_; member in class:media::MediaSourcePlayer
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
  /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/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 138 ArgType width() const { return width_; }
182 ArgType width_; // Whether we are looking at a 32/64bit value. member in struct:sandbox::ErrorCode::__anon10264::__anon10266
  /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:__anon10371::Dimensions
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/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.cc 359 int width_; member in class:__anon11839::FrameInputWrapper
  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 74 int width_; member in struct:__anon12104
  /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/dec/
vp8li.h 74 int width_; member in struct:__anon28548
  /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

Completed in 6208 milliseconds

12 3