Home
last modified time | relevance | path

Searched refs:format_ (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A 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_, in ParsePrecision()
236 string_view format_; global() member in absl::str_format_internal::ConvParser
313 string_view format_; global() member in absl::str_format_internal::FormatParser
[all...]
H A Dbind.h149 : format_(format) { in Streamable()
168 const UntypedFormatSpecImpl& format_; member in absl::str_format_internal::Streamable
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A 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_ in GenerateParserLoop()
1438 Formatter format_; global() member in google::protobuf::compiler::cpp::ParseLoopGenerator
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A 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_ in GetSizeInBytes()
275 Format* format_ = nullptr; global() member in amber::Buffer
[all...]
H A 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_ in RecalculateMaxSizeInBytes()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A 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 ==()
H A Dbitmap_glyph.h85 int32_t format() { return format_; } in format()
95 int32_t format_; member in sfntly::BitmapGlyph::Builder
102 int32_t format() { return format_; } in format()
110 int32_t format_; member in sfntly::BitmapGlyph
H A 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()
H A Dbitmap_glyph_info.h60 int32_t format() const { return format_; } in format()
72 int32_t format_; member in sfntly::BitmapGlyphInfo
/third_party/backends/backend/genesys/
H A Dimage.cpp38 format_{format},
39 row_bytes_{get_pixel_row_bytes(format_, width_)}
56 return get_pixel_from_row(get_row_ptr(y), x, format_); in get_pixel()
61 set_pixel_to_row(get_row_ptr(y), x, pixel, format_); in set_pixel() local
66 return get_raw_pixel_from_row(get_row_ptr(y), x, format_); in get_raw_pixel()
71 return get_raw_channel_from_row(get_row_ptr(y), x, channel, format_); in get_raw_channel()
76 set_raw_pixel_to_row(get_row_ptr(y), x, pixel, format_); in set_raw_pixel() local
83 format_ = format; in resize()
84 row_bytes_ = get_pixel_row_bytes(format_, width_); in resize()
H A Dimage_pipeline.h66 format_{format}
71 PixelFormat get_format() const override { return format_; }
81 PixelFormat format_ = PixelFormat::UNKNOWN; member in genesys::ImagePipelineNodeCallableSource
97 PixelFormat get_format() const override { return format_; }
111 PixelFormat format_ = PixelFormat::UNKNOWN; member in genesys::ImagePipelineNodeBufferedCallableSource
128 PixelFormat get_format() const override { return format_; }
137 PixelFormat format_ = PixelFormat::UNKNOWN; member in genesys::ImagePipelineNodeArraySource
H A Dimage.h37 PixelFormat get_format() const { return format_; } in get_format()
54 PixelFormat format_ = PixelFormat::UNKNOWN; member in genesys::Image
/third_party/node/src/crypto/
H A Dcrypto_keys.cc58 config->format_ = static_cast<PKFormatType>( in GetKeyFormatAndTypeFromJs()
67 config->format_ == kKeyFormatPEM) || in GetKeyFormatAndTypeFromJs()
69 config->format_ == kKeyFormatJWK)); in GetKeyFormatAndTypeFromJs()
143 if (config.format_ == kKeyFormatPEM) { in ParsePublicKey()
146 CHECK_EQ(config.format_, kKeyFormatDER); in ParsePublicKey()
220 if (config.format_ == kKeyFormatPEM) { in ParsePrivateKey()
230 CHECK_EQ(config.format_, kKeyFormatDER); in ParsePrivateKey()
331 if (config.format_ == kKeyFormatPEM) { in WritePrivateKey()
341 CHECK_EQ(config.format_, kKeyFormatDER); in WritePrivateKey()
346 if (config.format_ in WritePrivateKey()
[all...]
H A Dcrypto_keys.h59 PKFormatType format_ = kKeyFormatDER; member
339 format_(format) {} in KeyExportJob()
341 WebCryptoKeyFormat format() const { return format_; } in format()
347 format_,
398 WebCryptoKeyFormat format_; member in node::crypto::final
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_buffer.cc28 format_ = device->GetVkFormat(*format); in TransferBuffer()
72 buffer_view_info.format = format_; in Initialize()
H A Dtransfer_buffer.h64 VkFormat format_ = VK_FORMAT_UNDEFINED; member in amber::vulkan::TransferBuffer
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.h69 format_, \
87 format_, \
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.cpp37 VkFormat format_, in AttachmentDescription1()
51 format = format_; in AttachmentDescription1()
63 VkFormat format_, in AttachmentDescription2()
75 format = format_; in AttachmentDescription2()
35 AttachmentDescription1(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription1() argument
61 AttachmentDescription2(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription2() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.cpp37 VkFormat format_, in AttachmentDescription1()
51 format = format_; in AttachmentDescription1()
63 VkFormat format_, in AttachmentDescription2()
75 format = format_; in AttachmentDescription2()
35 AttachmentDescription1(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription1() argument
61 AttachmentDescription2(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription2() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.hpp53 TransferFormat (deUint32 format_, deUint32 dataType_) in TransferFormat()
54 : format (format_) in TransferFormat()
/third_party/protobuf/src/google/protobuf/io/
H A 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/
H A DvktYCbCrImageOffsetTests.cpp54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp40 VkFormat format_, in AttachmentDescription1()
54 format = format_; in AttachmentDescription1()
66 VkFormat format_, in AttachmentDescription2()
78 format = format_; in AttachmentDescription2()
38 AttachmentDescription1(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription1() argument
64 AttachmentDescription2(const void* pNext_, VkAttachmentDescriptionFlags flags_, VkFormat format_, VkSampleCountFlagBits samples_, VkAttachmentLoadOp loadOp_, VkAttachmentStoreOp storeOp_, VkAttachmentLoadOp stencilLoadOp_, VkAttachmentStoreOp stencilStoreOp_, VkImageLayout initialLayout_, VkImageLayout finalLayout_) AttachmentDescription2() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h137 virtual int32_t format() { return format_; } in format()
155 int32_t format_; member in sfntly::CMapTable::CMap::Builder
182 virtual int32_t format() { return format_; } in format()
208 int32_t format_; member in sfntly::CMapTable::CMap

Completed in 18 milliseconds

12345