Home
last modified time | relevance | path

Searched refs:format_ (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h122 return ConvParser(format_, args, error_, arg_position_, is_positional_); in SetArgs()
126 return ConvParser(format_, args_, error_ || error, arg_position_, in SetError()
131 return ConvParser(format_, args_, error_, arg_position, is_positional_); in SetArgPosition()
154 return SetFormat(ConsumeAnyOf(format_, "-+ #0")); in ParseFlags()
161 return IsDigit(GetChar(format_, 0)) in ParseWidth()
162 ? SetFormat(ParseDigits(format_).format) in ParseWidth()
163 : GetChar(format_, 0) == '*' in ParseWidth()
166 ParsePositional(ConsumeFront(format_)), '*') in ParseWidth()
167 : SetFormat(ConsumeFront(format_)) in ParseWidth()
176 return GetChar(format_, 0) != '.' in ParsePrecision()
[all …]
Dbind.h149 : format_(format) { in Streamable()
168 const UntypedFormatSpecImpl& format_;
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1375 format_(printer), in ParseLoopGenerator()
1379 format_.Set("classname", ClassName(descriptor)); in GenerateParserLoop()
1380 format_.Set("p_ns", "::" + ProtobufNamespace(options_)); in GenerateParserLoop()
1381 format_.Set("pi_ns", in GenerateParserLoop()
1383 format_.Set("GOOGLE_PROTOBUF", MacroPrefix(options_)); in GenerateParserLoop()
1387 format_.AddMap(vars); in GenerateParserLoop()
1400 format_( in GenerateParserLoop()
1404 format_.Indent(); in GenerateParserLoop()
1412 format_("_Internal::HasBits has_bits{};\n"); in GenerateParserLoop()
1413 format_.Set("has_bits", "has_bits"); in GenerateParserLoop()
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.cc127 const auto& segments = format_->GetSegments(); in CalculateDiffs()
147 if (!buffer->format_->Equal(format_)) in CheckCompability()
186 auto num_channels = format_->InputNeededPerElement(); in GetHistogramForChannel()
190 for (const auto& seg : format_->GetSegments()) { in GetHistogramForChannel()
214 auto num_channels = format_->InputNeededPerElement(); in CompareHistogramEMD()
215 for (auto segment : format_->GetSegments()) { in CompareHistogramEMD()
275 ((offset / format_->SizeInBytes()) * format_->InputNeededPerElement()) + in RecalculateMaxSizeInBytes()
278 if (!format_->IsPacked()) { in RecalculateMaxSizeInBytes()
283 element_count = value_count / format_->InputNeededPerElement(); in RecalculateMaxSizeInBytes()
285 if (GetMaxSizeInBytes() < element_count * format_->SizeInBytes()) in RecalculateMaxSizeInBytes()
[all …]
Dbuffer.h87 format_ = format; in SetFormat()
90 Format* GetFormat() const { return format_; } in GetFormat()
137 if (!format_) { in SetValueCount()
141 if (format_->IsPacked()) { in SetValueCount()
148 element_count_ = count / format_->InputNeededPerElement(); in SetValueCount()
153 if (!format_) in ValueCount()
156 if (format_->IsPacked()) in ValueCount()
158 return element_count_ * format_->InputNeededPerElement(); in ValueCount()
163 if (!format_) in GetSizeInBytes()
165 return ElementCount() * format_->SizeInBytes(); in GetSizeInBytes()
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.cc31 format_(format) { in BitmapGlyphInfo()
43 format_(format) { in BitmapGlyphInfo()
47 return (format_ == rhs.format_ && in operator ==()
57 return (format_ == rhs->format() && in operator ==()
Dbitmap_glyph.h85 int32_t format() { return format_; } in format()
95 int32_t format_;
102 int32_t format() { return format_; } in format()
110 int32_t format_;
Dbitmap_glyph.cc40 : SubTable(data), format_(format) { in BitmapGlyph()
72 : SubTable::Builder(data), format_(format) { in Builder()
76 : SubTable::Builder(data), format_(format) { in Builder()
Dbitmap_glyph_info.h60 int32_t format() const { return format_; } in format()
72 int32_t format_; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.cc31 format_(format) { in BitmapGlyphInfo()
43 format_(format) { in BitmapGlyphInfo()
47 return (format_ == rhs.format_ && in operator ==()
57 return (format_ == rhs->format() && in operator ==()
Dbitmap_glyph.h85 int32_t format() { return format_; } in format()
95 int32_t format_;
102 int32_t format() { return format_; } in format()
110 int32_t format_;
Dbitmap_glyph.cc40 : SubTable(data), format_(format) { in BitmapGlyph()
72 : SubTable::Builder(data), format_(format) { in Builder()
76 : SubTable::Builder(data), format_(format) { in Builder()
Dbitmap_glyph_info.h60 int32_t format() const { return format_; } in format()
72 int32_t format_; variable
/third_party/freetype/src/sfnt/
Dttcmap.h69 format_, \ argument
87 format_, \
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.h70 format_, \ argument
88 format_, \
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.h69 format_, \ argument
87 format_, \
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp37 VkFormat format_, in AttachmentDescription1() argument
51 format = format_; in AttachmentDescription1()
63 VkFormat format_, in AttachmentDescription2() argument
75 format = format_; in AttachmentDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp37 VkFormat format_, in AttachmentDescription1() argument
51 format = format_; in AttachmentDescription1()
63 VkFormat format_, in AttachmentDescription2() argument
75 format = format_; in AttachmentDescription2()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dtransfer_buffer.cc28 format_ = device->GetVkFormat(*format); in TransferBuffer()
72 buffer_view_info.format = format_; in Initialize()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.hpp53 TransferFormat (deUint32 format_, deUint32 dataType_) in TransferFormat()
54 : format (format_) in TransferFormat()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.cpp148 format_(format), in Image()
157 ms_ == it->ms_ && sampled_ == it->sampled_ && format_ == it->format_ && in IsSame()
165 << ", " << arrayed_ << ", " << ms_ << ", " << sampled_ << ", " << format_ in str()
/third_party/protobuf/src/google/protobuf/io/
Dgzip_stream.cc51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) { in GzipInputStream()
110 int error = internalInflateInit2(&zcontext_, format_); in Inflate()
148 zerror_ = internalInflateInit2(&zcontext_, format_); in Next()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageOffsetTests.cpp54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrImageOffsetTests.cpp54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.h137 virtual int32_t format() { return format_; } in format()
155 int32_t format_;
182 virtual int32_t format() { return format_; } in format()
208 int32_t format_;

123456