Searched refs:ENSURE_ARG_OR_THROW2 (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/canvas/source/tools/ |
H A D | canvastools.cxx | 300 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToRGB() 317 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToARGB() 334 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToPARGB() 420 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertFromIntegerColorSpace() 466 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToRGB() 487 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToARGB() 509 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToPARGB()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1609 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToRGB() 1630 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToARGB() 1651 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToPARGB() 1737 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertFromIntegerColorSpace() 1783 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToRGB() 1808 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToARGB() 1833 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertIntegerToPARGB()
|
/aoo4110/main/vcl/source/helper/ |
H A D | canvastools.cxx | 651 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToRGB() 668 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToARGB() 685 ENSURE_ARG_OR_THROW2(nLen%4==0, in convertToPARGB()
|
H A D | canvasbitmap.cxx | 769 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToRGB() 818 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToARGB() 871 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertToPARGB() 1067 ENSURE_ARG_OR_THROW2(nLen%nComponentsPerPixel==0, in convertFromIntegerColorSpace()
|
/aoo4110/main/tools/inc/tools/ |
H A D | diagnose_ex.h | 92 #define ENSURE_ARG_OR_THROW2(c, m, ifc, arg) if( !(c) ) { \ macro
|
Completed in 82 milliseconds