HomeSort by relevance Sort by last modified time
    Searched defs:ptCenter (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 118 CPDF_Point ptCenter = GetCenterPoint();
120 CPDF_Point pt1(ptCenter.x - PWL_CBBUTTON_TRIANGLE_HALFLEN,
121 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f);
122 CPDF_Point pt2(ptCenter.x + PWL_CBBUTTON_TRIANGLE_HALFLEN,
123 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f);
124 CPDF_Point pt3(ptCenter.x,
125 ptCenter.y - PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f);
149 CPDF_Point ptCenter = GetCenterPoint();
151 CPDF_Point pt1(ptCenter.x - PWL_CBBUTTON_TRIANGLE_HALFLEN,
152 ptCenter.y + PWL_CBBUTTON_TRIANGLE_HALFLEN * 0.5f)
    [all...]
PWL_ScrollBar.cpp 142 CPDF_Point ptCenter = GetCenterPoint();
148 CPDF_Point pt1(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f, ptCenter.y);
149 CPDF_Point pt2(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f,
150 ptCenter.y + PWL_TRIANGLE_HALFLEN);
151 CPDF_Point pt3(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f,
152 ptCenter.y - PWL_TRIANGLE_HALFLEN);
166 CPDF_Point pt1(ptCenter.x + PWL_TRIANGLE_HALFLEN * 0.5f, ptCenter.y);
167 CPDF_Point pt2(ptCenter.x - PWL_TRIANGLE_HALFLEN * 0.5f
    [all...]
PWL_Note.cpp 77 CPDF_Point ptCenter = CPDF_Point((rcClient.left + rcClient.right) * 0.5f,
80 CPDF_Point pt1(ptCenter.x - 2.0f, ptCenter.y + 2.0f * 0.5f);
81 CPDF_Point pt2(ptCenter.x + 2.0f, ptCenter.y + 2.0f * 0.5f);
82 CPDF_Point pt3(ptCenter.x, ptCenter.y - 3.0f * 0.5f);
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
checkboxtp.cpp 331 CFX_PointF ptCenter;
332 ptCenter.Set((pRtSign->left + pRtSign->right()) / 2.0f,
337 px[i] = ptCenter.x + fRadius * (FX_FLOAT)cos(fAngel);
338 py[i] = ptCenter.y + fRadius * (FX_FLOAT)sin(fAngel);
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 571 CPDF_Point ptCenter = CPDF_Point((rcButton.left + rcButton.right) / 2,
577 sAppStream << ptCenter.x - 3 << " " << ptCenter.y + 1.5f << " m\n";
578 sAppStream << ptCenter.x + 3 << " " << ptCenter.y + 1.5f << " l\n";
579 sAppStream << ptCenter.x << " " << ptCenter.y - 1.5f << " l\n";
580 sAppStream << ptCenter.x - 3 << " " << ptCenter.y + 1.5f << " l f\n";
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 83 CvPoint ptCenter;
146 face[i].ptCenter = Center(face[i].r);
147 ptTempl[i] = face[i].ptCenter;
164 ptRotate = face[MOUTH].ptCenter;
320 cr.ptCenter = Center(cr.r);
330 cr.ptCenter = Center(cr.r);
357 if (abs(pRect1->ptCenter.y - pRect2->ptCenter.y) < d &&
368 rNew.ptCenter = Center(rNew.r);
474 double dx = pFaceTracker->face[LEYE].ptCenter.x - pFaceTracker->face[REYE].ptCenter.x
    [all...]

Completed in 500 milliseconds