Searched refs:height_ (Results 1 – 15 of 15) sorted by relevance
49 height_ = GetInt(); in DecodeImage()64 height_ = GetShort(); in DecodeImage()68 if (height_ < 0) { in DecodeImage()69 height_ = -height_; in DecodeImage()72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) { in DecodeImage()75 if (width_ * height_ > max_pixels) { in DecodeImage()161 if (!rle && (pos_ + (rowLen * height_) > len_ + 1)) { in DecodeImage()165 output_ = callback->SetSize(width_, height_); in DecodeImage()184 int y = height_ - 1; in DoRLEDecode()259 CHECK(y >= 0 && y < height_); in PutPixel()[all …]
96 int height_; variable
61 int height_; member in __anondbe8f0170111::DownloadStartedAnimationGtk90 height_ = gdk_pixbuf_get_height(kDownloadImage); in DownloadStartedAnimationGtk()95 if (tab_contents_bounds_.height() < height_) in DownloadStartedAnimationGtk()115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1); in DownloadStartedAnimationGtk()143 height_ - height_ * (1 - GetCurrentValue()))); in Reposition()
327 for (size_t i = height_.size(); i <= (size_t)s; ++i) in InitState()328 height_.push_back(-1); in InitState()346 if (height_[arc.nextstate] + 1 > height_[s]) in ForwardOrCrossArc()347 height_[s] = height_[arc.nextstate] + 1; in ForwardOrCrossArc()353 if (height_[s] == -1) height_[s] = 0; in FinishState()354 StateId h = height_[s] + 1; in FinishState()356 if (h > height_[parent]) height_[parent] = h; in FinishState()366 const vector<StateId>& height() const { return height_; } in height()371 vector<StateId> height_;
340 for (size_t i = height_.size(); i <= s; ++i) in InitState()341 height_.push_back(-1); in InitState()359 if (height_[arc.nextstate] + 1 > height_[s]) in ForwardOrCrossArc()360 height_[s] = height_[arc.nextstate] + 1; in ForwardOrCrossArc()366 if (height_[s] == -1) height_[s] = 0; in FinishState()367 StateId h = height_[s] + 1; in FinishState()369 if (h > height_[parent]) height_[parent] = h; in FinishState()379 const vector<StateId>& height() const { return height_; } in height()384 vector<StateId> height_;
59 height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height()); in LoginHtmlDialog()95 height_ = height; in SetDialogSize()123 size->SetSize(width_, height_); in GetDialogSize()
88 int height_; variable
22 this.height_ = height;59 return this.height_;88 this.height_ = this.node_.offsetHeight;
29 if (row < 0 || row + num_rows > dec->pic_hdr_.height_) { in VP8DecompressAlphaRows()38 const size_t output_size = stride * dec->pic_hdr_.height_; in VP8DecompressAlphaRows()
337 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff; in VP8GetHeaders()343 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4; in VP8GetHeaders()346 io->height = pic_hdr->height_; in VP8GetHeaders()
110 uint16_t height_; member
41 dec->alpha_data_ ? (dec->pic_hdr_.width_ * dec->pic_hdr_.height_) : 0; in VP8InitFrame()
60 title_(title), width_(width), height_(height), portrait_(portrait), in FstDrawer()81 Print(height_); in Draw()220 float height_; variable
15 CGFloat height_;
11 @synthesize height = height_;