/third_party/skia/third_party/externals/tint/src/sem/ |
D | vector_type.cc | 25 : subtype_(subtype), width_(width) { in Vector() 26 TINT_ASSERT(Semantic, width_ > 1); in Vector() 27 TINT_ASSERT(Semantic, width_ < 5); in Vector() 35 return "__vec_" + std::to_string(width_) + subtype_->type_name(); in type_name() 40 out << "vec" << width_ << "<" << subtype_->FriendlyName(symbols) << ">"; in FriendlyName() 49 return SizeOf(width_); in Size() 53 return AlignOf(width_); in Align()
|
D | vector_type.h | 52 uint32_t Width() const { return width_; } in Width() 71 const uint32_t width_; variable
|
/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() 423 assert(rect->x_offset_ + rect->width_ <= dst->width); in MinimizeChangeRectangle() 427 for (i = rect->x_offset_; i < rect->x_offset_ + rect->width_; ++i) { in MinimizeChangeRectangle() 434 --rect->width_; // Redundant column. in MinimizeChangeRectangle() 440 if (rect->width_ == 0) goto NoChange; in MinimizeChangeRectangle() 443 for (i = rect->x_offset_ + rect->width_ - 1; i >= rect->x_offset_; --i) { in MinimizeChangeRectangle() 450 --rect->width_; // Redundant column. in MinimizeChangeRectangle() 455 if (rect->width_ == 0) goto NoChange; in MinimizeChangeRectangle() [all …]
|
/third_party/flutter/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() 404 return (rect->width_ == 0) || (rect->height_ == 0); in IsEmptyRect() 426 assert(rect->x_offset_ + rect->width_ <= dst->width); in MinimizeChangeRectangle() 430 for (i = rect->x_offset_; i < rect->x_offset_ + rect->width_; ++i) { in MinimizeChangeRectangle() 437 --rect->width_; // Redundant column. in MinimizeChangeRectangle() 443 if (rect->width_ == 0) goto NoChange; in MinimizeChangeRectangle() 446 for (i = rect->x_offset_ + rect->width_ - 1; i >= rect->x_offset_; --i) { in MinimizeChangeRectangle() 453 --rect->width_; // Redundant column. in MinimizeChangeRectangle() 458 if (rect->width_ == 0) goto NoChange; in MinimizeChangeRectangle() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 46 int width_, height_; // dimension member 83 const int w = p->width_; in VFilter() 114 const int w = p->width_; in HFilter() 136 const int w = p->width_; in ApplyFilter() 190 for (i = 0; i < p->width_; ++i) { in CountLevels() 239 p->width_ = width; in InitParams()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 46 int width_, height_; // dimension member 83 const int w = p->width_; in VFilter() 114 const int w = p->width_; in HFilter() 136 const int w = p->width_; in ApplyFilter() 190 for (i = 0; i < p->width_; ++i) { in CountLevels() 239 p->width_ = width; in InitParams()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 45 int width_, height_; member 201 frame->width_ = features->width; in SetFrameInfo() 321 frame->width_ = 1 + ReadLE24s(mem); in ParseAnimationFrame() 328 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) { in ParseAnimationFrame() 420 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) { in ParseSingleImage() 422 dmux->canvas_width_ = frame->width_; in ParseSingleImage() 570 if (frame->width_ <= 0 || frame->height_ <= 0) return 0; in IsValidSimpleFormat() 582 if (frame->width_ != canvas_width || frame->height_ != canvas_height) { in CheckFrameBounds() 587 if (frame->width_ + frame->x_offset_ > canvas_width) return 0; in CheckFrameBounds() 622 if (f->width_ <= 0 || f->height_ <= 0) return 0; in IsValidExtendedFormat() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 45 int width_, height_; member 201 frame->width_ = features->width; in SetFrameInfo() 326 frame->width_ = 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() 431 dmux->canvas_width_ = frame->width_; 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() 598 if (frame->width_ + frame->x_offset_ > canvas_width) 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 | 40 width_(width), in FrameBuffer() 72 VK_IMAGE_TYPE_2D, usage_flags, width_ << info->base_mip_level, 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() 129 frame_buffer_info.width = width_; in Initialize()
|
D | frame_buffer.h | 62 uint32_t GetWidth() const { return width_; } in GetWidth() 80 uint32_t width_ = 0; variable
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | command.h | 172 void SetWidth(float w) { width_ = w; } in SetWidth() 173 float GetWidth() const { return width_; } in GetWidth() 186 float width_ = 0.0; variable 204 void SetWidth(float w) { width_ = w; } in SetWidth() 205 float GetWidth() const { return width_; } in GetWidth() 222 float width_ = 0.0; variable 382 void SetWidth(float w) { width_ = w; } in SetWidth() 383 float GetWidth() const { return width_; } in GetWidth() 416 float width_ = 1.0; variable
|
D | buffer.h | 106 uint32_t GetWidth() const { return width_; } in GetWidth() 108 void SetWidth(uint32_t width) { width_ = width; } in SetWidth() 268 uint32_t width_ = 1; variable
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.h | 119 Integer(uint32_t w, bool is_signed) : width_(w), signed_(is_signed) {} in Integer() 127 uint32_t width() const { return width_; } in width() 131 uint32_t width_; // bit width 137 Float(uint32_t w) : width_(w) {} in Float() 145 uint32_t width() const { return width_; } in width() 148 uint32_t width_; // bit width
|
D | types.cpp | 82 return it && width_ == it->width_ && signed_ == it->signed_ && in IsSame() 88 oss << (signed_ ? "s" : "u") << "int" << width_; in str() 94 return ft && width_ == ft->width_ && HasSameDecorations(that); in IsSame() 99 oss << "float" << width_; in str()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 61 dec->width_ = src_io->width; 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() 112 const int width = alph_dec->width_; in ALPHDecode()
|
D | vp8l_dec.c | 760 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() 781 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows() 872 (uint8_t*)dec->pixels_ + dec->width_ * first_row; in ExtractPalettedAlphaRows() 1407 dec->width_ = width; in UpdateDecoder() 1506 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers32b() 1515 assert(dec->width_ <= final_width); in AllocateInternalBuffers32b() 1527 const uint64_t total_num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers8b() 1543 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows() 1561 in += num_rows_to_process * dec->width_; in ExtractAlphaRows() 1577 dec->width_ = alph_dec->width_; in VP8LDecodeAlphaHeader() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 61 dec->width_ = src_io->width; 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() 112 const int width = alph_dec->width_; in ALPHDecode()
|
D | vp8l_dec.c | 765 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() 785 const uint32_t* const rows = dec->pixels_ + dec->width_ * dec->last_row_; in ProcessRows() 876 (uint8_t*)dec->pixels_ + dec->width_ * first_row; in ExtractPalettedAlphaRows() 1411 dec->width_ = width; in UpdateDecoder() 1510 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers32b() 1519 assert(dec->width_ <= final_width); in AllocateInternalBuffers32b() 1531 const uint64_t total_num_pixels = (uint64_t)dec->width_ * dec->height_; in AllocateInternalBuffers8b() 1547 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; in ExtractAlphaRows() 1565 in += num_rows_to_process * dec->width_; in ExtractAlphaRows() 1581 dec->width_ = alph_dec->width_; in VP8LDecodeAlphaHeader() [all …]
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_d3d11_win.h | 151 int width() const { return width_; } in width() 160 int width_; variable 280 int width() const { return width_; } in width() 296 int width_;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | types.cpp | 251 return it && width_ == it->width_ && signed_ == it->signed_ && in IsSameImpl() 257 oss << (signed_ ? "s" : "u") << "int" << width_; in str() 263 words->push_back(width_); in GetExtraHashWords() 269 return ft && width_ == ft->width_ && HasSameDecorations(that); in IsSameImpl() 274 oss << "float" << width_; in str() 280 words->push_back(width_); in GetExtraHashWords()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.cpp | 251 return it && width_ == it->width_ && signed_ == it->signed_ && in IsSameImpl() 257 oss << (signed_ ? "s" : "u") << "int" << width_; in str() 263 words->push_back(width_); in GetExtraHashWords() 269 return ft && width_ == ft->width_ && HasSameDecorations(that); in IsSameImpl() 274 oss << "float" << width_; in str() 280 words->push_back(width_); in GetExtraHashWords()
|
/third_party/spirv-tools/source/opt/ |
D | types.cpp | 281 return it && width_ == it->width_ && signed_ == it->signed_ && in IsSameImpl() 287 oss << (signed_ ? "s" : "u") << "int" << width_; in str() 292 return hash_combine(hash, width_, signed_); in ComputeExtraStateHash() 297 return ft && width_ == ft->width_ && HasSameDecorations(that); in IsSameImpl() 302 oss << "float" << width_; in str() 307 return hash_combine(hash, width_); in ComputeExtraStateHash()
|
/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() 258 *width = static_cast<int>(width_); 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/flutter/skia/third_party/externals/harfbuzz/util/ |
D | ansi-print.cc | 97 image_t (unsigned int width_, in image_t() 101 width (width_), in image_t() 106 image_t (unsigned int width_, in image_t() 108 width (width_), in image_t()
|