Home
last modified time | relevance | path

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

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/afp/
H A DAFPImageHandlerGraphics2D.java88 graphicsObjectInfo.setCreatePageSegment(afpContext.getPaintingState().getWrapGocaPSeg()); in handleImage()
98 createObjectAreaInfo(afpContext.getPaintingState(), pos)); in handleImage()
102 AFPPaintingState paintingState = afpContext.getPaintingState(); in handleImage()
113 afpContext.getPaintingState(), in handleImage()
134 if (!afpContext.getPaintingState().isGOCAEnabled()) { in isCompatible()
H A DAFPInfo.java131 public AFPPaintingState getPaintingState() { in getPaintingState() method in AFPInfo
150 return getPaintingState().isColorImages(); in isColorSupported()
177 return getPaintingState().getResolution(); in getResolution()
185 return getPaintingState().getBitsPerPixel(); in getBitsPerPixel()
H A DAFPPainter.java120 this.unitConv = getPaintingState().getUnitConverter(); in AFPPainter()
124 private AFPPaintingState getPaintingState() { in getPaintingState() method in AFPPainter
125 return getDocumentHandler().getPaintingState(); in getPaintingState()
166 getPaintingState().concatenate(at); in concatenateTransformationMatrix()
207 getPaintingState(), in createRenderingContext()
264 afpContext.getPaintingState(), rect); in drawImage()
295 getPaintingState().setColor((Color) fill); in fillRect()
869 context.getPaintingState().getResolution()); in paintCornersAsBitmap()
928 getPaintingState().setFontSize(fontSize); in DefaultPtocaProducer()
1126 getPaintingState().save(); in saveGraphicsState()
[all …]
H A DAFPImageHandlerSVG.java88 AFPPaintingState paintingState = afpContext.getPaintingState(); in handleImage()
92 afpContext.getPaintingState(), in handleImage()
174 if (!afpContext.getPaintingState().isGOCAEnabled()) { in isCompatible()
H A DAbstractAFPImageHandlerRawStream.java101 dataObjectInfo.setObjectAreaInfo(createObjectAreaInfo(afpContext.getPaintingState(), pos)); in handleImage()
105 AFPPaintingState paintingState = afpContext.getPaintingState(); in handleImage()
H A DAFPImageHandlerRawJPEG.java96 AFPPaintingState paintingState = afpContext.getPaintingState(); in handleImage()
170 AFPPaintingState paintingState = context.getPaintingState(); in isCompatible()
H A DAFPRenderingContext.java75 public AFPPaintingState getPaintingState() { in getPaintingState() method in AFPRenderingContext
H A DAFPDocumentHandler.java149 AFPPaintingState getPaintingState() { in getPaintingState() method in AFPDocumentHandler
164 getPaintingState(), getDataStream(), getResourceManager()); in createRectanglePainter()
167 getPaintingState(), getDataStream()); in createRectanglePainter()
H A DAFPImageHandlerRawStream.java88 return (afpContext.getPaintingState().isNativeImagesSupported()) in isCompatible()
H A DAFPImageHandlerRawCCITTFax.java99 return (afpContext.getPaintingState().isNativeImagesSupported()) in isCompatible()
H A DAFPImageHandler.java79 AFPPaintingState paintingState = afpInfo.getPaintingState(); in generateDataObjectInfo()
H A DAFPSVGHandler.java111 AFPPaintingState paintingState = g2d.getPaintingState(); in renderSVGDocument()
H A DAFPImageHandlerRenderedImage.java113 AFPPaintingState paintingState = afpContext.getPaintingState(); in handleImage()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/svg/
H A DAFPTextHandler.java122 AFPPaintingState paintingState = g2d.getPaintingState(); in drawString()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/afp/
H A DAFPTrueTypeTestCase.java219 when(afpDocumentHandler.getPaintingState()).thenReturn(new AFPPaintingState()); in testAFPPainter()
H A DAFPPainterTestCase.java121 when(afpDocumentHandler.getPaintingState()).thenReturn(afpPaintingState); in testDrawBorderRect()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/
H A DAFPDataObjectFactory.java174 graphicsObj.setColorConverter(g2d.getPaintingState().getColorConverter()); in createGraphic()
H A DAFPGraphics2D.java218 public AFPPaintingState getPaintingState() { in getPaintingState() method in AFPGraphics2D