Home
last modified time | relevance | path

Searched refs:ptCenter (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp83 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/
DPWL_ScrollBar.cpp175 CPDF_Point ptCenter = this->GetCenterPoint(); in GetThisAppearanceStream() local
184 CPDF_Point pt1(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y); in GetThisAppearanceStream()
185 CPDF_Point pt2(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y + PWL_TRIANGLE_HALFLEN); in GetThisAppearanceStream()
186 CPDF_Point pt3(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y - PWL_TRIANGLE_HALFLEN); in GetThisAppearanceStream()
203 CPDF_Point pt1(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y); in GetThisAppearanceStream()
204 CPDF_Point pt2(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y + PWL_TRIANGLE_HALFLEN); in GetThisAppearanceStream()
205 CPDF_Point pt3(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f,ptCenter.y - PWL_TRIANGLE_HALFLEN); in GetThisAppearanceStream()
229 CPDF_Point pt1(ptCenter.x - PWL_TRIANGLE_HALFLEN,ptCenter.y - PWL_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream()
230 CPDF_Point pt2(ptCenter.x + PWL_TRIANGLE_HALFLEN,ptCenter.y - PWL_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream()
231 CPDF_Point pt3(ptCenter.x,ptCenter.y + PWL_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream()
[all …]
DPWL_ComboBox.cpp124 CPDF_Point ptCenter = this->GetCenterPoint(); in GetThisAppearanceStream() local
126 …CPDF_Point pt1(ptCenter.x - PWL_CBBUTTON_TRIANGLE_HALFLEN,ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFL… in GetThisAppearanceStream()
127 …CPDF_Point pt2(ptCenter.x + PWL_CBBUTTON_TRIANGLE_HALFLEN,ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFL… in GetThisAppearanceStream()
128 CPDF_Point pt3(ptCenter.x,ptCenter.y - PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in GetThisAppearanceStream()
154 CPDF_Point ptCenter = this->GetCenterPoint(); in DrawThisAppearance() local
156 …CPDF_Point pt1(ptCenter.x - PWL_CBBUTTON_TRIANGLE_HALFLEN,ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFL… in DrawThisAppearance()
157 …CPDF_Point pt2(ptCenter.x + PWL_CBBUTTON_TRIANGLE_HALFLEN,ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFL… in DrawThisAppearance()
158 CPDF_Point pt3(ptCenter.x,ptCenter.y - PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f); in DrawThisAppearance()
DPWL_Utils.cpp318 …CPDF_Point ptCenter = CPDF_Point((crBBox.left + crBBox.right) / 2.0f,(crBBox.top + crBBox.bottom) … in GetAP_Star() local
326 px[i] = ptCenter.x + fRadius * (FX_FLOAT)cos(fAngel); in GetAP_Star()
327 py[i] = ptCenter.y + fRadius * (FX_FLOAT)sin(fAngel); in GetAP_Star()
411 …CPDF_Point ptCenter = CPDF_Point((rcRect.left + rcRect.right) / 2,(rcRect.top + rcRect.bottom) / 2… in ScaleRect() local
413 return CPDF_Rect(ptCenter.x - fHalfWidth * fScale, in ScaleRect()
414 ptCenter.y - fHalfHeight * fScale, in ScaleRect()
415 ptCenter.x + fHalfWidth * fScale, in ScaleRect()
416 ptCenter.y + fHalfHeight * fScale); in ScaleRect()
1314 CPDF_Point ptCenter = CPDF_Point((rcBBox.left + rcBBox.right)/2,(rcBBox.top + rcBBox.bottom)/2); in GetDropButtonAppStream() local
1318 sAppStream << ptCenter.x - 3 << " " << ptCenter.y + 1.5f << " m\n"; in GetDropButtonAppStream()
[all …]
DPWL_Note.cpp95 …CPDF_Point ptCenter = CPDF_Point((rcClient.left + rcClient.right) * 0.5f, (rcClient.top + rcClient… in DrawThisAppearance() local
97 CPDF_Point pt1(ptCenter.x - 2.0f, ptCenter.y + 2.0f * 0.5f); in DrawThisAppearance()
98 CPDF_Point pt2(ptCenter.x + 2.0f, ptCenter.y + 2.0f * 0.5f); in DrawThisAppearance()
99 CPDF_Point pt3(ptCenter.x, ptCenter.y - 3.0f * 0.5f); in DrawThisAppearance()
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp524 …CPDF_Point ptCenter = CPDF_Point((rcButton.left + rcButton.right) / 2, (rcButton.top + rcButton.bo… in GenerateWidgetAP() local
527 sAppStream << ptCenter.x - 3 << " " << ptCenter.y + 1.5f << " m\n"; in GenerateWidgetAP()
528 sAppStream << ptCenter.x + 3 << " " << ptCenter.y + 1.5f << " l\n"; in GenerateWidgetAP()
529 sAppStream << ptCenter.x << " " << ptCenter.y - 1.5f << " l\n"; in GenerateWidgetAP()
530 sAppStream << ptCenter.x - 3 << " " << ptCenter.y + 1.5f << " l f\n"; in GenerateWidgetAP()