HomeSort by relevance Sort by last modified time
    Searched refs:width_ (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/legacy/src/images/
bmpdecoderhelper.cpp 48 width_ = GetInt();
63 width_ = GetShort();
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
75 if (width_ * height_ > max_pixels) {
129 rowLen = width_ * 4;
132 rowLen = width_ * 3;
134 rowLen = width_ * 2;
136 rowLen = width_;
138 rowLen = width_ / 2
    [all...]
bmpdecoderhelper.h 95 int width_; member in class:image_codec::BmpDecoderHelper
  /external/skia/src/images/
bmpdecoderhelper.cpp 48 width_ = GetInt();
63 width_ = GetShort();
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
75 if (width_ * height_ > max_pixels) {
129 rowLen = width_ * 4;
132 rowLen = width_ * 3;
134 rowLen = width_ * 2;
136 rowLen = width_;
138 rowLen = width_ / 2
    [all...]
bmpdecoderhelper.h 95 int width_; member in class:image_codec::BmpDecoderHelper
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 40 width_(0),
58 if (width_ == 0 && height_ == 0) {
82 width_ = 0;
88 width_ = width;
197 target->Init(width_, height_);
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) {
215 return width_ * height_ * 4;
310 width_,
352 width_,
    [all...]
gl_frame.h 186 int width_; member in class:android::filterfw::GLFrame
  /external/libvpx/libvpx/test/
i420_video_source.h 33 width_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
88 width_ = width;
109 unsigned int width_; member in class:libvpx_test::I420VideoSource
video_source.h 68 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
103 if (width != width_ || height != height_) {
107 width_ = width;
119 unsigned int width_; member in class:libvpx_test::DummyVideoSource
sixtap_predict_test.cc 60 width_ = GET_PARAM(0);
68 int width_; member in class:__anon10903::SixtapPredictTest
143 for (int j = 0; j < width_; ++j)
145 << "i==" << (i * width_ + j);
169 for (int j = 0; j < width_; ++j)
171 << "i==" << (i * width_ + j);
sad_test.cc 60 width_ = GET_PARAM(0);
61 source_stride_ = width_ * 2;
62 reference_stride_ = width_ * 2;
79 for (int w = 0; w < width_; ++w) {
92 for (int w = 0; w < width_; ++w) {
100 for (int w = 0; w < width_; ++w) {
121 int height_, width_; member in class:__anon10901::SADTest
  /external/ceres-solver/examples/
pgm_image.h 87 int height_, width_; member in class:ceres::examples::PGMImage
95 : height_(height), width_(width), data_(width*height, 0.0) {
102 width_ = 0;
115 return width_;
125 return width_ * height_;
141 CHECK(index < width_ * height_);
149 CHECK(index < width_ * height_);
156 return x + width_*y;
191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl;
194 int num_pixels = width_*height_
    [all...]
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 73 SlantedRect() : width_(0.0f), height_(0.0f) {}
80 float width() const { return width_; }
84 float width_; member in class:android::filterfw::SlantedRect
geometry.cpp 153 width_ = lengths.x();
  /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_);
login_html_dialog.h 87 int width_; member in class:chromeos::LoginHtmlDialog
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 60 int width_; member in class:__anon4557::DownloadStartedAnimationGtk
89 width_ = gdk_pixbuf_get_width(kDownloadImage);
115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
  /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/webp/src/dec/
alpha.c 119 const int stride = dec->pic_hdr_.width_;
128 dec->pic_hdr_.width_, dec->pic_hdr_.height_, stride,
vp8li.h 71 int width_; member in struct:__anon18204
vp8l.c 612 const int cache_pixs = dec->width_ * num_rows;
631 const uint32_t* const rows = dec->argb_ + dec->width_ * dec->last_row_;
930 dec->width_ = width;
    [all...]
vp8i.h 112 uint16_t width_; member in struct:__anon18192
  /external/chromium/chrome/browser/resources/net_internals/
view.js 21 this.width_ = width;
55 return this.width_;
87 this.width_ = this.node_.offsetWidth;
  /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/harfbuzz_ng/util/
ansi-print.cc 84 image_t (unsigned int width_,
88 width (width_),
93 image_t (unsigned int width_,
95 width (width_),
  /external/webp/src/demux/
demux.c 43 int width_, height_; member in struct:Frame
253 frame->width_ = features.width;
311 frame->width_ = 1 + ReadLE24s(mem);
315 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) {
441 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) {
443 dmux->canvas_width_ = frame->width_;
581 if (frame->width_ <= 0 || frame->height_ <= 0) return 0;
616 if (f->width_ <= 0 || f->height_ <= 0) return 0;
794 iter->width = fragment->width_;

Completed in 390 milliseconds

1 2