Home
last modified time | relevance | path

Searched defs:shape (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DkeyofAndIndexedAccess.js[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/
H A Dcheckbox_shape_test.cpp22 int32_t shape = ArkUI_CHECKBOX_SHAPE_ROUNDED_SQUARE; in TestCheckboxShape001() local
34 int32_t shape = ArkUI_CHECKBOX_SHAPE_CIRCLE; in TestCheckboxShape002() local
/third_party/skia/experimental/graphite/src/geom/
H A DShape.cpp16 Shape& Shape::operator=(const Shape& shape) { in operator =() argument
/test/xts/acts/ai/nncore/nncoretest/src/
H A DHdiTensorDescTest.cpp170 int32_t* shape = nullptr; in HWTEST_F() local
184 int32_t* shape = nullptr; in HWTEST_F() local
202 int32_t* shape = nullptr; in HWTEST_F() local
[all...]
/third_party/mindspore/interfaces/kits/c/
H A Dmodel.h58 int64_t shape[OH_AI_MAX_SHAPE_NUM]; member
/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp14 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, uint32_t dim) { in SmallPathShapeDataKey() argument
25 SmallPathShapeDataKey::SmallPathShapeDataKey(const GrStyledShape& shape, const SkMatrix& ctm) { in SmallPathShapeDataKey() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/perf/
H A Dperf-shaping.hh5 static void shape (benchmark::State &state, const char *text_path, in shape() function
/test/xts/acts/ai/nncore/opstest/src/
H A Dbroadcast_to_test.cpp34 OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t)}; member
51 OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t)}; member
68 OHNNOperandTest shape = {OH_NN_INT64, OH_NN_BROADCAST_TO_SHAPE, {2}, &shapeValue, 2*sizeof(int64_t)}; member
[all...]
H A Dscatter_nd_test.cpp37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, sizeof(float)}; member
58 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 2*sizeof(float)}; member
79 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 2*sizeof(float)}; member
100 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; member
[all...]
H A Dnncore_utils.cpp28 NN_TensorDesc* createTensorDesc(const int32_t* shape, size_t shapeNum, OH_NN_DataType dataType, OH_NN_Format format) in createTensorDesc() argument
H A Dcrop_test.cpp37 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; member
60 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; member
83 OHNNOperandTest shape = {OH_NN_FLOAT32, OH_NN_TENSOR, shape_shape, shapeValue, 3*sizeof(float)}; member
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DArabicShaping.java69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape() method in ArabicShaping
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp72 void GrSWMaskHelper::drawShape(const GrStyledShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() argument
93 void GrSWMaskHelper::drawShape(const GrShape& shape, const SkMatrix& matrix, SkRegion::Op op, in drawShape() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-options.hh100 hb_bool_t shape (hb_font_t *font, hb_buffer_t *buffer, const char **error=nullptr) in shape() function
/third_party/skia/experimental/graphite/src/
H A DDrawContext.cpp52 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) stencilAndFillPath() argument
61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder order, const PaintParams* paint) fillConvexPath() argument
70 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder order, const PaintParams* paint) strokePath() argument
H A DDrawList.cpp48 stencilAndFillPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder ordering, const PaintParams* paint) stencilAndFillPath() argument
61 fillConvexPath(const Transform& localToDevice, const Shape& shape, const Clip& clip, DrawOrder ordering, const PaintParams* paint) fillConvexPath() argument
76 strokePath(const Transform& localToDevice, const Shape& shape, const StrokeParams& stroke, const Clip& clip, DrawOrder ordering, const PaintParams* paint) strokePath() argument
/third_party/skia/gm/
H A Dnested.cpp56 static void AddShape(SkPathBuilder* b, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape() argument
H A Dshapes.cpp111 const SkRRect& shape = fShapes[i]; variable
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dnnrt_utils.h34 std::vector<int32_t> shape; member
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dnnrt_utils.h34 std::vector<int32_t> shape; member
/test/xts/acts/ai/nncore/opstest/include/
H A Dnncore_utils.h32 std::vector<int32_t> shape; member
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
H A DExecutorTest.cpp299 int32_t shape[4] = {1, 100, 100, 11}; HWTEST_F() local
334 int32_t shape[4] = {1, 1, 1, 1}; //minInputDims HWTEST_F() local
369 int32_t shape[4] = {1, 100, 100, 10}; //maxInputDims HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.h37 int shape; member
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_median_filter.c163 generate_offsets(enum vl_median_filter_shape shape, unsigned size, in generate_offsets() argument
244 vl_median_filter_init(struct vl_median_filter *filter, struct pipe_context *pipe, unsigned width, unsigned height, unsigned size, enum vl_median_filter_shape shape) vl_median_filter_init() argument
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp13 GrShape& GrShape::operator=(const GrShape& shape) { in operator =() argument
[all...]

Completed in 34 milliseconds

1234