Home
last modified time | relevance | path

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

/aoo41x/main/canvas/source/vcl/
H A Dcanvashelper.cxx292 ENSURE_ARG_OR_THROW( xPolyPolygon.is(), in drawPolyPolygon()
342 ENSURE_ARG_OR_THROW( xPolyPolygon.is(), in strokePolyPolygon()
500 ENSURE_ARG_OR_THROW( xPolyPolygon.is(), in fillPolyPolygon()
597 ENSURE_ARG_OR_THROW( xFont.is(), in drawText()
654 ENSURE_ARG_OR_THROW( xLayoutedText.is(), in drawTextLayout()
684 ENSURE_ARG_OR_THROW( false, in drawTextLayout()
697 ENSURE_ARG_OR_THROW( xBitmap.is(), in implDrawBitmap()
1155 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aBmpSize.Width(), in setPixel()
1159 ENSURE_ARG_OR_THROW( color.getLength() > 3, in setPixel()
1193 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aBmpSize.Width(), in getPixel()
[all …]
H A Dcanvasbitmaphelper.cxx211 ENSURE_ARG_OR_THROW( aRefLayout.PlaneStride != rLayout.PlaneStride || in setData()
445 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aBmpSize.Width(), in setPixel()
447 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aBmpSize.Height(), in setPixel()
449 ENSURE_ARG_OR_THROW( color.getLength() > 3, in setPixel()
453 ENSURE_ARG_OR_THROW( aRefLayout.PlaneStride != rLayout.PlaneStride || in setPixel()
515 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aBmpSize.Width(), in getPixel()
517 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aBmpSize.Height(), in getPixel()
H A Dspritecanvas.cxx88 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 1, in initialize()
99 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 4 && in initialize()
H A Dcanvashelper_texturefill.cxx735 ENSURE_ARG_OR_THROW( xPolyPolygon.is(), in fillTexturedPolyPolygon()
737 ENSURE_ARG_OR_THROW( textures.getLength(), in fillTexturedPolyPolygon()
804 ENSURE_ARG_OR_THROW( aBmpSize.Width != 0 && in fillTexturedPolyPolygon()
964 ENSURE_ARG_OR_THROW( aInverseTextureTransform.isInvertible(), in fillTexturedPolyPolygon()
H A Dcanvas.cxx100 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 6 && in initialize()
H A Dtextlayout.cxx233 ENSURE_ARG_OR_THROW( aAdvancements.getLength() == maText.Length, in applyLogicalAdvancements()
/aoo41x/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx686 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aSize.Width, in setPixel()
688 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in setPixel()
690 ENSURE_ARG_OR_THROW( color.getLength() > 3, in setPixel()
701 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < maSize.getX(), in setPixel()
703 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < maSize.getY(), in setPixel()
705 ENSURE_ARG_OR_THROW( color.getLength() > 3, in setPixel()
749 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aSize.Width, in getPixel()
751 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in getPixel()
763 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < maSize.getX(), in getPixel()
765 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < maSize.getY(), in getPixel()
H A Ddx_bitmap.cxx182 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aSize.Width, in setPixel()
184 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in setPixel()
186 ENSURE_ARG_OR_THROW( color.getLength() > 3, in setPixel()
201 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aSize.Width, in getPixel()
203 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in getPixel()
H A Ddx_canvas.cxx96 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 6 && in initialize()
156 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 6 && in initialize()
H A Ddx_impltools.cxx104 ENSURE_ARG_OR_THROW( xLinePoly.is(), in polyPolygonFromXPolyPolygon2D()
611 ENSURE_ARG_OR_THROW( pCanvasFont, in canvasFontFromXFont()
H A Ddx_spritecanvas.cxx91 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 5 && in initialize()
H A Ddx_canvashelper_texturefill.cxx486 ENSURE_ARG_OR_THROW( aBmpSize.Width != 0 && in fillBitmap()
H A Ddx_9rm.cxx330 ENSURE_ARG_OR_THROW(rSize.getX() > 0 && rSize.getY() > 0, in DXSurface()
H A Ddx_5rm.cxx745 ENSURE_ARG_OR_THROW(rSize.getX() > 0 && rSize.getY() > 0, in DXSurface()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx261 ENSURE_ARG_OR_THROW( pFont, in setupTextOutput()
299 ENSURE_ARG_OR_THROW( xFont.is(), in drawText()
355 ENSURE_ARG_OR_THROW( xLayoutedText.is(), in drawTextLayout()
387 ENSURE_ARG_OR_THROW( false, in drawTextLayout()
H A Dcairo_canvas.cxx84 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 6 && in initialize()
95 ENSURE_ARG_OR_THROW( pOutDev != NULL, in initialize()
112 ENSURE_ARG_OR_THROW( bHasXRender == true, in initialize()
H A Dcairo_spritecanvas.cxx76 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 4 && in initialize()
98 ENSURE_ARG_OR_THROW( bHasXRender == true, in initialize()
105 ENSURE_ARG_OR_THROW( pParentWindow != NULL, in initialize()
H A Dcairo_canvashelper_texturefill.cxx124 ENSURE_ARG_OR_THROW( xPolyPolygon.is(), in fillTexturedPolyPolygon()
126 ENSURE_ARG_OR_THROW( textures.getLength(), in fillTexturedPolyPolygon()
H A Dcairo_canvashelper.cxx938 ENSURE_ARG_OR_THROW( pTextures->getLength(), in doPolyPolygonImplementation()
/aoo41x/main/canvas/source/null/
H A Dnull_spritecanvas.cxx74 ENSURE_ARG_OR_THROW( maArguments.getLength() >= 4 && in initialize()
/aoo41x/main/tools/inc/tools/
H A Ddiagnose_ex.h85 #define ENSURE_ARG_OR_THROW(c, m) if( !(c) ) { \ macro
/aoo41x/main/vcl/source/helper/
H A Dcanvastools.cxx786 ENSURE_ARG_OR_THROW( rColor.getLength() == 4, in stdColorSpaceSequenceToColor()

Completed in 438 milliseconds