Searched refs:cpIndex1 (Results 1 – 6 of 6) sorted by relevance
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/ |
H A D | tvectorimage.cpp | 2168 int i, incr = (cpIndex1 == 0) ? -1 : 1; in joinStroke() 2169 int start = ((cpIndex1 == 0) ? cpCount1 - 1 : 0); in joinStroke() 2170 int end = (isSamePos) ? cpIndex1 : cpIndex1 + incr; in joinStroke() 2173 points.push_back(0.5 * (stroke1->getControlPoint(cpIndex1) + in joinStroke() 2225 stroke1->getChunk(cpIndex1 == 0 ? 0 : qCount1 - 1); in joinStrokeSmoothly() 2253 stroke1->setControlPoint(cpIndex1, middleP); in joinStrokeSmoothly() 2255 if (cpIndex1 == 0) in joinStrokeSmoothly() 2293 int incr = (cpIndex1) ? 1 : -1; in joinStrokeSmoothly() 2294 int stop = cpIndex1; in joinStrokeSmoothly() 2296 int i = cpCount1 - 1 - cpIndex1; in joinStrokeSmoothly() [all …]
|
H A D | tvectorimageP.h | 177 VIStroke *joinStroke(int index1, int index2, int cpIndex1, int cpIndex2); 178 VIStroke *joinStrokeSmoothly(int index1, int index2, int cpIndex1,
|
/dports/cad/ldview/ldview-4.4/TRE/ |
H A D | TREShapeGroup.cpp | 572 TCULong cpIndex1, TCULong cpIndex2, in shouldDrawConditional() argument 586 const TREVertex &v3 = (*controlPoints)[cpIndex1]; in shouldDrawConditional() 696 TCULong cpIndex1 = (*m_controlPointIndices)[i]; in drawConditionalLines() local 705 activeIndices->addValue(cpIndex1); in drawConditionalLines() 719 getVertices())[cpIndex1].v); in drawConditionalLines() 839 TCULong cpIndex1 = (*m_controlPointIndices)[i]; in getActiveConditionalIndices() local 843 shouldDrawConditional(index1, index2, cpIndex1, in getActiveConditionalIndices() 851 activeIndices->addValue(cpIndex1); in getActiveConditionalIndices()
|
H A D | TREShapeGroup.h | 155 TCULong cpIndex1, TCULong cpIndex2, const TCFloat *matrix);
|
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/ |
H A D | tvectorimage.h | 356 VIStroke *joinStroke(int index1, int index2, int cpIndex1, int cpIndex2,
|
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvrender/ |
H A D | tinbetween.cpp | 599 UINT cpIndex1 = lastQuad * 2 + 2; in extract() local 601 std::vector<TThickPoint> points(cpIndex1 - cpIndex0 + 1); in extract() 603 for (UINT j = cpIndex0; j <= cpIndex1; j++) { in extract()
|