| /external/skia/fuzz/ |
| D | FuzzDrawFunctions.cpp | 24 static void init_string(Fuzz* fuzz, char* str, size_t bufSize) { in init_string() 32 static void init_paint(Fuzz* fuzz, SkPaint* p) { in init_paint() 71 static void init_bitmap(Fuzz* fuzz, SkBitmap* bmp) { in init_bitmap() 102 static void init_surface(Fuzz* fuzz, sk_sp<SkSurface>* s) { in init_surface() 110 static void fuzz_drawText(Fuzz* fuzz, sk_sp<SkTypeface> font) { in fuzz_drawText() 162 static void fuzz_drawCircle(Fuzz* fuzz) { in fuzz_drawCircle() 173 static void fuzz_drawLine(Fuzz* fuzz) { in fuzz_drawLine() 184 static void fuzz_drawRect(Fuzz* fuzz) { in fuzz_drawRect() 205 static void fuzz_drawPath(Fuzz* fuzz) { in fuzz_drawPath() 256 static void fuzz_drawBitmap(Fuzz* fuzz) { in fuzz_drawBitmap() [all …]
|
| D | FuzzParsePath.cpp | 37 static void add_white(Fuzz* fuzz, SkString* atom) { in add_white() 55 static void add_some_white(Fuzz* fuzz, SkString* atom) { in add_some_white() 61 static void add_comma(Fuzz* fuzz, SkString* atom) { in add_comma() 75 SkString MakeRandomParsePathPiece(Fuzz* fuzz) { in MakeRandomParsePathPiece() 115 DEF_FUZZ(ParsePath, fuzz) { in DEF_FUZZ() argument
|
| D | FuzzGradients.cpp | 20 void makeMatrix(Fuzz* fuzz, SkMatrix* m) { in makeMatrix() 26 void initGradientParams(Fuzz* fuzz, std::vector<SkColor>* colors, in initGradientParams() 106 void fuzzLinearGradient(Fuzz* fuzz) { in fuzzLinearGradient() 142 void fuzzRadialGradient(Fuzz* fuzz) { in fuzzRadialGradient() 179 void fuzzTwoPointConicalGradient(Fuzz* fuzz) { in fuzzTwoPointConicalGradient() 217 void fuzzSweepGradient(Fuzz* fuzz) { in fuzzSweepGradient() 253 DEF_FUZZ(Gradients, fuzz) { in DEF_FUZZ() argument
|
| D | FuzzCanvas.cpp | 76 inline void fuzz_enum_range(Fuzz* fuzz, T* value, Min rmin, Max rmax) { in fuzz_enum_range() 85 inline T make_fuzz_t(Fuzz* fuzz) { in make_fuzz_t() 92 static void fuzz_nice_float(Fuzz* fuzz, float* f) { in fuzz_nice_float() 100 inline void fuzz_nice_float(Fuzz* fuzz, float* f, Args... rest) { in fuzz_nice_float() 105 static void fuzz_path(Fuzz* fuzz, SkPath* path, int maxOps) { in fuzz_path() 241 static sk_sp<SkColorFilter> make_fuzz_colorfilter(Fuzz* fuzz, int depth) { in make_fuzz_colorfilter() 303 static void fuzz_gradient_stops(Fuzz* fuzz, SkScalar* pos, int colorCount) { in fuzz_gradient_stops() 317 static sk_sp<SkShader> make_fuzz_shader(Fuzz* fuzz, int depth) { in make_fuzz_shader() 491 static sk_sp<SkPathEffect> make_fuzz_patheffect(Fuzz* fuzz, int depth) { in make_fuzz_patheffect() 564 static sk_sp<SkMaskFilter> make_fuzz_maskfilter(Fuzz* fuzz) { in make_fuzz_maskfilter() [all …]
|
| D | FuzzPathop.cpp | 14 void BuildPath(Fuzz* fuzz, in BuildPath() 61 DEF_FUZZ(Pathop, fuzz) { in DEF_FUZZ() argument
|
| D | FuzzScaleToSides.cpp | 18 DEF_FUZZ(ScaleToSides, fuzz) { in DEF_FUZZ() argument
|
| D | fuzz.cpp | 165 Fuzz fuzz(std::move(bytes)); in fuzz_api() local
|
| /external/ImageMagick/MagickCore/ |
| D | color-private.h | 39 fuzz; in GetFuzzyColorDistance() local
|
| D | color.c | 1688 fuzz, in IsEquivalentAlpha() local 1865 fuzz, in IsEquivalentIntensity() local
|
| D | pixel.h | 179 fuzz; member
|
| D | compare.c | 136 fuzz; in CompareImages() local 354 fuzz; in GetAbsoluteDistortion() local
|
| D | image.h | 219 fuzz; /* current color fuzz attribute - move to image_info */ member 412 fuzz; /* current color fuzz attribute */ member
|
| D | pixel.c | 6039 fuzz, in IsFuzzyEquivalencePixel() local 6150 fuzz, in IsFuzzyEquivalencePixelInfo() local
|
| /external/ImageMagick/tests/ |
| D | validate.h | 242 fuzz; member
|
| D | validate.c | 1531 fuzz; in ValidateImageFormatsInMemory() local 1807 fuzz; in ValidateImageFormatsOnDisk() local
|
| /external/kernel-headers/original/uapi/linux/ |
| D | virtio_input.h | 45 __u32 fuzz; member
|
| D | input.h | 72 __s32 fuzz; member
|
| /external/bsdiff/ |
| D | bsdiff.cc | 230 const off_t fuzz = 8; in bsdiff() local
|
| /external/ImageMagick/MagickWand/ |
| D | pixel-wand.c | 322 const double fuzz) in IsPixelWandSimilar() 1865 WandExport void PixelSetFuzz(PixelWand *wand,const double fuzz) in PixelSetFuzz()
|
| D | magick-image.c | 3250 const PixelWand *fill,const double fuzz,const PixelWand *bordercolor, in MagickFloodfillPaintImage() 7340 const PixelWand *target,const PixelWand *fill,const double fuzz, in MagickOpaquePaintImage() 9820 const double fuzz) in MagickSetImageFuzz() 11928 const PixelWand *target,const double alpha,const double fuzz, in MagickTransparentPaintImage() 12061 WandExport MagickBooleanType MagickTrimImage(MagickWand *wand,const double fuzz) in MagickTrimImage()
|
| /external/flatbuffers/tests/ |
| D | go_test.go | 35 fuzz bool var
|
| /external/pdfium/third_party/freetype/src/pshinter/ |
| D | pshglob.c | 239 FT_Int fuzz, in psh_blues_set_zones()
|
| /external/freetype/src/pshinter/ |
| D | pshglob.c | 239 FT_Int fuzz, in psh_blues_set_zones()
|
| /external/autotest/client/bin/input/ |
| D | input_device.py | 50 def __init__(self, value, min_value, max_value, fuzz, flat, resolution): argument
|
| /external/wpa_supplicant_8/src/ap/ |
| D | sta_info.c | 408 int fuzz = os_random() % 20; in ap_handle_timer() local
|