Home
last modified time | relevance | path

Searched refs:height_ (Results 1 - 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator.h140 // `height_` contains the height of the current tree, or -1 if empty.
141 int height_ = -1; member in absl::cord_internal::CordRepBtreeNavigator
145 // of these are undefined until the instance is initialized (`height_ >= 0`).
151 inline CordRepBtreeNavigator::operator bool() const { return height_ >= 0; } in operator bool()
154 return height_ >= 0 ? node_[height_] : nullptr; in btree()
158 assert(height_ >= 0); in Current()
162 inline void CordRepBtreeNavigator::Reset() { height_ = -1; } in Reset()
176 int height = height_ = tree->height(); in Init()
192 int height = height_; in Seek()
[all...]
H A Dcord_rep_btree_navigator.cc80 if (++height > height_) return {nullptr, n}; in Skip()
128 if (++height > height_) { in Read()
/third_party/backends/backend/genesys/
H A Dimage_pipeline.h65 height_{height},
70 std::size_t get_height() const override { return height_; }
80 std::size_t height_ = 0; member in genesys::ImagePipelineNodeCallableSource
96 std::size_t get_height() const override { return height_; }
110 std::size_t height_ = 0; member in genesys::ImagePipelineNodeBufferedCallableSource
127 std::size_t get_height() const override { return height_; }
136 std::size_t height_ = 0; member in genesys::ImagePipelineNodeArraySource
359 std::size_t get_height() const override { return height_; }
369 std::size_t height_ = 0; member in genesys::ImagePipelineNodeComponentShiftLines
385 std::size_t get_height() const override { return height_; }
395 std::size_t height_ = 0; global() member in genesys::ImagePipelineNodePixelShiftLines
457 std::size_t height_ = 0; global() member in genesys::ImagePipelineNodeExtract
[all...]
H A Dimage_pipeline.cpp45 height_{height},
49 buffer_.set_remaining_size(height_ * get_row_bytes());
75 height_{height},
80 auto size = get_row_bytes() * height_;
89 if (next_row_ >= height_) { in get_next_row_data()
492 height_ = source_.get_height();
493 if (extra_height_ > height_) {
494 height_ = 0;
496 height_ -= extra_height_;
535 height_
[all...]
H A Dimage.h36 std::size_t get_height() const { return height_; } in get_height()
53 std::size_t height_ = 0; member in genesys::Image
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c37 int x_offset_, y_offset_, width_, height_; member
212 rect->width_, rect->height_); in WebPUtilClearPic()
401 return (rect->width_ == 0) || (rect->height_ == 0); in IsEmptyRect()
424 assert(rect->y_offset_ + rect->height_ <= dst->height); in MinimizeChangeRectangle()
433 rect->height_, max_allowed_diff)) { in MinimizeChangeRectangle()
449 rect->height_, max_allowed_diff)) { in MinimizeChangeRectangle()
458 for (j = rect->y_offset_; j < rect->y_offset_ + rect->height_; ++j) { in MinimizeChangeRectangle()
465 --rect->height_; // Redundant row. in MinimizeChangeRectangle()
471 if (rect->height_ == 0) goto NoChange; in MinimizeChangeRectangle()
474 for (j = rect->y_offset_ + rect->height_ in MinimizeChangeRectangle()
[all...]
H A Dmuxedit.c305 err = CreateFrameData(wpi.width_, wpi.height_, &tmp, &frame); in WebPMuxPushFrame()
418 if (height != NULL) *height = wpi->height_; in GetImageInfo()
456 *height = wpi->height_; in GetAdjustedCanvasSize()
562 frame->height_ == mux->canvas_height_))) { in MuxCleanup()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.h165 void SetHeight(float h) { height_ = h; } in SetHeight()
166 float GetHeight() const { return height_; } in GetHeight()
177 float height_ = 0.0; member in amber::DrawRectCommand
197 void SetHeight(float h) { height_ = h; } in SetHeight()
198 float GetHeight() const { return height_; } in GetHeight()
213 float height_ = 0.0; member in amber::DrawGridCommand
375 void SetHeight(float h) { height_ = h; } in SetHeight()
376 float GetHeight() const { return height_; } in GetHeight()
407 float height_ = 1.0; member in amber::ProbeCommand
H A Dbuffer.h110 uint32_t GetHeight() const { return height_; } in GetHeight()
112 void SetHeight(uint32_t height) { height_ = height; } in SetHeight()
269 uint32_t height_ = 1; member in amber::Buffer
H A Dbuffer.cc82 if (buffer->height_ != height_) in CopyTo()
153 if (buffer->height_ != height_) in CheckCompability()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dframe_buffer.cc41 height_(height) {} in FrameBuffer()
73 height_ << info->base_mip_level, depth_, info->buffer->GetMipLevels(), in Initialize()
99 VK_IMAGE_TYPE_2D, usage_flags, width_, height_, depth_, 1u, 0u, 1u, 1u); in Initialize()
114 VK_IMAGE_TYPE_2D, usage_flags, width_, height_, depth_, 1u, 0u, 1u, in Initialize()
130 frame_buffer_info.height = height_; in Initialize()
H A Dframe_buffer.h63 uint32_t GetHeight() const { return height_; } in GetHeight()
81 uint32_t height_ = 0; member in amber::vulkan::FrameBuffer
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c46 int width_, height_; // dimension member
103 if (p->row_ >= 0 && p->row_ < p->height_ - 1) { in VFilter()
189 for (j = 0; j < p->height_; ++j) { in CountLevels()
240 p->height_ = height; in InitParams()
278 for (; p.row_ < p.height_; ++p.row_) { in WebPDequantizeLevels()
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Ddemux.c45 int width_, height_; member
202 frame->height_ = features->height; in SetFrameInfo()
327 frame->height_ = 1 + ReadLE24s(mem); in ParseAnimationFrame()
333 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) { in ParseAnimationFrame()
429 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) { in ParseSingleImage()
432 dmux->canvas_height_ = frame->height_; in ParseSingleImage()
581 if (frame->width_ <= 0 || frame->height_ <= 0) return 0; in IsValidSimpleFormat()
593 if (frame->width_ != canvas_width || frame->height_ != canvas_height) { in CheckFrameBounds()
599 if (frame->height_ + frame->y_offset_ > canvas_height) return 0; in CheckFrameBounds()
633 if (f->width_ <= 0 || f->height_ < in IsValidExtendedFormat()
[all...]
/third_party/vk-gl-cts/framework/egl/
H A DegluNativeWindow.hpp64 WindowParams (int width_, int height_, Visibility visibility_) : width(width_), height(height_), visibility(visibility_) {} in WindowParams()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dalpha_dec.c62 dec->height_ = src_io->height; in ALPHInit()
63 assert(dec->width_ > 0 && dec->height_ > 0); in ALPHInit()
96 const size_t alpha_decoded_size = dec->width_ * dec->height_; in ALPHInit()
H A Dalphai_dec.h29 int height_; member
H A Dvp8l_dec.c830 assert(dec->last_row_ <= dec->height_); in ProcessRows()
1416 dec->height_ = height; in UpdateDecoder()
1514 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers32b()
1535 const uint64_t total_num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers8b()
1586 dec->height_ = alph_dec->height_; in VP8LDecodeAlphaHeader()
1590 dec->io_->height = alph_dec->height_; in VP8LDecodeAlphaHeader()
1595 if (!DecodeImageStream(alph_dec->width_, alph_dec->height_, 1, dec, NULL)) { in VP8LDecodeAlphaHeader()
1627 assert(last_row <= dec->height_); in VP8LDecodeAlphaImageStream()
1637 DecodeAlphaData(dec, (uint8_t*)dec->pixels_, dec->width_, dec->height_, in VP8LDecodeAlphaImageStream()
[all...]
H A Dvp8li_dec.h75 int height_; member
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.cpp254 unsigned width_, height_, borderWidth, depth; in getDimensions() local
256 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth); in getDimensions()
260 *height = static_cast<int>(height_); in getDimensions()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderState.hpp228 WindowRectangle (int left_, int bottom_, int width_, int height_) in WindowRectangle()
232 , height (height_) in WindowRectangle()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dansi-print.hh95 unsigned int height_, in image_t()
99 height (height_), in image_t()
104 unsigned int height_) : in image_t()
106 height (height_), in image_t()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp137 height_ = h; in SetConfig()
311 NativeWindowHandleOpt(nativeWindow_, SET_BUFFER_GEOMETRY, width_, height_); in InitNativeWindow()
369 surfaceAttribs.push_back(height_); in InitEglSurface()
492 height_ = h; in OhosWindowResize()
502 if (width_ > 0 && height_ > 0) in GetNativeWindowEx()
504 NativeWindowHandleOpt(nativeWindow_, SET_BUFFER_GEOMETRY, width_, height_); in GetNativeWindowEx()
/third_party/littlefs/scripts/
H A Dplot.py1023 height_ = 17 + len(title) + len(xlabel)
1025 height_ = height
1027 height_ = shutil.get_terminal_size((None,
1031 height_ -= 1
1034 height_ -= len(xlabel)
1038 height_ -= len(title)
1055 height_ -= (len(legend_)+legend_cols-1) // legend_cols
1068 height_ -= (len(legend_)+legend_cols-1) // legend_cols
1077 heights = [m.floor(w*height_) for w in grid.yweights]
1102 height_
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h202 int height() const { return height_; } in height()
308 height_(height), in TranslatedFrame()
320 int height_; member in v8::internal::TranslatedFrame

Completed in 22 milliseconds

123