Searched refs:contentTransformation (Results 1 – 5 of 5) sorted by relevance
84 AffineTransform& contentTransformation = currentContentTransformation(); in renderSubtreeToImageBuffer() local85 AffineTransform savedContentTransformation = contentTransformation; in renderSubtreeToImageBuffer()86 contentTransformation = subtreeContentTransformation * contentTransformation; in renderSubtreeToImageBuffer()91 contentTransformation = savedContentTransformation; in renderSubtreeToImageBuffer()
139 …esourceMarker::markerContentTransformation(const AffineTransform& contentTransformation, const Flo… in markerContentTransformation() argument144 AffineTransform transformation = contentTransformation; in markerContentTransformation()
276 AffineTransform contentTransformation; in createTileImage() local278 contentTransformation = tileImageTransform; in createTileImage()284 …eBufferTools::renderSubtreeToImageBuffer(tileImage.get(), node->renderer(), contentTransformation); in createTileImage()
71 …AffineTransform markerContentTransformation(const AffineTransform& contentTransformation, const Fl…
168 AffineTransform contentTransformation; in build() local169 …ImageBufferTools::renderSubtreeToImageBuffer(m_targetImage.get(), renderer, contentTransformation); in build()