OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherToY
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetector.cpp
198
int32_t
otherToY
= fromY - (toY - fromY);
199
if (
otherToY
< 0) {
200
otherToY
= -1;
201
} else if (
otherToY
>= m_image->GetHeight()) {
202
otherToY
= m_image->GetHeight();
204
result += SizeOfBlackWhiteBlackRun(fromX, fromY, otherToX,
otherToY
);
/external/zxing/core/
core.jar
Completed in 104 milliseconds