Home
last modified time | relevance | path

Searched defs:shape (Results 51 - 75 of 149) sorted by relevance

123456

/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_particle_animate_test.cpp904 ShapeType shape; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp865 ShapeType shape; in HWTEST_F() local
/test/xts/acts/ai/nncore/common/
H A Dnncore_utils.h34 std::vector<int32_t> shape; member
H A Dnncore_utils.cpp29 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_NN_Format format) in createTensorDesc() argument
/third_party/ffmpeg/libavcodec/
H A Dmetasound.c42 static void add_peak(float period, int width, const float *shape, in add_peak() argument
64 decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, const float *shape, float *speech) decode_ppc() argument
H A Dtwinvqdec.c155 static void add_peak(int period, int width, const float *shape, in add_peak() argument
179 decode_ppc(TwinVQContext *tctx, int period_coef, int g_coef, const float *shape, float *speech) decode_ppc() argument
/third_party/mindspore/test/utils/
H A Dmodel_utils.cpp117 const int64_t *shape = OH_AI_TensorGetShape(tensor, &shapeNum); in FillInputsData() local
/third_party/skia/src/core/
H A DSkSDFFilter.cpp51 bool isSDFBlur(const GrStyledShape& shape) in isSDFBlur() argument
/third_party/skia/src/gpu/geometry/
H A DGrShape.h72 GrShape(const GrShape& shape) { *this = shape; } in GrShape() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.cpp311 &shape, in draw_path() local
289 draw_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, skgpu::v1::PathRenderer* pr, const GrHardClip& clip, const SkIRect& bounds, const GrUserStencilSettings* ss, const SkMatrix& matrix, const GrStyledShape& shape, GrAA aa) draw_path() argument
317 stencil_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, skgpu::v1::PathRenderer* pr, const GrFixedClip& clip, const SkMatrix& matrix, const GrStyledShape& shape, GrAA aa) stencil_path() argument
472 drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, GrAA aa) drawShape() argument
[all...]
/third_party/skia/tests/
H A DRecordOptsTest.cpp234 sk_sp<SkPicture> shape; in DEF_TEST() local
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp188 const skjson::ObjectValue* shape = (*jshape)[jshape->size() - 1 - i]; in attachShape() local
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp63 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape() function in SkShaper_CoreText
87 void SkShaper_CoreText::shape(const char* utf8, size_t utf8Bytes, in shape() function in SkShaper_CoreText
H A DSkShaper_primitive.cpp146 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape() function in SkiaRsText::SkShaperPrimitive
178 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape() function in SkiaRsText::SkShaperPrimitive
193 void SkShaperPrimitive::shape(const char* utf8, size_t utf8Bytes, in shape() function in SkiaRsText::SkShaperPrimitive
/third_party/skia/gm/
H A Daaxfermodes.cpp242 void drawShape(SkCanvas* canvas, Shape shape, const SkPaint& paint, SkBlendMode mode) { in drawShape() argument
/third_party/skia/experimental/sorttoy/
H A Dsorttoy.cpp279 test1(std::vector<sk_sp<Cmd>>* test, Shape shape, std::vector<ID>* expectedOrder) test1() argument
298 test2(std::vector<sk_sp<Cmd>>* test, Shape shape, std::vector<ID>* expectedOrder) test2() argument
319 test3(std::vector<sk_sp<Cmd>>* test, Shape shape, std::vector<ID>* expectedOrder) test3() argument
341 test4(std::vector<sk_sp<Cmd>>* test, Shape shape, std::vector<ID>* expectedOrder) test4() argument
367 test5(std::vector<sk_sp<Cmd>>* test, Shape shape, std::vector<ID>* expectedOrder) test5() argument
401 test6(std::vector<sk_sp<Cmd>>* test, Shape shape, std::vector<ID>* expectedOrder) test6() argument
423 test7(std::vector<sk_sp<Cmd>>* test, Shape shape, std::vector<ID>* expectedOrder) test7() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp1233 std::vector<int64_t> shape; in HWTEST_F() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp1294 std::vector<int64_t> shape; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h181 void AddGeometry(const RefPtr<OHOS::Render3D::SVGeometry>& shape) in AddGeometry() argument
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcfg.c385 const char *shape; in draw_bb_node() local
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dkbdif.h492 } shape; member
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dkbdif.h475 } shape; member
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dcfg.c387 const char *shape; in draw_bb_node() local
/third_party/ffmpeg/libavfilter/
H A Dvf_libopencv.c209 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local
/third_party/mindspore/test/unittest/
H A Dmindspore_unit_test.cpp374 const int64_t *shape = OH_AI_TensorGetShape(tensor, &shapeNum); in HWTEST() local

Completed in 34 milliseconds

123456