/trunk/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 545 … if (pFlgAry[i] != POLY_CONTROL) //If the next point is a POLY_NORMAL, we're drawing a line in DrawPolyLineBezier() 554 if ((pFlgAry[i] == POLY_CONTROL) && (pFlgAry[i+1] == POLY_CONTROL) && in DrawPolyLineBezier() 555 (pFlgAry[i+2] != POLY_CONTROL)) in DrawPolyLineBezier() 589 if (pFlgAry[i] != POLY_CONTROL) in DrawPolygonBezier() 599 if ((pFlgAry[i] == POLY_CONTROL) && (pFlgAry[i+1] == POLY_CONTROL) && in DrawPolygonBezier() 600 (pFlgAry[i+2] != POLY_CONTROL)) in DrawPolygonBezier() 654 if ( ! pFlgAry[i] || pFlgAry[i][j] != POLY_CONTROL) in DrawPolyPolygonBezier() 664 …if ((pFlgAry[i][j] == POLY_CONTROL) && (pFlgAry[i][j+1] == POLY_CONTROL) && (pFlgAry[i][j+2] != PO… in DrawPolyPolygonBezier()
|
/trunk/main/tools/source/generic/ |
H A D | poly.cxx | 783 return( POLY_CONTROL == eFlags ); in IsControl() 1064 ( POLY_CONTROL == mpImplPolygon->mpFlagAry[ i + 1 ] ) && in AdaptiveSubdivide() 1065 ( POLY_CONTROL == mpImplPolygon->mpFlagAry[ i + 2 ] ) && in AdaptiveSubdivide() 2202 if(POLY_CONTROL == mpImplPolygon->mpFlagAry[a]) in getB2DPolygon() 2208 if(a < nCount && POLY_CONTROL == mpImplPolygon->mpFlagAry[a]) in getB2DPolygon() 2327 mpImplPolygon->mpFlagAry[nArrayInsert] = (sal_uInt8)POLY_CONTROL; in Polygon() 2331 mpImplPolygon->mpFlagAry[nArrayInsert] = (sal_uInt8)POLY_CONTROL; in Polygon()
|
/trunk/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1516 if ( ( rPolygon.GetFlags( i ) == POLY_CONTROL ) in ImplAddPath() 1518 && ( rPolygon.GetFlags( i + 1 ) == POLY_CONTROL ) in ImplAddPath() 1519 && ( rPolygon.GetFlags( i + 2 ) != POLY_CONTROL ) ) in ImplAddPath() 1612 if ( ( rPoly.GetFlags( i ) == POLY_CONTROL ) in ImplPolyLine() 1614 && ( rPoly.GetFlags( i + 1 ) == POLY_CONTROL ) in ImplPolyLine() 1615 && ( rPoly.GetFlags( i + 2 ) != POLY_CONTROL ) ) in ImplPolyLine()
|
/trunk/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 2212 if((aPoly.HasFlags() && POLY_CONTROL == aPoly.GetFlags(nPolySize - 1)) in ClosePolygon() 2262 rA.AddPoint( nX1, nY1, POLY_CONTROL ); in FT_conic_to() 2266 rA.AddPoint( nX2, nY2, POLY_CONTROL ); in FT_conic_to() 2275 rA.AddPoint( p1->x, p1->y, POLY_CONTROL ); in FT_cubic_to() 2276 rA.AddPoint( p2->x, p2->y, POLY_CONTROL ); in FT_cubic_to()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi.cxx | 655 if( ( POLY_CONTROL == pCurrFlag[ 0 ] ) && in ImplPreparePolyDraw() 656 ( POLY_CONTROL == pCurrFlag[ 1 ] ) && in ImplPreparePolyDraw() 708 if( *pFlgAry != POLY_CONTROL ) in ImplRenderPath()
|
H A D | salgdi3.cxx | 2564 pFlags[ nPnt+0 ] = POLY_CONTROL; in GetGlyphOutline() 2594 pFlags[ nPnt+1 ] = POLY_CONTROL; in GetGlyphOutline()
|
/trunk/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 742 aPolygon.SetFlags( i, POLY_CONTROL ); in ImplDoClass4() 753 default : aPolygon.SetFlags( i, POLY_CONTROL ); break; in ImplDoClass4()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 674 … nBezPoints + n + 2 ) < rPoly.GetSize() ) && ( rPoly.GetFlags( nBezPoints + n ) == POLY_CONTROL ) ) in ImplWritePath() 694 while( ( nPoints + n ) < rPoly.GetSize() && ( rPoly.GetFlags( nPoints + n ) != POLY_CONTROL ) ) in ImplWritePath()
|
H A D | winmtf.cxx | 1452 rPolygon.SetFlags( i++, POLY_CONTROL ); in DrawPolyBezier() 1453 rPolygon.SetFlags( i++, POLY_CONTROL ); in DrawPolyBezier()
|
/trunk/main/canvas/source/vcl/ |
H A D | canvashelper.cxx | 274 aPoly.SetFlags( 1, POLY_CONTROL ); in drawBezier() 276 aPoly.SetFlags( 2, POLY_CONTROL ); in drawBezier()
|
/trunk/main/tools/inc/tools/ |
H A D | poly.hxx | 69 POLY_CONTROL, enumerator
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1338 pFlags[ nPnt+0 ] = POLY_CONTROL; in GetGlyphOutline() 1368 pFlags[ nPnt+1 ] = POLY_CONTROL; in GetGlyphOutline()
|
/trunk/main/vcl/source/gdi/ |
H A D | graphictools.cxx | 45 case POLY_CONTROL: in polyToString()
|
H A D | pdfwriter_impl.cxx | 1473 if( pFlagArray && pFlagArray[i] == POLY_CONTROL && nPoints-i > 2 ) in appendPolygon() 1476 …DBG_ASSERT( pFlagArray[i+1] == POLY_CONTROL && pFlagArray[i+2] != POLY_CONTROL, "unexpected sequen… in appendPolygon()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 154 ( POLY_CONTROL == rPoly.GetFlags( i + 1 ) ) && in Impl_addPolygon() 155 ( POLY_CONTROL == rPoly.GetFlags( i + 2 ) ) && in Impl_addPolygon()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1885 if ( ePolyFlags == POLY_CONTROL ) in GetPolyPolygon() 2018 if ( aPolyPolygon[ i ].GetFlags( j ) != POLY_CONTROL ) in CreatePolygonProperties() 2080 if ( aPolygon.GetFlags( i + 1 ) == POLY_CONTROL ) in CreatePolygonProperties() 4742 if ( ePolyFlags == POLY_CONTROL ) in GetConnectorRule()
|
/trunk/main/oox/source/export/ |
H A D | drawingml.cxx | 1278 if( flags == POLY_CONTROL && !bBezier ) in WritePolyPolygon()
|
/trunk/main/filter/source/svg/ |
H A D | svgwriter.cxx | 503 if ( ( rPoly.GetFlags( n ) == POLY_CONTROL ) && ( ( n + 2 ) < nSize ) ) in GetPathString()
|