Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx838 mpBColors = new BColorArray(*rToBeCopied.mpBColors); in ImplB3DPolygon()
898 if(mpBColors) in ~ImplB3DPolygon()
939 if(mpBColors) in impBColorsAreEqual()
1079 if(mpBColors) in getBColor()
1113 return (mpBColors && mpBColors->isUsed()); in areBColorsUsed()
1257 if(rSource.mpBColors && rSource.mpBColors->isUsed()) in insert()
1264 mpBColors->insert(nIndex, *rSource.mpBColors); in insert()
1390 … const bool bBColorEqual(!mpBColors || (mpBColors->getBColor(0L) == mpBColors->getBColor(nIndex))); in hasDoublePoints()
1414 … const bool bBColorEqual(!mpBColors || (mpBColors->getBColor(a) == mpBColors->getBColor(a + 1L))); in hasDoublePoints()
1452 if(bRemove && mpBColors && !(mpBColors->getBColor(0L) == mpBColors->getBColor(nIndex))) in removeDoublePointsAtBeginEnd()
[all …]

Completed in 24 milliseconds