Searched refs:Left (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/2geom/ |
H A D | solve-bezier.cpp | 37 double *Left, 204 Bezier Left(o), Right = bz; 226 Left = LR.first; 230 Left[0] = Right[0]; 237 Left[i] = Right[0]; 241 debug(std::cout << Left << " , " << Right << std::endl); 242 Left = reverse(Left); 246 Left = Left [all...] |
H A D | solve-bezier-one-d.cpp | 151 // double Left[N], /* New left and right */ 155 double* Left = LR; local 160 Left[0] = Right[0]; 167 Left[i] = Right[0]; 173 find_bernstein_roots(Left, depth+1, left_t, mid_t);
|
H A D | solve-bezier-parametric.cpp | 67 //Geom::Point Left[degree+1], /* New left and right */ 69 std::vector<Geom::Point> Left( degree+1 ), Right(degree+1); 71 casteljau_subdivision(0.5, w, Left.data(), Right.data(), degree); 73 find_parametric_bezier_roots(Left.data(), degree, solutions, depth+1);
|
/inkscape/src/libuemf/ |
H A D | uwmf.h | 1244 int16_t Left; //!< Coordinates in logical units member in struct:__anon362 1262 int16_t Left; //!< Coordinates in logical units member in struct:__anon363 1277 int16_t Left; //!< Coordinates in logical units member in struct:__anon364 1313 int16_t Left; //!< in logical units member in struct:__anon366 1331 int16_t Left; //!< in logical units member in struct:__anon367
|
H A D | upmf.c | 3287 \param Left U_PSEUDO_OBJ containing a U_PMF_REGIONNODE object 3293 U_PSEUDO_OBJ *U_PMF_REGIONNODECHILDNODES_set(const U_PSEUDO_OBJ *Left, const U_PSEUDO_OBJ *Right){ argument 3294 if(!Left || (Left->Type != U_PMF_REGIONNODE_OID)){ return(NULL); } 3298 {Left->Data, Left->Used, 1, U_XE},
|
H A D | upmf.h | 865 #define U_PA_Left 0x02 //!< Left pen alignment 1153 #define U_SF_DirectionRightToLeft 0x00000001 //!< text Right to Left 1154 #define U_SF_DirectionVertical 0x00000002 //!< text Left to Right 1973 U_PMF_REGIONNODE Left; //!< Left child 2952 U_PSEUDO_OBJ *U_PMF_REGIONNODECHILDNODES_set(const U_PSEUDO_OBJ *Left, const U_PSEUDO_OBJ *Right);
|
/inkscape/src/ui/dialog/ |
H A D | filedialogimpl-win32.cpp | 1252 mp.xExt = ((PAPMHEADER)lpvData)->bbox.Right - ((PAPMHEADER)lpvData)->bbox.Left; 1418 // Left Edge 1463 // Top Left Corner 1485 // Bottom Left Corner
|
Completed in 1109 milliseconds