Home
last modified time | relevance | path

Searched defs:info (Results 3051 - 3075 of 9653) sorted by relevance

1...<<121122123124125126127128129130>>...387

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBuddyMemoryAllocator.cpp77 AllocationInfo info; in Allocate() local
89 const AllocationInfo info = allocation.GetInfo(); in Deallocate() local
H A DFeatures.cpp26 FeatureInfo info; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanBackend.cpp104 ExportVulkanImage(WGPUTexture texture, VkImageLayout desiredLayout, ExternalImageExportInfoVk* info) ExportVulkanImage() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClientDoers.cpp122 DoShaderModuleGetCompilationInfoCallback(ShaderModule* shaderModule, uint64_t requestSerial, WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info) DoShaderModuleGetCompilationInfoCallback() argument
/third_party/openssl/test/
H A Dprovider_pkey_test.c248 OSSL_STORE_INFO *info; in test_pkey_store() local
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidobjs.c206 PS_FontInfo info; in cid_face_done() local
363 PS_FontInfo info = &cid->font_info; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer-deserialize-json.hh508 hb_glyph_info_t info = {0}; in _hb_buffer_deserialize_json() local
[all...]
H A Dhb-buffer-deserialize-text.hh424 hb_glyph_info_t info = {0}; in _hb_buffer_deserialize_text() local
[all...]
H A Dhb-ot-shape-complex-myanmar.cc114 hb_glyph_info_t *info = buffer->info; in setup_masks_myanmar() local
146 hb_glyph_info_t *info = buffer->info; in initial_reordering_consonant_syllable() local
[all...]
H A Dhb-ot-shape-complex-myanmar.hh65 set_myanmar_properties (hb_glyph_info_t &info) in set_myanmar_properties() argument
H A Dhb-ot-var.cc286 hb_ot_var_axis_info_t info; in hb_ot_var_normalize_variations() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-fc.cc139 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, &len); in hb_fc_can_render() local
H A Dshape-options.hh89 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, nullptr); in populate_buffer() local
155 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, &num_glyphs); in verify_buffer_monotone() local
191 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, &num_glyphs); in verify_buffer_safe_to_break() local
[all...]
/third_party/skia/tools/
H A DHashAndEncode.cpp117 png_infop info = png_create_info_struct(png); in encodePNG() local
[all...]
H A Dget_images_from_skps.cpp99 SkImageInfo info = codec->getInfo().makeColorType(kN32_SkColorType); in sniff() local
H A Dskottie2movie.cpp40 SkImageInfo info; member
100 const auto info = SkImageInfo::MakeN32Premul(dim); in main() local
/third_party/skia/tools/sk_app/unix/
H A DRasterWindowContext_unix.cpp55 SkImageInfo info = SkImageInfo::Make(w, h, fDisplayParams.fColorType, kPremul_SkAlphaType, in resize() local
93 std::unique_ptr<WindowContext> MakeRasterForXlib(const XlibWindowInfo& info, in MakeRasterForXlib() argument
/third_party/skia/tools/skiaserve/tester/
H A Dtester.py54 def info(self): member in SkiaServeTester
/third_party/skia/third_party/externals/icu/source/common/
H A Ducmndata.h45 UDataInfo info; member
/third_party/toybox/toys/lsb/
H A Ddmesg.c121 struct sysinfo info; in dmesg_main() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireShaderModuleTests.cpp35 ToMockGetCompilationInfoCallback(WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info, void* userdata) ToMockGetCompilationInfoCallback() argument
165 ToMockBufferMapCallbackWithNewRequests(WGPUCompilationInfoRequestStatus status, const WGPUCompilationInfo* info, void* userdata) ToMockBufferMapCallbackWithNewRequests() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.cc244 SetCommonFieldVariables(const FieldDescriptor* descriptor, const FieldGeneratorInfo* info, std::map<std::string, std::string>* variables) SetCommonFieldVariables() argument
263 SetCommonOneofVariables(const FieldDescriptor* descriptor, const OneofGeneratorInfo* info, std::map<std::string, std::string>* variables) SetCommonOneofVariables() argument
[all...]
H A Djava_message_builder.cc227 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); in GenerateDescriptorMethods() local
252 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); in GenerateDescriptorMethods() local
628 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); in GenerateIsInitialized() local
642 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); in GenerateIsInitialized() local
[all...]
H A Djava_message_field_lite.cc303 const OneofGeneratorInfo* info = in ImmutableMessageOneofFieldLiteGenerator() local
54 SetMessageVariables(const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, const FieldGeneratorInfo* info, ClassNameResolver* name_resolver, std::map<std::string, std::string>* variables) SetMessageVariables() argument
H A Djava_string_field_lite.cc329 const OneofGeneratorInfo* info = in ImmutableStringOneofFieldLiteGenerator() local
60 SetPrimitiveVariables(const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, const FieldGeneratorInfo* info, ClassNameResolver* name_resolver, std::map<std::string, std::string>* variables) SetPrimitiveVariables() argument

Completed in 15 milliseconds

1...<<121122123124125126127128129130>>...387