Home
last modified time | relevance | path

Searched refs:textStartX (Results 1 – 8 of 8) sorted by relevance

/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBarcode39.java303 float textStartX = 0; in placeBarcode() local
311 textStartX = fullWidth - fontX; in placeBarcode()
317 textStartX = (fullWidth - fontX) / 2; in placeBarcode()
347 cb.setTextMatrix(textStartX, textStartY); in placeBarcode()
H A DBarcodeInter25.java251 float textStartX = 0; in placeBarcode() local
259 textStartX = fullWidth - fontX; in placeBarcode()
265 textStartX = (fullWidth - fontX) / 2; in placeBarcode()
295 cb.setTextMatrix(textStartX, textStartY); in placeBarcode()
H A DBarcodeCodabar.java254 float textStartX = 0; in placeBarcode() local
262 textStartX = fullWidth - fontX; in placeBarcode()
268 textStartX = (fullWidth - fontX) / 2; in placeBarcode()
297 cb.setTextMatrix(textStartX, textStartY); in placeBarcode()
H A DBarcode128.java631 float textStartX = 0; in placeBarcode() local
639 textStartX = fullWidth - fontX; in placeBarcode()
645 textStartX = (fullWidth - fontX) / 2; in placeBarcode()
675 cb.setTextMatrix(textStartX, textStartY); in placeBarcode()
/dports/games/katomic/katomic-21.12.3/src/
H A Dlevelsetdelegate.cpp54 int textStartX = option.decorationSize.width() + innerSpacing; in paint() local
55 QRect r = opt.rect.adjusted(textStartX, marginV*2, 0, 0); in paint()
103 r = opt.rect.adjusted(textStartX, fm.lineSpacing()*2, -marginH*2, -marginV*2); in paint()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Dlg/
H A DDlgSettingsGridDisplay.cpp488 QString textStartX = m_editStartX->text(); in textItemsAreValid() local
503 !textStartX.isEmpty() && in textItemsAreValid()
511 m_validatorStartX->validate(textStartX, pos) == QValidator::Acceptable && in textItemsAreValid()
536 QString textStartX = m_editStartX->text(); in textItemsDoNotBreakLineCountLimit() local
552 textStartX.toDouble (), in textItemsDoNotBreakLineCountLimit()
H A DDlgSettingsGridRemoval.cpp509 QString textStartX = m_editStartX->text(); in updateControls() local
520 (m_validatorStartX->validate (textStartX, pos) == QValidator::Acceptable) && in updateControls()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dasn2graphic.c2300 Int4 textStartX; in DrawFeatureAndLabel() local
2364 textStartX = (RFIP->Left + RFIP->Right) / 2; in DrawFeatureAndLabel()
2374 textStartX = (RFIP->Left + RFIP->Right) / 2; in DrawFeatureAndLabel()
2382 textStartX = (RFIP->Left + RFIP->Right) / 2; in DrawFeatureAndLabel()
2388 textStartX = (RFIP->Left + RFIP->Right) / 2; in DrawFeatureAndLabel()
2392 textStartX = (RFIP->Left); in DrawFeatureAndLabel()
2397 textStartX = (RFIP->Right); in DrawFeatureAndLabel()
2525 Int4 textStartX; in GetFeatureAndDecorationDimensions() local
2594 textStartX = (Start + Stop) / 2; in GetFeatureAndDecorationDimensions()
2596 Stop = MAX (Stop, textStartX + textWidthBP / 2); in GetFeatureAndDecorationDimensions()
[all …]