/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/ |
H A D | xfa_ffpageview.cpp | 30 FX_BOOL bFlipY = (dwCoordinatesType & 0x02) != 0; in GetPageMatrix() local 32 m.Set((bFlipX ? -1.0f : 1.0f), 0, 0, (bFlipY ? -1.0f : 1.0f), 0, 0); in GetPageMatrix() 45 m.f = bFlipY ? (FX_FLOAT)devicePageRect.bottom() in GetPageMatrix() 49 m.e = bFlipY ? (FX_FLOAT)devicePageRect.left in GetPageMatrix() 57 m.f = bFlipY ? (FX_FLOAT)devicePageRect.top in GetPageMatrix() 61 m.e = bFlipY ? (FX_FLOAT)devicePageRect.right() in GetPageMatrix()
|
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/ |
H A D | fx_win32_print.cpp | 141 FX_BOOL bFlipY = pMatrix->d > 0; in StartDIBits() local 144 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits() 146 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/ |
H A D | fx_dib_main.cpp | 69 bool bFlipY) { in FXDIB_SwapClipBox() argument 71 if (bFlipY) { in FXDIB_SwapClipBox()
|
H A D | cfx_bitmapcomposer.cpp | 23 bool bFlipY, in Compose() argument 39 m_bFlipY = bFlipY; in Compose()
|
H A D | cfx_bitmapcomposer.h | 34 bool bFlipY,
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/dib/ |
H A D | fx_dib.cpp | 45 bool bFlipY) { in FXDIB_SwapClipBox() argument 47 if (bFlipY) { in FXDIB_SwapClipBox()
|
H A D | cfx_bitmapcomposer.cpp | 23 bool bFlipY, in Compose() argument 39 m_bFlipY = bFlipY; in Compose()
|
H A D | cfx_bitmapcomposer.h | 35 bool bFlipY,
|
H A D | fx_dib.h | 168 bool bFlipY);
|
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/dods/ |
H A D | dodsdataset2.cpp | 284 int bFlipY; member in DODSRasterBand 1138 bFlipY = FALSE; in DODSRasterBand() 1224 bFlipY = (nYDir == -1); in DODSRasterBand() 1291 papoOverviewBand[nOverviewCount-1]->bFlipY = bFlipY; in DODSRasterBand() 1425 bFlipY = TRUE; in HarvestDAS() 1458 if( bFlipY ) in IReadBlock() 1593 if( bFlipY ) in IReadBlock()
|
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/dods/ |
H A D | dodsdataset2.cpp | 255 int bFlipY; member in DODSRasterBand 1124 bFlipY(FALSE), in DODSRasterBand() 1209 bFlipY = (nYDir == -1); in DODSRasterBand() 1274 papoOverviewBand[nOverviewCount-1]->bFlipY = bFlipY; in DODSRasterBand() 1408 bFlipY = TRUE; in HarvestDAS() 1441 if( bFlipY ) in IReadBlock() 1584 if( bFlipY ) in IReadBlock()
|
/dports/graphics/gdal/gdal-3.3.3/frmts/dods/ |
H A D | dodsdataset2.cpp | 255 int bFlipY; member in DODSRasterBand 1124 bFlipY(FALSE), in DODSRasterBand() 1209 bFlipY = (nYDir == -1); in DODSRasterBand() 1274 papoOverviewBand[nOverviewCount-1]->bFlipY = bFlipY; in DODSRasterBand() 1408 bFlipY = TRUE; in HarvestDAS() 1441 if( bFlipY ) in IReadBlock() 1584 if( bFlipY ) in IReadBlock()
|
/dports/graphics/py-gdal/gdal-3.3.3/frmts/dods/ |
H A D | dodsdataset2.cpp | 255 int bFlipY; member in DODSRasterBand 1124 bFlipY(FALSE), in DODSRasterBand() 1209 bFlipY = (nYDir == -1); in DODSRasterBand() 1274 papoOverviewBand[nOverviewCount-1]->bFlipY = bFlipY; in DODSRasterBand() 1408 bFlipY = TRUE; in HarvestDAS() 1441 if( bFlipY ) in IReadBlock() 1584 if( bFlipY ) in IReadBlock()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/ |
H A D | cgdi_printer_driver.cpp | 179 bool bFlipY = matrix.d > 0; in StartDIBits() local 182 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits() 184 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
|
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/ |
H A D | fx_win32_print.cpp | 177 bool bFlipY = pMatrix->d > 0; in StartDIBits() local 180 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits() 182 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
|
H A D | fx_win32_gdipext.cpp | 474 bool bFlipY = dest_height < 0; in StretchMonoToGray() local 475 if (bFlipY) in StretchMonoToGray() 495 int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top) in StretchMonoToGray()
|
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/ |
H A D | dib_int.h | 114 bool bFlipY);
|
H A D | fx_dib_transform.cpp | 286 bool bFlipY) { in FXDIB_SwapClipBox() argument 288 if (bFlipY) { in FXDIB_SwapClipBox()
|
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/ |
H A D | dib_int.h | 105 FX_BOOL bFlipY);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/ |
H A D | fx_win32_print.cpp | 181 bool bFlipY = matrix.d > 0; in StartDIBits() local 184 bFlipY ? full_rect.bottom : full_rect.top, in StartDIBits() 186 bFlipY ? -full_rect.Height() : full_rect.Height(), in StartDIBits()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/ |
H A D | fx_dib.h | 186 bool bFlipY);
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/vml/ |
H A D | vmlshape.cxx | 669 bool bFlipX = false, bFlipY = false; in implConvertAndInsert() local 680 bFlipY = true; in implConvertAndInsert() 836 if (bFlipY) in implConvertAndInsert()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/ |
H A D | svdotext.cxx | 1614 bFlipY = aScale.getY() < 0.0; in TRSetBaseGeometry() 1619 if (bFlipY) in TRSetBaseGeometry() 1649 if (bFlipY) in TRSetBaseGeometry()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/vml/ |
H A D | vmlshape.cxx | 693 bool bFlipX = false, bFlipY = false; in implConvertAndInsert() local 705 bFlipY = true; in implConvertAndInsert() 865 if (bFlipY) in implConvertAndInsert()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/ |
H A D | svdotext.cxx | 1640 bFlipY = aScale.getY() < 0.0; in TRSetBaseGeometry() 1645 if (bFlipY) in TRSetBaseGeometry() 1675 if (bFlipY) in TRSetBaseGeometry()
|