Home
last modified time | relevance | path

Searched refs:bAligned (Results 1 – 24 of 24) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_cadtoolbardim.cpp46 &bAligned, &bLinear, &bLinearHor, &bLinearVer, &bRadial, in addSubActions()
59 if(!(actionHandler && bAligned)) return; in restoreAction()
60 if ( bAligned ->isChecked() ) { in restoreAction()
111 if(!bAligned) return; in showCadToolBar()
114 bAligned->setChecked(true); in showCadToolBar()
H A Dqg_cadtoolbardim.h56 QAction *bAligned=nullptr,*bLinear=nullptr,*bLinearHor=nullptr,*bLinearVer=nullptr,
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Guideline/
H A DGuidelineProjectorConstantR.cpp40 double angleRadians = 0, aAligned = 0, bAligned = 0; in fromCoordinateR() local
49 bAligned); in fromCoordinateR()
54 bAligned); in fromCoordinateR()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/test/
H A DByteBuffer.h36 bool bAligned; variable
59 inline bool aligned() const { return bAligned; } in aligned()
H A DFloatBuffer.h37 bool bAligned; variable
72 inline bool aligned() const { return bAligned; } in aligned()
/dports/biology/ncbi-toolkit/ncbi/cn3d/
H A Dcn3dmodl.c424 if (domaindata[iCount]->bAligned) { in Cn3D_ListDomainProc()
427 } else if (!domaindata[iCount]->bAligned) { in Cn3D_ListDomainProc()
591 domaindata[iCount]->bAligned = FALSE; in AssignDomainAlignedStatusForStrucSeqs()
611 domaindata[iCount]->bAligned = TRUE; in AssignDomainAlignedStatusForStrucSeqs()
668 domaindata[iCount]->bAligned = TRUE; in AssignDomainAlignedStatus()
672 domaindata[iCount]->bAligned = TRUE; in AssignDomainAlignedStatus()
683 domaindata[iCount]->bAligned = TRUE; in AssignDomainAlignedStatus()
685 domaindata[iCount]->bAligned = TRUE; in AssignDomainAlignedStatus()
1017 pmsdMaster->bAligned = 0; in fnAlignList()
1039 pmsdMaster->bAligned++; in fnAlignList()
H A Dcn3dmodl.h109 Boolean bVisible, bVisibleParent, bAligned; member
H A Dcn3dopen.c585 pmsdThis->bAligned++; in Cn3D_MarkStrucSeqs()
1123 pmsdMaster->bAligned++; in MMDB_ReadMime()
1124 pmsdSlave->pbAligned = &(pmsdMaster->bAligned); in MMDB_ReadMime()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/po/misc/
H A Dcairo-dock-extract-message.c17 …mentType, guint *iNbElements, gchar ***pAuthorizedValuesList, gboolean *bAligned, gchar **cTipStri… in _parse_key_comment() argument
85 *bAligned = FALSE; in _parse_key_comment()
89 *bAligned = TRUE; in _parse_key_comment()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/test/
H A DByteBuffer.cpp58 allocate(src.nLength, src.nAlign, src.bAligned); in ByteBuffer()
84 bAligned = aligned; in allocate()
H A DFloatBuffer.cpp61 allocate(src.nLength, src.nAlign, src.bAligned); in FloatBuffer()
81 bAligned = aligned; in allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_rendertiling.cpp145 bool bAligned = in Draw() local
150 if (bAligned) { in Draw()
202 if (bAligned) { in Draw()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dsalmedia.h60 BytePtr bAligned; member
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/Help/src/
H A Dapplet-tips-dialog.c140 gboolean bAligned; in _build_tip_text() local
144 …t (cKeyComment1, &iElementType, &iNbElements, &pAuthorizedValuesList1, &bAligned, &cHint1); // po… in _build_tip_text()
149 …y_comment (cKeyComment2, &iElementType, &iNbElements, &pAuthorizedValuesList2, &bAligned, &cHint2); in _build_tip_text()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/util/
H A Dmmsubs.h34 double &bAligned);
H A Dmmsubs.cpp60 double &bAligned) in ellipseFromParallelogram() argument
160 bAligned = qSqrt (numerator / denominatorPlus); in ellipseFromParallelogram()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/
H A DKdbManager.cs675 bool bAligned = true; in KdbManager()
677 bool bAligned = false; in KdbManager()
681 int nExpectedSize = (bAligned ? 52 : 46); in KdbManager()
687 nExpectedSize = (bAligned ? 92 : 88); in KdbManager()
698 nExpectedSize = (bAligned ? 8 : 7); in KdbManager()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-gui-factory.h200 …mentType, guint *iNbElements, gchar ***pAuthorizedValuesList, gboolean *bAligned, const gchar **cT…
H A Dcairo-dock-gui-factory.c1813 …mentType, guint *iNbElements, gchar ***pAuthorizedValuesList, gboolean *bAligned, const gchar **cT… in cairo_dock_parse_key_comment() argument
1890 *bAligned = FALSE; in cairo_dock_parse_key_comment()
1894 *bAligned = TRUE; in cairo_dock_parse_key_comment()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp1013 FX_BOOL bAligned = FALSE; in DrawTilingPattern() local
1018 bAligned = TRUE; in DrawTilingPattern()
1076 if (bAligned) { in DrawTilingPattern()
1129 if (bAligned) { in DrawTilingPattern()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1296 bool bAligned = in DrawTilingPattern() local
1301 if (bAligned) { in DrawTilingPattern()
1354 if (bAligned) { in DrawTilingPattern()
/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dmmdbapi1.h618 Byte bAligned; /* master: how many slaves? */ member
H A Dmmdbapi1.c4512 pmsdThis->bAligned = 0; /* nothing aligned to it */ in Biostruc2Modelstruc()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp2199 bool bAligned = false; in DrawTilingPattern() local
2204 bAligned = true; in DrawTilingPattern()
2261 if (bAligned) { in DrawTilingPattern()
2314 if (bAligned) { in DrawTilingPattern()