Home
last modified time | relevance | path

Searched refs:height_ (Results 1 – 25 of 62) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_navigator.h141 int height_ = -1; variable
151 inline CordRepBtreeNavigator::operator bool() const { return height_ >= 0; }
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()
210 height_ = tree->height(); in InitOffset()
211 node_[height_] = tree; in InitOffset()
231 if (++height > height_) return nullptr; in NextUp()
[all …]
Dcord_rep_btree_navigator.cc80 if (++height > height_) return {nullptr, n}; in Skip()
128 if (++height > height_) { in Read()
/third_party/skia/third_party/externals/libwebp/src/mux/
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_ - 1; j >= rect->y_offset_; --j) { in MinimizeChangeRectangle()
[all …]
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/skia/third_party/externals/libwebp/src/demux/
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_ <= 0) return 0; in IsValidExtendedFormat()
[all …]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
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()
Dframe_buffer.h63 uint32_t GetHeight() const { return height_; } in GetHeight()
81 uint32_t height_ = 0; variable
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.h165 void SetHeight(float h) { height_ = h; } in SetHeight()
166 float GetHeight() const { return height_; } in GetHeight()
177 float height_ = 0.0; variable
197 void SetHeight(float h) { height_ = h; } in SetHeight()
198 float GetHeight() const { return height_; } in GetHeight()
213 float height_ = 0.0; variable
375 void SetHeight(float h) { height_ = h; } in SetHeight()
376 float GetHeight() const { return height_; } in GetHeight()
407 float height_ = 1.0; variable
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; variable
Dbuffer.cc82 if (buffer->height_ != height_) in CopyTo()
153 if (buffer->height_ != height_) in CheckCompability()
/third_party/skia/third_party/externals/libwebp/src/utils/
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/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/members/constructorc_function_types/
Dconstructor_function_types_4.ts36 constructor(ParamObje_Obj_: any, height_ = 0) {
43 this.height = height_;
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11.cpp254 unsigned width_, height_, borderWidth, depth; in getDimensions() local
256 …XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &d… in getDimensions()
260 *height = static_cast<int>(height_); in getDimensions()
/third_party/vk-gl-cts/framework/egl/
DegluNativeWindow.hpp64 …WindowParams (int width_, int height_, Visibility visibility_) : width(width_), height(height_), v… in WindowParams()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_body/
Dclass_body.ts60 constructor(ParamObje_Obj_: any, height_ = 0) {
67 this.height = height_;
/third_party/skia/third_party/externals/libwebp/src/dec/
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()
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()
1639 DecodeImageData(dec, dec->pixels_, dec->width_, dec->height_, in VP8LDecodeAlphaImageStream()
[all …]
Dalphai_dec.h29 int height_; member
Dvp8li_dec.h75 int height_; member
/third_party/skia/third_party/externals/harfbuzz/util/
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/littlefs/scripts/
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_ = sum(heights)
[all …]
Dtracebd.py660 height_ = 0
662 height_ = height
664 height_ = shutil.get_terminal_size((80, 5))[1]
672 4*height_ if braille
673 else 2*height_ if dots
674 else height_))
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp228 WindowRectangle (int left_, int bottom_, int width_, int height_) in WindowRectangle()
232 , height (height_) in WindowRectangle()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
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()
490 height_ = h; in OhosWindowResize()
500 if (width_ > 0 && height_ > 0) in GetNativeWindowEx()
502 NativeWindowHandleOpt(nativeWindow_, SET_BUFFER_GEOMETRY, width_, height_); in GetNativeWindowEx()
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.h202 int height() const { return height_; } in height()
308 height_(height), in kind_()
320 int height_; variable

123