Searched refs:shapeType (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/bench/ |
D | ShapesBench.cpp | 167 int shapeType = fShapesType; in onDelayedSetup() local 168 if (kMixed_ShapesType == shapeType) { in onDelayedSetup() 169 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType); in onDelayedSetup() 176 switch (shapeType) { in onDelayedSetup() 191 switch (shapeType) { in onDelayedSetup()
|
/third_party/flutter/skia/bench/ |
D | ShapesBench.cpp | 167 int shapeType = fShapesType; in onDelayedSetup() local 168 if (kMixed_ShapesType == shapeType) { in onDelayedSetup() 169 shapeType = rand.nextRangeU(kRect_ShapesType, kRRect_ShapesType); in onDelayedSetup() 176 switch (shapeType) { in onDelayedSetup() 191 switch (shapeType) { in onDelayedSetup()
|
/third_party/skia/gm/ |
D | dstreadshuffle.cpp | 145 ShapeType shapeType = static_cast<ShapeType>(i); in onDraw() local 156 this->drawShape(canvas, &p, shapeType); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | dstreadshuffle.cpp | 141 ShapeType shapeType = static_cast<ShapeType>(i); in onDraw() local 152 this->drawShape(canvas, &p, shapeType); in onDraw()
|
/third_party/mindspore/mindspore/lite/src/ops/populate/v0/control/ |
D | tensorlistfromtensor_populate_v0.cc | 38 TensorList_param->shape_type_ = tensorList->shapeType(); in PopulateTensorListFromTensorParameter()
|
/third_party/mindspore/tests/ut/cpp/stub/hccl/ |
D | hccl_stub.cc | 108 OriginalGraphShapeType shapeType) { in hcom_get_split_strategy() argument
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_v0.fbs | 1166 shapeType : int; 1184 shapeType : int;
|
D | ops_v0_generated.h | 11982 int32_t shapeType() const { in shapeType() function 12000 void add_shapeType(int32_t shapeType) { in add_shapeType() 12001 fbb_.AddElement<int32_t>(TensorListFromTensor::VT_SHAPETYPE, shapeType, 0); in add_shapeType() 12017 int32_t shapeType = 0) { 12019 builder_.add_shapeType(shapeType); 12166 int32_t shapeType() const { in shapeType() function 12184 void add_shapeType(int32_t shapeType) { in add_shapeType() 12185 fbb_.AddElement<int32_t>(TensorListReserve::VT_SHAPETYPE, shapeType, 0); in add_shapeType() 12201 int32_t shapeType = 0) { 12203 builder_.add_shapeType(shapeType);
|
/third_party/mindspore/mindspore/lite/schema/inner/ |
D | ops_v0_generated.h | 16826 int32_t shapeType = 0; member 16845 int32_t shapeType() const { in shapeType() function 16869 void add_shapeType(int32_t shapeType) { in add_shapeType() 16870 fbb_.AddElement<int32_t>(TensorListFromTensor::VT_SHAPETYPE, shapeType, 0); in add_shapeType() 16886 int32_t shapeType = 0) { 16888 builder_.add_shapeType(shapeType); 17086 int32_t shapeType = 0; member 17105 int32_t shapeType() const { in shapeType() function 17129 void add_shapeType(int32_t shapeType) { in add_shapeType() 17130 fbb_.AddElement<int32_t>(TensorListReserve::VT_SHAPETYPE, shapeType, 0); in add_shapeType() [all …]
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts.js | 363 …aphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType};a.prototype.ini… 461 ….plotTop-(c||0)-A-u/2,E]:[b+u/2,F+h.pos-f.plotTop,E];p.shapeType=a.pointClass.prototype.shapeType|… 463 …XPos=a.xAxis.reversed?-(h?h.width:0):a.xAxis.width);k||(l.graphic=k=q[l.shapeType](h).add(l.group|| 474 …r u=n[q];var y=m+f*d;if(!l||u.visible)f+=u.percentage/100;var F=m+f*d;u.shapeType="arc";u.shapeArg… 479 …wShapeType()&&(f.graphic=f.graphic.destroy());f.graphic||(f.graphic=a[f.shapeType](f.shapeArgs).ad…
|