Searched refs:ptCenter (Results 1 – 7 of 7) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvvecfacetracking.cpp | 83 CvPoint ptCenter; member 146 face[i].ptCenter = Center(face[i].r); in Init() 147 ptTempl[i] = face[i].ptCenter; in Init() 164 ptRotate = face[MOUTH].ptCenter; in InitNextImage() 320 cr.ptCenter = Center(cr.r); in FindContours() 330 cr.ptCenter = Center(cr.r); in FindContours() 357 if (abs(pRect1->ptCenter.y - pRect2->ptCenter.y) < d && in MergeRects() 368 rNew.ptCenter = Center(rNew.r); in MergeRects() 474 double dx = pFaceTracker->face[LEYE].ptCenter.x - pFaceTracker->face[REYE].ptCenter.x; in cvTrackFace() 475 double dy = pFaceTracker->face[LEYE].ptCenter.y - pFaceTracker->face[REYE].ptCenter.y; in cvTrackFace() [all …]
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ScrollBar.cpp | 142 CPDF_Point ptCenter = GetCenterPoint(); in GetThisAppearanceStream() local 148 CPDF_Point pt1(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f, ptCenter.y); in GetThisAppearanceStream() 149 CPDF_Point pt2(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f, in GetThisAppearanceStream() 150 ptCenter.y + PWL_TRIANGLE_HALFLEN); in GetThisAppearanceStream() 151 CPDF_Point pt3(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f, in GetThisAppearanceStream() 152 ptCenter.y - PWL_TRIANGLE_HALFLEN); in GetThisAppearanceStream() 166 CPDF_Point pt1(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f, ptCenter.y); in GetThisAppearanceStream() 167 CPDF_Point pt2(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f, in GetThisAppearanceStream() 168 ptCenter.y + PWL_TRIANGLE_HALFLEN); in GetThisAppearanceStream() 169 CPDF_Point pt3(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f, in GetThisAppearanceStream() [all …]
|
D | PWL_ComboBox.cpp | 118 CPDF_Point ptCenter = GetCenterPoint(); in GetThisAppearanceStream() local 120 CPDF_Point pt1(ptCenter.x - PWL_CBBUTTON_TRIANGLE_HALFLEN, in GetThisAppearanceStream() 121 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream() 122 CPDF_Point pt2(ptCenter.x + PWL_CBBUTTON_TRIANGLE_HALFLEN, in GetThisAppearanceStream() 123 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream() 124 CPDF_Point pt3(ptCenter.x, in GetThisAppearanceStream() 125 ptCenter.y - PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream() 149 CPDF_Point ptCenter = GetCenterPoint(); in DrawThisAppearance() local 151 CPDF_Point pt1(ptCenter.x - PWL_CBBUTTON_TRIANGLE_HALFLEN, in DrawThisAppearance() 152 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in DrawThisAppearance() [all …]
|
D | PWL_Utils.cpp | 277 CPDF_Point ptCenter = CPDF_Point((crBBox.left + crBBox.right) / 2.0f, in GetAP_Star() local 285 px[i] = ptCenter.x + fRadius * (FX_FLOAT)cos(fAngel); in GetAP_Star() 286 py[i] = ptCenter.y + fRadius * (FX_FLOAT)sin(fAngel); in GetAP_Star() 363 CPDF_Point ptCenter = CPDF_Point((rcRect.left + rcRect.right) / 2, in ScaleRect() local 367 ptCenter.x - fHalfWidth * fScale, ptCenter.y - fHalfHeight * fScale, in ScaleRect() 368 ptCenter.x + fHalfWidth * fScale, ptCenter.y + fHalfHeight * fScale); in ScaleRect() 1237 CPDF_Point ptCenter = CPDF_Point((rcBBox.left + rcBBox.right) / 2, in GetDropButtonAppStream() local 1243 sAppStream << ptCenter.x - 3 << " " << ptCenter.y + 1.5f << " m\n"; in GetDropButtonAppStream() 1244 sAppStream << ptCenter.x + 3 << " " << ptCenter.y + 1.5f << " l\n"; in GetDropButtonAppStream() 1245 sAppStream << ptCenter.x << " " << ptCenter.y - 1.5f << " l\n"; in GetDropButtonAppStream() [all …]
|
D | PWL_Note.cpp | 77 CPDF_Point ptCenter = CPDF_Point((rcClient.left + rcClient.right) * 0.5f, in DrawThisAppearance() local 80 CPDF_Point pt1(ptCenter.x - 2.0f, ptCenter.y + 2.0f * 0.5f); in DrawThisAppearance() 81 CPDF_Point pt2(ptCenter.x + 2.0f, ptCenter.y + 2.0f * 0.5f); in DrawThisAppearance() 82 CPDF_Point pt3(ptCenter.x, ptCenter.y - 3.0f * 0.5f); in DrawThisAppearance()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 571 CPDF_Point ptCenter = CPDF_Point((rcButton.left + rcButton.right) / 2, in GenerateWidgetAP() local 577 sAppStream << ptCenter.x - 3 << " " << ptCenter.y + 1.5f << " m\n"; in GenerateWidgetAP() 578 sAppStream << ptCenter.x + 3 << " " << ptCenter.y + 1.5f << " l\n"; in GenerateWidgetAP() 579 sAppStream << ptCenter.x << " " << ptCenter.y - 1.5f << " l\n"; in GenerateWidgetAP() 580 sAppStream << ptCenter.x - 3 << " " << ptCenter.y + 1.5f << " l f\n"; in GenerateWidgetAP()
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | checkboxtp.cpp | 331 CFX_PointF ptCenter; in DrawSignStar() local 332 ptCenter.Set((pRtSign->left + pRtSign->right()) / 2.0f, in DrawSignStar() 337 px[i] = ptCenter.x + fRadius * (FX_FLOAT)cos(fAngel); in DrawSignStar() 338 py[i] = ptCenter.y + fRadius * (FX_FLOAT)sin(fAngel); in DrawSignStar()
|