Searched refs:pHatchEntry (Results 1 – 2 of 2) sorted by relevance
304 HatchEntry* pHatchEntry; in ImplInsertHatch() local305 pHatchEntry = new HatchEntry; in ImplInsertHatch()306 aHatchTable.Insert( (sal_uInt32)nKey, pHatchEntry ); in ImplInsertHatch()307 pHatchEntry->HatchStyle = nStyle; in ImplInsertHatch()308 pHatchEntry->HatchDistance = nDistance; in ImplInsertHatch()309 pHatchEntry->HatchAngle = nAngle; in ImplInsertHatch()
356 HatchEntry* pHatchEntry = (HatchEntry*)mpCGM->pElement->aHatchTable.Get( nHatchIndex ); in ImplSetFillBundle() local357 if ( pHatchEntry ) in ImplSetFillBundle()359 switch ( pHatchEntry->HatchStyle ) in ImplSetFillBundle()365 aHatch.Distance = pHatchEntry->HatchDistance; in ImplSetFillBundle()366 aHatch.Angle = pHatchEntry->HatchAngle; in ImplSetFillBundle()
Completed in 10 milliseconds