Searched refs:startRange (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OneDimReader.cpp | 45 CFX_Int32Array* startRange = NULL; in FindStartGuardPattern() local 53 if (startRange != NULL) { in FindStartGuardPattern() 54 delete startRange; in FindStartGuardPattern() 55 startRange = NULL; in FindStartGuardPattern() 57 startRange = FindGuardPattern(row, nextStart, FALSE, &startEndPattern, e); in FindStartGuardPattern() 59 int32_t start = (*startRange)[0]; in FindStartGuardPattern() 60 nextStart = (*startRange)[1]; in FindStartGuardPattern() 71 return startRange; in FindStartGuardPattern()
|
D | BC_OnedEAN8Reader.cpp | 32 CFX_Int32Array* startRange, in DecodeMiddle() argument 41 int32_t rowOffset = (*startRange)[1]; in DecodeMiddle()
|
D | BC_OnedUPCAReader.cpp | 81 CFX_Int32Array* startRange, in DecodeMiddle() argument 84 int32_t temp = m_ean13Reader->DecodeMiddle(row, startRange, resultString, e); in DecodeMiddle()
|
D | BC_OnedEAN13Reader.cpp | 46 CFX_Int32Array* startRange, in DecodeMiddle() argument 55 int32_t rowOffset = (*startRange)[1]; in DecodeMiddle()
|
D | BC_OnedEAN8Reader.h | 19 CFX_Int32Array* startRange,
|
D | BC_OnedEAN13Reader.h | 25 CFX_Int32Array* startRange,
|
D | BC_OnedUPCAReader.h | 36 CFX_Int32Array* startRange,
|
D | BC_OneDimReader.h | 51 CFX_Int32Array* startRange, in DecodeMiddle() argument
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 96 double startRange = coin->fCoinPtTEnd->fT - startPtT->fT; in addExpanded() local 97 if (!startRange) { in addExpanded() 100 double startPart = (test->t() - startPtT->fT) / startRange; in addExpanded() 119 double newT = startPtT->fT + startRange * oStartPart; in addExpanded()
|
D | SkPathOpsDebug.cpp | 1139 double startRange = coin->fCoinPtTEnd->fT - startPtT->fT; in debugAddExpanded() local 1140 double startPart = (test->t() - startPtT->fT) / startRange; in debugAddExpanded() 1153 double newT = startPtT->fT + startRange * oStartPart; in debugAddExpanded()
|