/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 158 SkImageInfo info = SkImageInfo::MakeA8(dims[i]); MakeYUVAPlanesAsA8() local [all...] |
/third_party/skia/tools/sk_app/ |
H A D | VulkanWindowContext.cpp | 353 GrVkImageInfo info; in createBuffers() local 549 GrFlushInfo info; swapBuffers() local [all...] |
/third_party/skia/tools/skiaserve/ |
H A D | Request.cpp | 149 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 D | ImGuiLayer.cpp | 29 SkImageInfo info = SkImageInfo::MakeA8(w, h); in build_ImFontAtlas() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucmndata.cpp | 50 udata_getInfoSize(const UDataInfo *info) { in udata_getInfoSize() argument [all...] |
H A D | ucol_swp.cpp | 44 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 D | net.c | 22 struct addrinfo info, *ai; in xgetaddrinfo() local
|
/third_party/toybox/toys/pending/ |
H A D | brctl.c | 58 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 D | java_message.cc | 230 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 D | java_map_field.cc | 77 SetMessageVariables(const FieldDescriptor* descriptor, int messageBitIndex, int builderBitIndex, const FieldGeneratorInfo* info, Context* context, std::map<std::string, std::string>* variables) SetMessageVariables() argument
|
H A D | java_message_field.cc | 534 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 D | java_primitive_field.cc | 489 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 D | bt-codec-msbc.c | 39 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 D | hashtablez_sampler.h | 102 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 D | hashtablez_sampler.cc | 224 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 D | beta_distribution_test.cc | 427 ParamName( const ::testing::TestParamInfo<::testing::tuple<double, double>>& info) ParamName() argument
|
H A D | zipf_distribution_test.cc | 342 ParamName( const ::testing::TestParamInfo<zipf_u64::param_type>& info) ParamName() argument
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | ShapeLayer.cpp | 127 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 D | SkShaper.cpp | 352 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 D | SkShaper_coretext.cpp | 280 const auto& info = infos[j]; local
|
H A D | SkShaper_primitive.cpp | 238 const RunHandler::RunInfo info = { in shape() local
|
/third_party/skia/gm/ |
H A D | imagefilters.cpp | 92 const SkImageInfo info = SkImageInfo::MakeS32(100, 100, kPremul_SkAlphaType); in make_image() local
|
H A D | animated_gif.cpp | 48 const SkImageInfo info = fCodec->getInfo().makeColorType(kN32_SkColorType); in drawFrame() local
|
H A D | image_pict.cpp | 166 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 D | rasterhandleallocator.cpp | 298 const SkImageInfo info in DEF_SIMPLE_GM() local [all...] |