Lines Matching refs:aEntry
330 SubsetEntry aEntry; in getSubsetShape() local
332 aEntry.mnStartActionIndex = rTreeNode.getStartIndex(); in getSubsetShape()
333 aEntry.mnEndActionIndex = rTreeNode.getEndIndex(); in getSubsetShape()
336 if( (aIter=maSubsetShapes.find( aEntry )) != maSubsetShapes.end() ) in getSubsetShape()
350 SubsetEntry aEntry; in addSubsetShape() local
353 aEntry.mnStartActionIndex = rEffectiveSubset.getStartIndex(); in addSubsetShape()
354 aEntry.mnEndActionIndex = rEffectiveSubset.getEndIndex(); in addSubsetShape()
357 if( (aIter=maSubsetShapes.find( aEntry )) != maSubsetShapes.end() ) in addSubsetShape()
368 aEntry.mnSubsetQueriedCount = 1; in addSubsetShape()
369 aEntry.mpShape = rShape; in addSubsetShape()
371 maSubsetShapes.insert( aEntry ); in addSubsetShape()
374 updateSubsetBounds( aEntry ); in addSubsetShape()
384 SubsetEntry aEntry; in revokeSubsetShape() local
387 aEntry.mnStartActionIndex = rEffectiveSubset.getStartIndex(); in revokeSubsetShape()
388 aEntry.mnEndActionIndex = rEffectiveSubset.getEndIndex(); in revokeSubsetShape()
391 if( (aIter=maSubsetShapes.find( aEntry )) == maSubsetShapes.end() ) in revokeSubsetShape()
412 aEntry.mnStartActionIndex, in revokeSubsetShape()
413 aEntry.mnEndActionIndex ); in revokeSubsetShape()