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

1 2

  /external/chromium/chrome/browser/ui/cocoa/
view_resizer_pong.h 15 CGFloat height_; variable
  /external/skia/legacy/src/images/
bmpdecoderhelper.cpp 49 height_ = GetInt();
64 height_ = GetShort();
68 if (height_ < 0) {
69 height_ = -height_;
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
75 if (width_ * height_ > max_pixels) {
161 if (!rle && (pos_ + (rowLen * height_) > len_ + 1)) {
165 output_ = callback->SetSize(width_, height_);
    [all...]
bmpdecoderhelper.h 96 int height_; member in class:image_codec::BmpDecoderHelper
  /external/skia/src/images/
bmpdecoderhelper.cpp 49 height_ = GetInt();
64 height_ = GetShort();
68 if (height_ < 0) {
69 height_ = -height_;
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
75 if (width_ * height_ > max_pixels) {
161 if (!rle && (pos_ + (rowLen * height_) > len_ + 1)) {
165 output_ = callback->SetSize(width_, height_);
    [all...]
bmpdecoderhelper.h 96 int height_; member in class:image_codec::BmpDecoderHelper
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 41 height_(0),
58 if (width_ == 0 && height_ == 0) {
83 height_ = 0;
89 height_ = height;
197 target->Init(width_, height_);
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) {
215 return width_ * height_ * 4;
311 height_,
353 height_,
    [all...]
gl_frame.h 187 int height_; member in class:android::filterfw::GLFrame
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 61 int height_; member in class:__anon4557::DownloadStartedAnimationGtk
90 height_ = gdk_pixbuf_get_height(kDownloadImage);
95 if (tab_contents_bounds_.height() < height_)
115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
143 height_ - height_ * (1 - GetCurrentValue())));
  /external/libvpx/libvpx/test/
i420_video_source.h 34 height_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
89 height_ = height;
110 unsigned int height_; 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_) {
108 height_ = height;
120 unsigned int height_; member in class:libvpx_test::DummyVideoSource
sixtap_predict_test.cc 61 height_ = GET_PARAM(1);
69 int height_; member in class:__anon10903::SixtapPredictTest
142 for (int i = 0; i < height_; ++i)
168 for (int i = 0; i < height_; ++i)
sad_test.cc 59 height_ = GET_PARAM(1);
78 for (int h = 0; h < height_; ++h) {
91 for (int h = 0; h < height_; ++h) {
99 for (int h = 0; h < height_; ++h) {
121 int height_, width_; member in class:__anon10901::SADTest
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 73 SlantedRect() : width_(0.0f), height_(0.0f) {}
81 float height() const { return height_; }
85 float height_; member in class:android::filterfw::SlantedRect
  /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) {
101 height_ = 0;
120 return height_;
125 return width_ * height_;
141 CHECK(index < width_ * height_);
149 CHECK(index < width_ * height_);
191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl;
194 int num_pixels = width_*height_;
246 !GetIgnoreComment(&inputfile, height_) ||
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 59 height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height());
95 height_ = height;
123 size->SetSize(width_, height_);
login_html_dialog.h 88 int height_; member in class:chromeos::LoginHtmlDialog
  /external/openfst/src/include/fst/
minimize.h 340 for (size_t i = height_.size(); i <= s; ++i)
341 height_.push_back(-1);
359 if (height_[arc.nextstate] + 1 > height_[s])
360 height_[s] = height_[arc.nextstate] + 1;
366 if (height_[s] == -1) height_[s] = 0;
367 StateId h = height_[s] + 1;
369 if (h > height_[parent]) height_[parent] = h
384 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 327 for (size_t i = height_.size(); i <= (size_t)s; ++i)
328 height_.push_back(-1);
346 if (height_[arc.nextstate] + 1 > height_[s])
347 height_[s] = height_[arc.nextstate] + 1;
353 if (height_[s] == -1) height_[s] = 0;
354 StateId h = height_[s] + 1;
356 if (h > height_[parent]) height_[parent] = h
371 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
    [all...]
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 30 : image_(image), width_(width), height_(height) {
39 return height_;
53 int height_; member in class:ImageRGBA
  /external/webp/src/dec/
alpha.c 121 if (row < 0 || num_rows < 0 || row + num_rows > dec->pic_hdr_.height_) {
128 dec->pic_hdr_.width_, dec->pic_hdr_.height_, stride,
vp8li.h 72 int height_; member in struct:__anon18204
  /external/chromium/chrome/browser/resources/net_internals/
view.js 22 this.height_ = height;
59 return this.height_;
88 this.height_ = this.node_.offsetHeight;
  /external/openfst/src/include/fst/script/
draw-impl.h 60 title_(title), width_(width), height_(height), portrait_(portrait),
81 Print(height_);
220 float height_; member in class:fst::FstDrawer
  /external/harfbuzz_ng/util/
ansi-print.cc 85 unsigned int height_,
89 height (height_),
94 unsigned int height_) :
96 height (height_),
  /external/webp/src/demux/
demux.c 43 int width_, height_; member in struct:Frame
254 frame->height_ = features.height;
312 frame->height_ = 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) {
444 dmux->canvas_height_ = frame->height_;
581 if (frame->width_ <= 0 || frame->height_ <= 0) return 0;
616 if (f->width_ <= 0 || f->height_ <= 0) return 0;
795 iter->height = fragment->height_;

Completed in 1302 milliseconds

1 2