/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_navigator.h | 141 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 …]
|
D | cord_rep_btree_navigator.cc | 80 if (++height > height_) return {nullptr, n}; in Skip() 128 if (++height > height_) { in Read()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 37 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 …]
|
D | muxedit.c | 305 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/ |
D | demux.c | 45 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/ |
D | frame_buffer.cc | 41 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()
|
D | frame_buffer.h | 63 uint32_t GetHeight() const { return height_; } in GetHeight() 81 uint32_t height_ = 0; variable
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | command.h | 165 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
|
D | buffer.h | 110 uint32_t GetHeight() const { return height_; } in GetHeight() 112 void SetHeight(uint32_t height) { height_ = height; } in SetHeight() 269 uint32_t height_ = 1; variable
|
D | buffer.cc | 82 if (buffer->height_ != height_) in CopyTo() 153 if (buffer->height_ != height_) in CheckCompability()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 46 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/ |
D | constructor_function_types_4.ts | 36 constructor(ParamObje_Obj_: any, height_ = 0) { 43 this.height = height_;
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 254 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/ |
D | egluNativeWindow.hpp | 64 …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/ |
D | class_body.ts | 60 constructor(ParamObje_Obj_: any, height_ = 0) { 67 this.height = height_;
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 62 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()
|
D | vp8l_dec.c | 830 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 …]
|
D | alphai_dec.h | 29 int height_; member
|
D | vp8li_dec.h | 75 int height_; member
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | ansi-print.hh | 95 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/ |
D | plot.py | 1023 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 …]
|
D | tracebd.py | 660 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/ |
D | rrRenderState.hpp | 228 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/ |
D | rosen_context_impl.cpp | 137 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/ |
D | translated-state.h | 202 int height() const { return height_; } in height() 308 height_(height), in kind_() 320 int height_; variable
|