/external/pdfium/xfa/src/fxbarcode/ |
BC_ResultPoint.cpp | 29 FX_FLOAT CBC_ResultPoint::GetY() {
|
BC_ResultPoint.h | 16 virtual FX_FLOAT GetY();
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417BoundingBox.cpp | 89 int32_t newMinY = (int32_t)top->GetY() - missingStartRows;
102 int32_t newMaxY = (int32_t)bottom->GetY() + missingEndRows;
126 m_topRight = new CBC_ResultPoint(topRight.GetX(), topRight.GetY());
133 m_bottomRight = new CBC_ResultPoint(bottomRight.GetX(), bottomRight.GetY());
171 m_topLeft = new CBC_ResultPoint(topLeft->GetX(), topLeft->GetY());
174 m_bottomLeft = new CBC_ResultPoint(bottomLeft->GetX(), bottomLeft->GetY());
177 m_topRight = new CBC_ResultPoint(topRight->GetX(), topRight->GetY());
181 new CBC_ResultPoint(bottomRight->GetX(), bottomRight->GetY());
187 m_topLeft = new CBC_ResultPoint(0, m_topRight->GetY());
188 m_bottomLeft = new CBC_ResultPoint(0, m_bottomRight->GetY());
[all...] |
BC_PDF417DetectionResultRowIndicatorColumn.cpp | 59 int32_t firstRow = imageRowToCodewordIndex((int32_t)top->GetY());
60 int32_t lastRow = imageRowToCodewordIndex((int32_t)bottom->GetY());
135 int32_t firstRow = imageRowToCodewordIndex((int32_t)top->GetY());
136 int32_t lastRow = imageRowToCodewordIndex((int32_t)bottom->GetY());
|
BC_PDF417Detector.cpp | 125 row = row > ((CBC_ResultPoint*)barcodeCoordinate->GetAt(1))->GetY();
128 row = row > ((CBC_ResultPoint*)barcodeCoordinate->GetAt(3))->GetY();
144 row = (int32_t)((CBC_ResultPoint*)vertices->GetAt(2))->GetY();
147 row = (int32_t)((CBC_ResultPoint*)vertices->GetAt(4))->GetY();
169 startRow = (int32_t)((CBC_ResultPoint*)result->GetAt(4))->GetY();
|
BC_PDF417ScanningDecoder.cpp | 304 for (int32_t imageRow = (int32_t)startPoint.GetY();
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRAlignmentPattern.h | 23 FX_FLOAT GetY();
|
BC_QRAlignmentPattern.cpp | 34 FX_FLOAT CBC_QRAlignmentPattern::GetY() {
40 if ((FXSYS_fabs(i - GetY()) <= moduleSize) &&
|
BC_QRFinderPattern.h | 22 FX_FLOAT GetY();
|
BC_QRDetector.cpp | 72 topRight->GetY() - topLeft->GetY() + bottomLeft->GetY();
78 FX_FLOAT ytemp = (topLeft->GetY() +
79 correctionToTopLeft * (bottomRightY - topLeft->GetY()));
120 bottomRightY = alignmentPattern->GetY();
124 bottomRightY = (topRight->GetY() - topLeft->GetY()) + bottomLeft->GetY();
131 topLeft->GetX(), topLeft->GetY(), topRight->GetX(), topRight->GetY(), [all...] |
BC_QRFinderPattern.cpp | 56 if ((fabs(i - GetY()) <= moduleSize) && (fabs(j - GetX()) <= moduleSize)) {
66 FX_FLOAT CBC_QRFinderPattern::GetY() {
|
BC_QRFinderPatternFinder.cpp | 185 if ((bottomLeft->GetY() - topLeft->GetY()) *
188 (topRight->GetY() - topLeft->GetY())) {
200 FX_FLOAT dy = point1->GetY() - point2->GetY();
404 fabs(firstConfirmedCenter->GetY() - center->GetY())) /
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_DataMatrixDetector.cpp | 214 FX_FLOAT sin = (topRight->GetY() - topLeft->GetY()) / norm;
216 topRight->GetX() + corr * cos, topRight->GetY() + corr * sin));
220 sin = (topRight->GetY() - bottomRight->GetY()) / norm;
222 topRight->GetX() + corr * cos, topRight->GetY() + corr * sin));
261 FX_FLOAT sin = (topRight->GetY() - topLeft->GetY()) / norm;
263 topRight->GetX() + corr * cos, topRight->GetY() + corr * sin));
267 sin = (topRight->GetY() - bottomRight->GetY()) / norm; [all...] |
/external/clang/test/CodeGenCXX/ |
ms-property.cpp | 35 __declspec(property(get=GetY,put=PutY)) T y[]; 36 char GetY(char i, Test1 j) { return i+j.get_x(); } 92 // CHECK: [[P2_Y_p1_X_ARGC_0_T:%.+]] = call i8 @"\01?GetY@?$St@M@@QEAADDVTest1@@@Z"(%class.St* [[P2_2]], i8 [[CAST]], %class.Test1* %{{.+}}) 111 // CHECK: call i8 @"\01?GetY@?$St@H@@QEAADDVTest1@@@Z"(%class.St{{.+}}* [[BAR]], i8 %{{.+}}, %class.Test1* %{{.+}})
|
/external/pdfium/xfa/src/fxbarcode/common/ |
BC_WhiteRectangleDetector.cpp | 217 float yj = y->GetY();
219 float zj = z->GetY();
221 float xj = x->GetY();
223 float tj = t->GetY();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3drmobj.h | [all...] |