A B C D E F G H I J K L M N O P R S T U V W Z

P

pauseRendering() - Method in class project.android.imageprocessing.FastImageProcessingPipeline
Pauses the rendering of the graph.
PinchDistortionFilter - Class in project.android.imageprocessing.filter.effect
Creates a pinch distortion of the image radius: The radius from the center to apply the distortion center: The center of the image (in normalized coordinates from 0 - 1.0) about which to distort) scale: The amount of distortion to apply, from -2.0 to 2.0
PinchDistortionFilter(PointF, float, float, float) - Constructor for class project.android.imageprocessing.filter.effect.PinchDistortionFilter
 
PixellateFilter - Class in project.android.imageprocessing.filter.effect
Applies a pixellation effect on an image or video fractionalWidthOfAPixel: How large the pixels are, as a fraction of the width and height of the image (0.0 - 1.0)
PixellateFilter(float, float) - Constructor for class project.android.imageprocessing.filter.effect.PixellateFilter
 
PolarPixellateFilter - Class in project.android.imageprocessing.filter.effect
Applies a pixellation effect on an image or video in a spiral fractionalWidthOfAPixel: How large the pixels are, as a fraction of the width and height of the image (0.0 - 1.0) center: The point that the polar pixellization will begin at and spiral around.
PolarPixellateFilter(PointF, PointF) - Constructor for class project.android.imageprocessing.filter.effect.PolarPixellateFilter
 
PolkaDotFilter - Class in project.android.imageprocessing.filter.effect
Breaks an image up into colored dots within a regular grid fractionalWidthOfAPixel: How large the dots are, as a fraction of the width and height of the image (0.0 - 1.0) dotScaling: What fraction of each grid space is taken up by a dot, from 0.0 to 1.0.
PolkaDotFilter(float, float, float) - Constructor for class project.android.imageprocessing.filter.effect.PolkaDotFilter
 
PosterizeFilter - Class in project.android.imageprocessing.filter.effect
This reduces the color dynamic range into the number of steps specified, leading to a cartoon-like simple shading of the image.
PosterizeFilter(float) - Constructor for class project.android.imageprocessing.filter.effect.PosterizeFilter
 
project.android.imageprocessing - package project.android.imageprocessing
 
project.android.imageprocessing.filter - package project.android.imageprocessing.filter
 
project.android.imageprocessing.filter.blend - package project.android.imageprocessing.filter.blend
 
project.android.imageprocessing.filter.colour - package project.android.imageprocessing.filter.colour
 
project.android.imageprocessing.filter.effect - package project.android.imageprocessing.filter.effect
 
project.android.imageprocessing.filter.processing - package project.android.imageprocessing.filter.processing
 
project.android.imageprocessing.helper - package project.android.imageprocessing.helper
 
project.android.imageprocessing.input - package project.android.imageprocessing.input
 
project.android.imageprocessing.output - package project.android.imageprocessing.output
 

A B C D E F G H I J K L M N O P R S T U V W Z