Home
last modified time | relevance | path

Searched refs:flowBegin (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlreader/source/
H A Dxmlreader.cxx804 char const * flowBegin = pos_; in handleNormalizedText() local
849 pad_.add(flowBegin, pos_ - flowBegin); in handleNormalizedText()
852 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
857 flowBegin = pos_; in handleNormalizedText()
879 pad_.add(flowBegin, pos_ - flowBegin); in handleNormalizedText()
882 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
897 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
907 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
916 flowBegin = pos_; in handleNormalizedText()
922 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlreader/source/
H A Dxmlreader.cxx804 char const * flowBegin = pos_; in handleNormalizedText() local
849 pad_.add(flowBegin, pos_ - flowBegin); in handleNormalizedText()
852 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
857 flowBegin = pos_; in handleNormalizedText()
879 pad_.add(flowBegin, pos_ - flowBegin); in handleNormalizedText()
882 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
897 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
907 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
916 flowBegin = pos_; in handleNormalizedText()
922 pad_.add(flowBegin, flowEnd - flowBegin); in handleNormalizedText()
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxdecode.c430 colorPlane = reg->flowBegin.plane; in dmtxDecodeMosaicRegion()
445 reg->flowBegin.plane = 0; /* kind of a hack */ in dmtxDecodeMosaicRegion()
448 reg->flowBegin.plane = 1; /* kind of a hack */ in dmtxDecodeMosaicRegion()
451 reg->flowBegin.plane = 2; /* kind of a hack */ in dmtxDecodeMosaicRegion()
454 reg->flowBegin.plane = colorPlane; in dmtxDecodeMosaicRegion()
636 color = ReadModuleColor(dec, reg, symbolRow, symbolCol, reg->sizeIdx, reg->flowBegin.plane); in TallyModuleJumps()
651 … color = ReadModuleColor(dec, reg, symbolRow, symbolCol, reg->sizeIdx, reg->flowBegin.plane); in TallyModuleJumps()
H A Ddmtxregion.c100 DmtxPointFlow flowBegin; in dmtxRegionScanPixel() local
114 flowBegin = MatrixRegionSeekEdge(dec, loc); in dmtxRegionScanPixel()
115 if(flowBegin.mag < (int)(dec->edgeThresh * 7.65 + 0.5)) in dmtxRegionScanPixel()
121 if(MatrixRegionOrientation(dec, &reg, flowBegin) == DmtxFail) in dmtxRegionScanPixel()
807 color = ReadModuleColor(dec, reg, y, x, reg->sizeIdx, reg->flowBegin.plane); in CountJumpTally()
959 follow.loc = reg->flowBegin.loc; in FollowSeek()
1081 boundMin = boundMax = flowBegin.loc; in TrailBlazeContinuous()
1082 cacheBeg = dmtxDecodeGetCache(dec, flowBegin.loc.X, flowBegin.loc.Y); in TrailBlazeContinuous()
1087 reg->flowBegin = flowBegin; in TrailBlazeContinuous()
1092 flow = flowBegin; in TrailBlazeContinuous()
[all …]
H A Ddmtxstatic.h131 …ic DmtxPassFail MatrixRegionOrientation(DmtxDecode *dec, DmtxRegion *reg, DmtxPointFlow flowBegin);
143 static DmtxPassFail TrailBlazeContinuous(DmtxDecode *dec, DmtxRegion *reg, DmtxPointFlow flowBegin,…
H A Ddmtx.h350 DmtxPointFlow flowBegin; /* */ member
/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Ddmtxregion2.c1178 reg.flowBegin.plane = 0; /* or 1, or 2 (0 = red, 1 = green, etc...) */ in dmtxDecodeSymbol()