Home
last modified time | relevance | path

Searched refs:GetObject (Results 1 - 25 of 267) sorted by relevance

1234567891011

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcanvas_fuzzer/
H A Dcanvas_fuzzer.cpp67 OH_Drawing_CanvasDrawTextBlob(canvas, textBlob, GetObject<float>(), GetObject<float>()); in CanvasFuzzTest009()
68 OH_Drawing_CanvasDrawTextBlob(nullptr, textBlob, GetObject<float>(), GetObject<float>()); in CanvasFuzzTest009()
69 OH_Drawing_CanvasDrawTextBlob(canvas, nullptr, GetObject<float>(), GetObject<float>()); in CanvasFuzzTest009()
86 OH_Drawing_Point* point = OH_Drawing_PointCreate(GetObject<float>(), GetObject<float>()); in CanvasFuzzTest008()
87 uint32_t width = GetObject<uint32_t>() % MAX_ARRAY_MAX; in CanvasFuzzTest008()
88 uint32_t height = GetObject<uint32_ in CanvasFuzzTest008()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmd_fuzzer/
H A Ddrawcmd_fuzzer.cpp45 brushHandle.colorFilterHandle.size = GetObject<size_t>(); in DrawCmdFuzzTest001()
46 brushHandle.colorSpaceHandle.size = GetObject<size_t>(); in DrawCmdFuzzTest001()
47 brushHandle.shaderEffectHandle.size = GetObject<size_t>(); in DrawCmdFuzzTest001()
48 brushHandle.imageFilterHandle.size = GetObject<size_t>(); in DrawCmdFuzzTest001()
49 brushHandle.maskFilterHandle.size = GetObject<size_t>(); in DrawCmdFuzzTest001()
50 size_t length = GetObject<size_t>() % MAX_SIZE + 1; in DrawCmdFuzzTest001()
53 dataText[i] = GetObject<char>(); in DrawCmdFuzzTest001()
81 brushHandle.colorFilterHandle.size = GetObject<size_t>(); in DrawCmdFuzzTest002()
82 brushHandle.colorSpaceHandle.size = GetObject<size_t>(); in DrawCmdFuzzTest002()
83 brushHandle.shaderEffectHandle.size = GetObject<size_ in DrawCmdFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/shadereffect_fuzzer/
H A Dshader_effect_fuzzer.cpp48 ColorQuad color = GetObject<ColorQuad>(); in ShaderEffectFuzzTest001()
69 uint32_t color = GetObject<uint32_t>(); in ShaderEffectFuzzTest002()
71 float redF = GetObject<float>(); in ShaderEffectFuzzTest002()
72 float greenF = GetObject<float>(); in ShaderEffectFuzzTest002()
73 float blueF = GetObject<float>(); in ShaderEffectFuzzTest002()
74 float alphaF = GetObject<float>(); in ShaderEffectFuzzTest002()
82 uint32_t funcType = GetObject<uint32_t>(); in ShaderEffectFuzzTest002()
83 uint32_t matrixType = GetObject<uint32_t>(); in ShaderEffectFuzzTest002()
89 uint32_t t = GetObject<uint32_t>(); in ShaderEffectFuzzTest002()
92 uint32_t tTwo = GetObject<uint32_ in ShaderEffectFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/
H A Dpath_fuzzer.cpp50 float x = GetObject<float>(); in NativeDrawingPathTest001()
51 float y = GetObject<float>(); in NativeDrawingPathTest001()
81 float x1 = GetObject<float>(); in NativeDrawingPathTest002()
82 float y1 = GetObject<float>(); in NativeDrawingPathTest002()
83 float x2 = GetObject<float>(); in NativeDrawingPathTest002()
84 float y2 = GetObject<float>(); in NativeDrawingPathTest002()
85 float weight = GetObject<float>(); in NativeDrawingPathTest002()
86 float endX = GetObject<float>(); in NativeDrawingPathTest002()
87 float endY = GetObject<float>(); in NativeDrawingPathTest002()
88 float startDeg = GetObject<floa in NativeDrawingPathTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/
H A Dmatrix_fuzzer.cpp47 float degree = GetObject<float>(); in NativeMatrixTest001()
48 float x = GetObject<float>(); in NativeMatrixTest001()
49 float y = GetObject<float>(); in NativeMatrixTest001()
50 float px = GetObject<float>(); in NativeMatrixTest001()
51 float py = GetObject<float>(); in NativeMatrixTest001()
52 float left = GetObject<float>(); in NativeMatrixTest001()
53 float top = GetObject<float>(); in NativeMatrixTest001()
54 float right = GetObject<float>(); in NativeMatrixTest001()
55 float bottom = GetObject<float>(); in NativeMatrixTest001()
56 uint32_t fitMode = GetObject<uint32_ in NativeMatrixTest001()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
H A Dpen_fuzzer.cpp28 scalar red = GetObject<scalar>(); in PenFuzzTestInner01()
29 scalar gree = GetObject<scalar>(); in PenFuzzTestInner01()
30 scalar blue = GetObject<scalar>(); in PenFuzzTestInner01()
31 scalar alpha = GetObject<scalar>(); in PenFuzzTestInner01()
46 uint32_t alpha1 = GetObject<uint32_t>(); in PenFuzzTestInner02()
47 scalar alpha2 = GetObject<scalar>(); in PenFuzzTestInner02()
52 scalar width = GetObject<scalar>(); in PenFuzzTestInner02()
56 scalar limit = GetObject<scalar>(); in PenFuzzTestInner02()
60 Pen::CapStyle capStyle = GetObject<Pen::CapStyle>(); in PenFuzzTestInner02()
64 Pen::JoinStyle joinStyle = GetObject<Pe in PenFuzzTestInner02()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/maskcmdlist_fuzzer/
H A Dmaskcmdlist_fuzzer.cpp44 uint32_t alpha = GetObject<uint32_t>(); in MaskCmdListFuzzTest001()
45 uint32_t red = GetObject<uint32_t>(); in MaskCmdListFuzzTest001()
46 uint32_t blue = GetObject<uint32_t>(); in MaskCmdListFuzzTest001()
47 uint32_t green = GetObject<uint32_t>(); in MaskCmdListFuzzTest001()
50 size_t length = GetObject<size_t>() % MAX_SIZE + 1; in MaskCmdListFuzzTest001()
56 dataText[i] = GetObject<char>(); in MaskCmdListFuzzTest001()
82 size_t length = GetObject<size_t>() % MAX_SIZE + 1; in MaskCmdListFuzzTest002()
88 dataText[i] = GetObject<char>(); in MaskCmdListFuzzTest002()
94 bool isCopy = GetObject<bool>(); in MaskCmdListFuzzTest002()
98 uint32_t alpha = GetObject<uint32_ in MaskCmdListFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkshadereffect_fuzzer/
H A Dshadereffect_fuzzer.cpp52 uint32_t color = GetObject<uint32_t>(); in NativeShaderEffectTest001()
55 float x = GetObject<float>(); in NativeShaderEffectTest001()
56 float y = GetObject<float>(); in NativeShaderEffectTest001()
59 uint32_t format = GetObject<uint32_t>() % MAX_ARRAY_SIZE; in NativeShaderEffectTest001()
62 colors[i] = GetObject<uint32_t>(); in NativeShaderEffectTest001()
66 pos[i] = GetObject<float>(); in NativeShaderEffectTest001()
68 uint32_t tileMode = GetObject<uint32_t>(); in NativeShaderEffectTest001()
98 uint32_t tileMode = GetObject<uint32_t>(); in NativeShaderEffectTest002()
99 uint32_t format = GetObject<uint32_t>() % MAX_ARRAY_SIZE; in NativeShaderEffectTest002()
102 colors[i] = GetObject<uint32_ in NativeShaderEffectTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/
H A Dimage_filter_fuzzer.cpp44 scalar sigmaX = GetObject<scalar>(); in ImageFilterFuzzTest001()
45 scalar sigmaY = GetObject<scalar>(); in ImageFilterFuzzTest001()
48 scalar sigmaX2 = GetObject<scalar>(); in ImageFilterFuzzTest001()
49 scalar sigmaY2 = GetObject<scalar>(); in ImageFilterFuzzTest001()
74 scalar sigmaX = GetObject<scalar>(); in ImageFilterFuzzTest002()
75 scalar sigmaY = GetObject<scalar>(); in ImageFilterFuzzTest002()
77 uint32_t mode = GetObject<uint32_t>(); in ImageFilterFuzzTest002()
82 scalar dx = GetObject<scalar>(); in ImageFilterFuzzTest002()
83 scalar dy = GetObject<scalar>(); in ImageFilterFuzzTest002()
87 uint32_t blendMode = GetObject<uint32_ in ImageFilterFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
H A Dbrush_fuzzer.cpp31 float redF = GetObject<float>(); in BrushFuzzTestInner01()
32 float greeF = GetObject<float>(); in BrushFuzzTestInner01()
33 float blueF = GetObject<float>(); in BrushFuzzTestInner01()
34 float alphaF = GetObject<float>(); in BrushFuzzTestInner01()
35 uint32_t alpha1 = GetObject<uint32_t>(); in BrushFuzzTestInner01()
50 scalar scalarG = GetObject<scalar>(); in BrushFuzzTestInner01()
58 BlendMode mode = GetObject<BlendMode>(); in BrushFuzzTestInner02()
64 bool isAntiAlias = GetObject<bool>(); in BrushFuzzTestInner02()
74 ColorQuad colorQuad = GetObject<ColorQuad>(); in BrushFuzzTestInner03()
79 int rgba = GetObject<in in BrushFuzzTestInner03()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp48 int width = GetObject<int>() % MAX_SIZE; in SurfaceFuzzTest001()
49 int height = GetObject<int>() % MAX_SIZE; in SurfaceFuzzTest001()
66 uint32_t origin = GetObject<uint32_t>(); in SurfaceFuzzTest001()
67 uint32_t colorType = GetObject<uint32_t>(); in SurfaceFuzzTest001()
73 int sampleCnt = GetObject<int>(); in SurfaceFuzzTest001()
92 bool budgeted = GetObject<bool>(); in SurfaceFuzzTest002()
93 int width = GetObject<int>() % MAX_SIZE; in SurfaceFuzzTest002()
94 int height = GetObject<int>() % MAX_SIZE; in SurfaceFuzzTest002()
95 uint32_t colorType = GetObject<uint32_t>(); in SurfaceFuzzTest002()
96 uint32_t alphaType = GetObject<uint32_ in SurfaceFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/gpucontext_fuzzer/
H A Dgpucontext_fuzzer.cpp45 bool allowPathMaskCaching = GetObject<bool>(); in GPUContextFuzzTest001()
49 uint32_t count = GetObject<uint32_t>() % MAX_SIZE + 1; in GPUContextFuzzTest001()
52 text[i] = GetObject<char>(); in GPUContextFuzzTest001()
57 bool isUni = GetObject<bool>(); in GPUContextFuzzTest001()
62 int maxResource = GetObject<int>(); in GPUContextFuzzTest001()
63 size_t maxResourceBytes = GetObject<size_t>(); in GPUContextFuzzTest001()
69 bool syncCpu = GetObject<bool>(); in GPUContextFuzzTest001()
71 int resourceCount = GetObject<int>(); in GPUContextFuzzTest001()
72 size_t resourceBytes = GetObject<size_t>(); in GPUContextFuzzTest001()
93 uint32_t count = GetObject<uint32_ in GPUContextFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/
H A Dbitmap_fuzzer.cpp60 int imageInfoWidth = GetObject<int>(); in BitmapFuzzTest002()
61 int imageInfoHeight = GetObject<int>(); in BitmapFuzzTest002()
62 uint32_t colorType = GetObject<uint32_t>(); in BitmapFuzzTest002()
63 uint32_t alphaType = GetObject<uint32_t>(); in BitmapFuzzTest002()
66 int32_t stride = GetObject<int32_t>(); in BitmapFuzzTest002()
72 float left = GetObject<float>(); in BitmapFuzzTest002()
73 float top = GetObject<float>(); in BitmapFuzzTest002()
74 float right = GetObject<float>(); in BitmapFuzzTest002()
75 float bottom = GetObject<float>(); in BitmapFuzzTest002()
92 int imageInfoWidth = GetObject<in in BitmapFuzzTest003()
[all...]
/foundation/multimodalinput/input/test/fuzztest/updatedisplayinfo_fuzzer/
H A Dupdatedisplayinfo_fuzzer.cpp32 size_t GetObject(const uint8_t *data, size_t size, T &object) in GetObject() function
64 startPos += GetObject<int32_t>(data + startPos, size - startPos, defaultRect.y); in UpdateHotAreas()
65 startPos += GetObject<int32_t>(data + startPos, size - startPos, defaultRect.width); in UpdateHotAreas()
66 startPos += GetObject<int32_t>(data + startPos, size - startPos, defaultRect.x); in UpdateHotAreas()
67 startPos += GetObject<int32_t>(data + startPos, size - startPos, defaultRect.height); in UpdateHotAreas()
70 startPos += GetObject<int32_t>(data + startPos, size - startPos, pointerRect.y); in UpdateHotAreas()
71 startPos += GetObject<int32_t>(data + startPos, size - startPos, pointerRect.width); in UpdateHotAreas()
72 startPos += GetObject<int32_t>(data + startPos, size - startPos, pointerRect.x); in UpdateHotAreas()
73 startPos += GetObject<int32_t>(data + startPos, size - startPos, pointerRect.height); in UpdateHotAreas()
81 startPos += GetObject<int32_ in UpdateHotAreas()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/
H A Dimage_fuzzer.cpp75 int32_t width = GetObject<int32_t>() % MAX_SIZE; in ImageFuzzTest001()
76 int32_t height = GetObject<int32_t>() % MAX_SIZE; in ImageFuzzTest001()
107 int32_t width = GetObject<int32_t>() % MAX_SIZE; in ImageFuzzTest002()
108 int32_t height = GetObject<int32_t>() % MAX_SIZE; in ImageFuzzTest002()
133 int32_t width = GetObject<int32_t>() % MAX_SIZE; in ImageFuzzTest003()
134 int32_t height = GetObject<int32_t>() % MAX_SIZE; in ImageFuzzTest003()
136 uint32_t count = GetObject<uint32_t>() % MAX_SIZE + 1; in ImageFuzzTest003()
139 rawImg[i] = GetObject<char>(); in ImageFuzzTest003()
162 size_t length = GetObject<size_t>() % MAX_SIZE + 1; in ImageFuzzTest004()
165 dataText[i] = GetObject<cha in ImageFuzzTest004()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/color_fuzzer/
H A Dcolor_fuzzer.cpp38 uint32_t alpha = GetObject<uint32_t>(); in ColorFuzzTest001()
39 uint32_t red = GetObject<uint32_t>(); in ColorFuzzTest001()
40 uint32_t blue = GetObject<uint32_t>(); in ColorFuzzTest001()
41 uint32_t green = GetObject<uint32_t>(); in ColorFuzzTest001()
42 bool isAntiAlias = GetObject<bool>(); in ColorFuzzTest001()
53 uint32_t colorValue = GetObject<uint32_t>(); in ColorFuzzTest001()
70 uint32_t alpha = GetObject<uint32_t>(); in ColorFuzzTest002()
71 uint32_t red = GetObject<uint32_t>(); in ColorFuzzTest002()
72 uint32_t blue = GetObject<uint32_t>(); in ColorFuzzTest002()
73 uint32_t green = GetObject<uint32_ in ColorFuzzTest002()
[all...]
/foundation/multimodalinput/input/test/fuzztest/pointerstyle_fuzzer/
H A Dpointerstyle_fuzzer.cpp25 template <class T> size_t GetObject(const uint8_t *data, size_t size, T &object) in GetObject() function
57 startPos += GetObject<int32_t>(data + startPos, size - startPos, defaultRect.height); in UpdateHotAreas()
58 startPos += GetObject<int32_t>(data + startPos, size - startPos, defaultRect.width); in UpdateHotAreas()
59 startPos += GetObject<int32_t>(data + startPos, size - startPos, defaultRect.x); in UpdateHotAreas()
60 startPos += GetObject<int32_t>(data + startPos, size - startPos, defaultRect.y); in UpdateHotAreas()
63 startPos += GetObject<int32_t>(data + startPos, size - startPos, pointerRect.height); in UpdateHotAreas()
64 startPos += GetObject<int32_t>(data + startPos, size - startPos, pointerRect.width); in UpdateHotAreas()
65 startPos += GetObject<int32_t>(data + startPos, size - startPos, pointerRect.x); in UpdateHotAreas()
66 startPos += GetObject<int32_t>(data + startPos, size - startPos, pointerRect.y); in UpdateHotAreas()
78 startPos += GetObject<int32_ in UpdateDisplayInfo()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/point_fuzzer/
H A Dpoint_fuzzer.cpp35 scalar x = GetObject<scalar>(); in PointFuzzTest000()
36 scalar y = GetObject<scalar>(); in PointFuzzTest000()
37 scalar scale = GetObject<scalar>(); in PointFuzzTest000()
38 scalar divisor = GetObject<scalar>(); in PointFuzzTest000()
64 scalar x = GetObject<scalar>(); in PointFuzzTest001()
65 scalar y = GetObject<scalar>(); in PointFuzzTest001()
66 scalar scale = GetObject<scalar>(); in PointFuzzTest001()
67 scalar divisor = GetObject<scalar>(); in PointFuzzTest001()
89 int x = GetObject<int>(); in PointFuzzTest002()
90 int y = GetObject<in in PointFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H A Drect_fuzzer.cpp35 int pos = GetObject<int>(); in RectFuzzTest000()
60 int dx = GetObject<int>(); in RectFuzzTest001()
61 int dy = GetObject<int>(); in RectFuzzTest001()
62 int l = GetObject<int>(); in RectFuzzTest001()
63 int t = GetObject<int>(); in RectFuzzTest001()
64 int r = GetObject<int>(); in RectFuzzTest001()
65 int b = GetObject<int>(); in RectFuzzTest001()
86 scalar pos = GetObject<scalar>(); in RectFuzzTest002()
87 scalar l = GetObject<scalar>(); in RectFuzzTest002()
88 scalar t = GetObject<scala in RectFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmdlist_fuzzer/
H A Ddraw_cmd_list_fuzzer.cpp43 uint32_t isCopy = GetObject<uint32_t>() % BOOL_SIZE; in DrawCmdListFuzzTest000()
44 int32_t width = GetObject<int32_t>() % MAX_SIZE; in DrawCmdListFuzzTest000()
45 int32_t height = GetObject<int32_t>() % MAX_SIZE; in DrawCmdListFuzzTest000()
46 size_t length = GetObject<size_t>() % MAX_SIZE + 1; in DrawCmdListFuzzTest000()
49 obj[i] = GetObject<char>(); in DrawCmdListFuzzTest000()
85 uint32_t mode = GetObject<uint32_t>() % BOOL_SIZE; in DrawCmdListFuzzTest001()
86 uint32_t width = GetObject<int32_t>(); in DrawCmdListFuzzTest001()
87 uint32_t height = GetObject<int32_t>(); in DrawCmdListFuzzTest001()
88 size_t length = GetObject<size_t>() % MAX_SIZE + 1; in DrawCmdListFuzzTest001()
89 scalar l = GetObject<scala in DrawCmdListFuzzTest001()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/
H A Dtext_blob_fuzzer.cpp65 uint32_t count = GetObject<uint32_t>() % MAX_SIZE + 1; in TextBlobFuzzTest002()
68 text[i] = GetObject<char>() % TEXTUTF8_SIZE; // Skia问题,非Drawing。 TextEncoding::UTF8 text 传>128会导致崩溃 in TextBlobFuzzTest002()
73 points[i] = { GetObject<scalar>(), GetObject<scalar>() }; in TextBlobFuzzTest002()
76 scalar fSize = GetObject<scalar>(); in TextBlobFuzzTest002()
80 Point ptOne { GetObject<scalar>(), GetObject<scalar>() }; in TextBlobFuzzTest002()
81 Point ptTwo { GetObject<scalar>(), GetObject<scalar>() }; in TextBlobFuzzTest002()
107 uint32_t count = GetObject<uint32_ in TextBlobFuzzTest003()
[all...]
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp224 size_t GetObject(T& object, const uint8_t* data, size_t size) in GetObject() function
269 startPos += GetObject<int32_t>(safeHeight, data + startPos, size - startPos); in DoSomethingInterestingWithMyAPI1()
297 startPos += GetObject<uint32_t>(mainWinId, data + startPos, size - startPos); in DoSomethingInterestingWithMyAPI()
300 startPos += GetObject<uint32_t>(parentId, data + startPos, size - startPos); in DoSomethingInterestingWithMyAPI()
334 startPos += GetObject(boolVal, data + startPos, size - startPos); in CheckWindowImplFunctionsPart1()
337 startPos += GetObject(boolVal, data + startPos, size - startPos); in CheckWindowImplFunctionsPart1()
346 startPos += GetObject(windowType, data + startPos, size - startPos); in CheckWindowImplFunctionsPart1()
347 startPos += GetObject(windowMode, data + startPos, size - startPos); in CheckWindowImplFunctionsPart1()
352 startPos += GetObject(alpha, data + startPos, size - startPos); in CheckWindowImplFunctionsPart1()
356 startPos += GetObject(transFor in CheckWindowImplFunctionsPart1()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp44 uint32_t tag = GetObject<uint32_t>(); in TypefaceFuzzTest001()
46 uint32_t tag2 = GetObject<uint32_t>(); in TypefaceFuzzTest001()
47 size_t offset = GetObject<size_t>(); in TypefaceFuzzTest001()
48 size_t length = GetObject<size_t>(); in TypefaceFuzzTest001()
67 size_t length = GetObject<size_t>() % MAX_SIZE + 1; in TypefaceFuzzTest002()
70 path[i] = GetObject<char>(); in TypefaceFuzzTest002()
91 size_t length = GetObject<size_t>() % MAX_SIZE + 1; in TypefaceFuzzTest003()
94 fontData[i] = GetObject<char>(); in TypefaceFuzzTest003()
97 bool copyData = GetObject<bool>(); in TypefaceFuzzTest003()
121 int fontCollectionIndex = GetObject<in in TypefaceFuzzTest004()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp47 Rect rect = GetObject<Rect>(); in PathAddFuzzTest()
48 Rect oval = GetObject<Rect>(); in PathAddFuzzTest()
69 uint32_t weight = GetObject<uint32_t>(); in PathOpFuzzTest()
72 uint32_t px = GetObject<uint32_t>(); in PathOpFuzzTest()
73 uint32_t py = GetObject<uint32_t>(); in PathOpFuzzTest()
117 scalar ptOneX = GetObject<scalar>(); in PathFuzzTest002()
118 scalar ptOneY = GetObject<scalar>(); in PathFuzzTest002()
119 scalar ptTwoX = GetObject<scalar>(); in PathFuzzTest002()
120 scalar ptTwoY = GetObject<scalar>(); in PathFuzzTest002()
121 scalar startAngle = GetObject<scala in PathFuzzTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkroundrect_fuzzer/
H A Droundrect_fuzzer.cpp43 float left = GetObject<float>(); in NativeDrawingRoundRectTest001()
44 float top = GetObject<float>(); in NativeDrawingRoundRectTest001()
45 float right = GetObject<float>(); in NativeDrawingRoundRectTest001()
46 float bottom = GetObject<float>(); in NativeDrawingRoundRectTest001()
47 float xRad = GetObject<float>(); in NativeDrawingRoundRectTest001()
48 float yRad = GetObject<float>(); in NativeDrawingRoundRectTest001()
49 float dx = GetObject<float>(); in NativeDrawingRoundRectTest001()
50 float dy = GetObject<float>(); in NativeDrawingRoundRectTest001()
51 uint32_t cornerPos = GetObject<uint32_t>(); in NativeDrawingRoundRectTest001()
57 OH_Drawing_Corner_Radii radiusXY = {GetObject<floa in NativeDrawingRoundRectTest001()
[all...]

Completed in 18 milliseconds

1234567891011