Home
last modified time | relevance | path

Searched refs:localLuminances (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/common/
DBC_GlobalHistogramBinarizer.cpp44 CFX_ByteArray* localLuminances = source->GetRow(y, m_luminance, e); in GetBlackRow() local
52 int32_t pixel = (*localLuminances)[x] & 0xff; in GetBlackRow()
59 int32_t left = (*localLuminances)[0] & 0xff; in GetBlackRow()
60 int32_t center = (*localLuminances)[1] & 0xff; in GetBlackRow()
62 int32_t right = (*localLuminances)[x + 1] & 0xff; in GetBlackRow()
85 CFX_ByteArray* localLuminances = source->GetRow(row, m_luminance, e); in GetBlackMatrix() local
90 int32_t pixel = (*localLuminances)[x] & 0xff; in GetBlackMatrix()
96 CBC_AutoPtr<CFX_ByteArray> localLuminances(source->GetMatrix()); in GetBlackMatrix() local
100 int32_t pixel = (*localLuminances)[offset + x] & 0xff; in GetBlackMatrix()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...