Lines Matching refs:aFound
96 aBuffers::iterator aFound(maFreeBuffers.end()); in alloc() local
105 if(aFound != maFreeBuffers.end()) in alloc()
116 … const sal_uLong aSquare((*aFound)->GetOutputWidthPixel() * (*aFound)->GetOutputHeightPixel()); in alloc()
122 aFound = a; in alloc()
133 aFound = a; in alloc()
134 …bOkay = (*aFound)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPix… in alloc()
140 aFound = a; in alloc()
141 …bOkay = (*aFound)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPix… in alloc()
146 if(aFound != maFreeBuffers.end()) in alloc()
148 pRetval = *aFound; in alloc()
149 maFreeBuffers.erase(aFound); in alloc()