Home
last modified time | relevance | path

Searched defs:info (Results 8201 - 8225 of 16109) sorted by relevance

1...<<321322323324325326327328329330>>...645

/third_party/skia/tools/gpu/
H A DYUVUtils.cpp158 SkImageInfo info = SkImageInfo::MakeA8(dims[i]); MakeYUVAPlanesAsA8() local
[all...]
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp353 GrVkImageInfo info; in createBuffers() local
549 GrFlushInfo info; swapBuffers() local
[all...]
/third_party/skia/tools/skiaserve/
H A DRequest.cpp149 SkImageInfo info = SkImageInfo::Make(bounds.size(), cap.fColorType, kPremul_SkAlphaType, in createCPUSurface() local
161 SkImageInfo info = SkImageInfo::Make(bounds.size(), cap.fColorType, kPremul_SkAlphaType, in createGPUSurface() local
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp29 SkImageInfo info = SkImageInfo::MakeA8(w, h); in build_ImFontAtlas() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducmndata.cpp50 udata_getInfoSize(const UDataInfo *info) { in udata_getInfoSize() argument
[all...]
H A Ducol_swp.cpp44 const UDataInfo &info=*(const UDataInfo *)((const char *)inData+4); in ucol_looksLikeCollationBinary() local
490 const UDataInfo &info=*(const UDataInfo *)((const char *)inData+4); in ucol_swap() local
[all...]
/third_party/toybox/lib/
H A Dnet.c22 struct addrinfo info, *ai; in xgetaddrinfo() local
/third_party/toybox/toys/pending/
H A Dbrctl.c58 void get_br_info(char *bridge, struct __bridge_info *info) in get_br_info() argument
76 struct __bridge_info info; in br_show() local
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.cc230 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); in GenerateFieldAccessorTableInitializer() local
237 const OneofGeneratorInfo* info = context_->GetOneofGeneratorInfo(oneof); in GenerateFieldAccessorTableInitializer() local
832 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); in GenerateDescriptorMethods() local
888 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); in GenerateIsInitialized() local
903 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); in GenerateIsInitialized() local
1010 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); GenerateEqualsAndHashCode() local
1092 const FieldGeneratorInfo* info = context_->GetFieldGeneratorInfo(field); GenerateEqualsAndHashCode() local
[all...]
H A Djava_map_field.cc77 SetMessageVariables(const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, const FieldGeneratorInfo* info, Context* context, std::map<std::string, std::string>* variables) SetMessageVariables() argument
H A Djava_message_field.cc534 const OneofGeneratorInfo* info = in ImmutableMessageOneofFieldGenerator() 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_primitive_field.cc489 const OneofGeneratorInfo* info = in ImmutablePrimitiveOneofFieldGenerator() local
59 SetPrimitiveVariables(const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, const FieldGeneratorInfo* info, ClassNameResolver* name_resolver, std::map<std::string, std::string>* variables) SetPrimitiveVariables() argument
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-msbc.c39 struct sbc_info *info; in init() local
106 struct sbc_info *info = (struct sbc_info *) codec_info; get_read_block_size() local
127 struct sbc_info *info = (struct sbc_info *) codec_info; get_write_block_size() local
132 struct sbc_info *info = (struct sbc_info *) codec_info; get_encoded_block_size() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h102 inline void RecordRehashSlow(HashtablezInfo* info, size_t total_probe_length) { in RecordRehashSlow() argument
117 inline void RecordStorageChangedSlow(HashtablezInfo* info, size_t size, in RecordStorageChangedSlow() argument
131 RecordEraseSlow(HashtablezInfo* info) RecordEraseSlow() argument
151 HashtablezInfoHandle(HashtablezInfo* info) HashtablezInfoHandle() argument
[all...]
H A Dhashtablez_sampler.cc224 void UnsampleSlow(HashtablezInfo* info) { in UnsampleSlow() argument
228 void RecordInsertSlow(HashtablezInfo* info, size_t hash, in RecordInsertSlow() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution_test.cc427 ParamName( const ::testing::TestParamInfo<::testing::tuple<double, double>>& info) ParamName() argument
H A Dzipf_distribution_test.cc342 ParamName( const ::testing::TestParamInfo<zipf_u64::param_type>& info) ParamName() argument
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp127 const auto* info = bsearch(type->begin(), in FindShapeInfo() local
191 const auto* info = FindShapeInfo(*shape); in attachShape() local
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper.cpp352 void SkTextBlobBuilderRunHandler::runInfo(const RunInfo& info) { in Make() argument
364 SkShaper::RunHandler::Buffer SkTextBlobBuilderRunHandler::runBuffer(const RunInfo& info) { in Make() argument
383 commitRunBuffer(const RunInfo& info) Make() argument
[all...]
H A DSkShaper_coretext.cpp280 const auto& info = infos[j]; local
H A DSkShaper_primitive.cpp238 const RunHandler::RunInfo info = { in shape() local
/third_party/skia/gm/
H A Dimagefilters.cpp92 const SkImageInfo info = SkImageInfo::MakeS32(100, 100, kPremul_SkAlphaType); in make_image() local
H A Danimated_gif.cpp48 const SkImageInfo info = fCodec->getInfo().makeColorType(kN32_SkColorType); in drawFrame() local
H A Dimage_pict.cpp166 TextureGenerator(GrRecordingContext* rContext, const SkImageInfo& info, sk_sp<SkPicture> pic) in TextureGenerator() argument
216 const SkImageInfo info = SkImageInfo::MakeN32Premul(100, 100); make_tex_generator() local
[all...]
H A Drasterhandleallocator.cpp298 const SkImageInfo info in DEF_SIMPLE_GM() local
[all...]

Completed in 23 milliseconds

1...<<321322323324325326327328329330>>...645