Searched defs:auxImage (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | jpeg_mpf_parser.cpp | 210 SingleJpegImage auxImage = {
in ParsingAuxiliaryPictures() local
|
/third_party/skia/gm/ |
H A D | imagemakewithfilter.cpp | 62 static sk_sp<SkImageFilter> color_filter_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in color_filter_factory() argument 69 static sk_sp<SkImageFilter> blur_filter_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in blur_filter_factory() argument 73 static sk_sp<SkImageFilter> drop_shadow_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in drop_shadow_factory() argument 77 static sk_sp<SkImageFilter> offset_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in offset_factory() argument 81 static sk_sp<SkImageFilter> dilate_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in dilate_factory() argument 85 static sk_sp<SkImageFilter> erode_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in erode_factory() argument 89 static sk_sp<SkImageFilter> displacement_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) { in displacement_factory() argument 95 static sk_sp<SkImageFilter> arithmetic_factory(sk_sp<SkImage> auxImage, cons argument 101 blend_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) blend_factory() argument 107 convolution_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) convolution_factory() argument 118 matrix_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) matrix_factory() argument 126 alpha_threshold_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) alpha_threshold_factory() argument 135 lighting_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) lighting_factory() argument 168 tile_factory(sk_sp<SkImage> auxImage, const SkIRect* cropRect) tile_factory() argument 273 sk_sp<SkImage> mainImage, auxImage; global() variable 350 drawImageWithFilter(SkCanvas* canvas, sk_sp<SkImage> mainImage, sk_sp<SkImage> auxImage, FilterFactory filterFactory, const SkIRect& clip, const SkIRect& subset, SkIRect* dstRect) drawImageWithFilter() argument [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/ |
H A D | heif_parser.cpp | 541 void HeifParser::ExtractAuxImage(std::shared_ptr<HeifImage> &auxImage, const HeifIrefBox::Reference &ref) in ExtractAuxImage() argument
|
Completed in 4 milliseconds