Home
last modified time | relevance | path

Searched refs:nHatchIndex (Results 1 – 1 of 1) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx211 sal_uInt32 nHatchIndex; in ImplSetFillBundle() local
240 nHatchIndex = (sal_uInt32)mpCGM->pElement->pFillBundle->nFillHatchIndex; in ImplSetFillBundle()
242 nHatchIndex = (sal_uInt32)mpCGM->pElement->aFillBundle.nFillHatchIndex; in ImplSetFillBundle()
255 if ( nHatchIndex == 0 ) in ImplSetFillBundle()
356 HatchEntry* pHatchEntry = (HatchEntry*)mpCGM->pElement->aHatchTable.Get( nHatchIndex ); in ImplSetFillBundle()
371 aHatch.Distance = 10 * ( nHatchIndex & 0x1f ) | 100; in ImplSetFillBundle()
372 aHatch.Angle = 15 * ( ( nHatchIndex & 0x1f ) - 5 ); in ImplSetFillBundle()

Completed in 13 milliseconds