/external/ImageMagick/MagickCore/ |
D | list.c | 80 MagickExport void AppendImageToList(Image **images,const Image *append) in AppendImageToList() 128 MagickExport Image *CloneImageList(const Image *images,ExceptionInfo *exception) in CloneImageList() 206 MagickExport Image *CloneImages(const Image *images,const char *scenes, in CloneImages() 312 MagickExport void DeleteImageFromList(Image **images) in DeleteImageFromList() 358 MagickExport void DeleteImages(Image **images,const char *scenes, in DeleteImages() 463 MagickExport Image *DestroyImageList(Image *images) in DestroyImageList() 511 MagickExport Image *DuplicateImages(Image *images, in DuplicateImages() 562 MagickExport Image *GetFirstImageInList(const Image *images) in GetFirstImageInList() 606 MagickExport Image *GetImageFromList(const Image *images,const ssize_t index) in GetImageFromList() 658 MagickExport ssize_t GetImageIndexInList(const Image *images) in GetImageIndexInList() [all …]
|
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/ |
D | hvp_test.py | 33 def _forward_over_back_hvp(model, images, labels, vector): argument 44 def _back_over_forward_hvp(model, images, labels, vector): argument 55 def _tf_gradients_forward_over_back_hvp(model, images, labels, vector): argument 67 def _back_over_back_hvp(model, images, labels, vector): argument
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 2069 *images; in coalesceImages() local 2263 MagickCore::Image* images=CropImageToTiles(image_.constImage(), in cropToTiles() local 2280 *images; in deconstructImages() local 2352 MagickCore::Image* images = ForwardFourierTransformImage( in forwardFourierTransformImage() local 2370 MagickCore::Image* images = ForwardFourierTransformImage( in forwardFourierTransformImage() local 2486 *images; in montageImages() local 2540 *images; in morphImages() local 2589 *images; in optimizeImageLayers() local 2618 *images; in optimizePlusImageLayers() local 2734 *images; in readImages() local [all …]
|
/external/oss-fuzz/infra/build/functions/ |
D | base_images.py | 40 def _get_base_image_steps(images, tag_prefix=TAG_PREFIX): argument 75 def run_build(steps, images): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 744 def _rot90_4D(images, k, name_scope): argument 1383 def _resize_images_common(images, resizer_fn, size, preserve_aspect_ratio, name, argument 1463 def resize_images(images, argument 1549 def resize_images_v2(images, argument 2179 def adjust_contrast(images, contrast_factor): argument 2483 def rgb_to_grayscale(images, name=None): argument 2519 def grayscale_to_rgb(images, name=None): argument 3215 def total_variation(images, name=None): argument 3835 def rgb_to_yiq(images): argument 3869 def yiq_to_rgb(images): argument [all …]
|
/external/ImageMagick/MagickWand/ |
D | mogrify-private.h | 25 #define AppendImageStack(images) \ argument 98 #define RemoveImageStack(images) \ argument
|
/external/skia/gm/ |
D | crosscontextimage.cpp | 37 sk_sp<SkImage> images[3]; variable
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/utils/ |
D | imagesLoad.js | 2 window.imagesLoad = function(images) { argument
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/utils/ |
D | imagesLoad.js | 2 window.imagesLoad = function(images) { argument
|
/external/walt/ios/WALT/Assets.xcassets/ic_schedule_black_24dp.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/walt/ios/WALT/Assets.xcassets/ic_swap_horiz_24dp.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/walt/ios/WALT/Assets.xcassets/ic_radio_button_checked_24dp.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/walt/ios/WALT/Assets.xcassets/ic_swap_vert_24dp.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/grpc-grpc/examples/objective-c/auth_sample/Misc/Images.xcassets/first.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/walt/ios/WALT/Assets.xcassets/ic_brightness_medium_24dp.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/walt/ios/WALT/Assets.xcassets/ic_settings_black_24dp.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/grpc-grpc/examples/objective-c/route_guide/Misc/Images.xcassets/second.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/walt/ios/WALT/Assets.xcassets/ic_timelapse_black_24dp.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/grpc-grpc/examples/objective-c/auth_sample/Misc/Images.xcassets/second.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/grpc-grpc/examples/objective-c/route_guide/Misc/Images.xcassets/first.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/walt/ios/WALT/Assets.xcassets/ic_receipt_black_24dp.imageset/ |
D | Contents.json | 2 "images" : [ array
|
/external/ImageMagick/www/source/ |
D | core.c | 14 *images, in main() local
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | style_sheet.py | 38 def images(self): member in ParsedStyleSheet 114 def images(self): member in StyleSheet
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | gpu_kernel_to_blob_pass.cc | 103 std::vector<tensorflow::se::HsacoImage> images; in GetGpuBinaryBlob() local 148 std::vector<tensorflow::se::CubinOrPTXImage> images; in GetGpuBinaryBlob() local
|
/external/skia/tools/flags/ |
D | CommonFlagsImages.cpp | 9 bool CollectImages(CommandLineFlags::StringArray images, SkTArray<SkString>* output) { in CollectImages()
|