Searched refs:point (Results 176 - 200 of 707) sorted by relevance

1234567891011>>

/external/pdfium/
H A Dpdfiumfxedit.mk15 # upstream at some point.
H A Dpdfiumjavascript.mk15 # upstream at some point.
/external/pdfium/third_party/
H A Dpdfiumagg23.mk14 # upstream at some point.
/external/skia/gm/
H A Dconvexpolyclip.cpp111 SkPoint point; variable
112 point.fY = SkScalarSinCos(angle, &point.fX);
113 point.scale(kRadius);
114 point = center + point;
116 hexagon.moveTo(point);
118 hexagon.lineTo(point);
H A Dconvexpolyeffect.cpp117 SkPoint point; variable
118 point.fY = SkScalarSinCos(angle, &point.fX);
119 point.scale(kRadius);
120 point = center + point;
122 ngon.moveTo(point);
124 ngon.lineTo(point);
/external/skia/include/effects/
H A DSkPerlinNoiseShader.h73 SkPMColor shade(const SkPoint& point, StitchData& stitchData) const;
76 StitchData& stitchData, const SkPoint& point) const;
/external/skia/tools/debugger/
H A DSkJsonWriteBuffer.h40 void writePoint(const SkPoint& point) override;
41 void writePointArray(const SkPoint* point, uint32_t count) override;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DECDSASigner.java164 ECPoint point = ECAlgorithms.sumOfTwoMultiplies(G, u1, Q, u2);
167 if (point.isInfinity())
173 * If possible, avoid normalizing the point (to save a modular inversion in the curve field).
178 * as the calculated point.X. If any of the projected values matches point.X, then we have:
179 * (point.X / Denominator mod p) mod n == r
185 ECCurve curve = point.getCurve();
191 ECFieldElement D = getDenominator(curve.getCoordinateSystem(), point);
194 ECFieldElement X = point.getXCoord();
209 BigInteger v = point
[all...]
/external/libunwind/doc/
H A Dunw_is_fpreg.tex8 \begin{Name}{3}{unw\_is\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_is\_fpreg}unw\_is\_fpreg -- check if a register is a floating-point register
20 \Var{reg} is a floating-point register.
28 \Var{reg} is a floating-point register. Otherwise, it returns a value
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMapView.java106 @Override public Point toPixels(GeoPoint geoPoint, Point point) {
107 if (point == null) {
108 point = new Point();
111 point.y = scaleDegree(geoPoint.getLatitudeE6(), bottom, top, mapCenter.getLatitudeE6(), latitudeSpan);
112 point.x = scaleDegree(geoPoint.getLongitudeE6(), left, right, mapCenter.getLongitudeE6(), longitudeSpan);
113 return point;
/external/skia/bench/
H A Dcheck_bench_regressions.py98 for point in revision_data_points:
99 point_name = Label(point.bench,point.config,point.time_type,
100 point.settings)
102 bench_dict[point_name] = point.time
/external/skia/tests/
H A DPoint3Test.cpp81 SkPoint3 point = SkPoint3::Make(x, y, z); local
83 SkScalar s1 = point.length();
92 SkPoint3 point = SkPoint3::Make(x, y, z); local
94 bool result = point.normalize();
95 SkScalar newLength = point.length();
102 REPORTER_ASSERT(reporter, point == empty);
/external/skia/src/gpu/ops/
H A DGrAAConvexTessellator.cpp219 // point two of the edges collapse and the process repeats on the new polygon.
313 // Find a point that is 'desiredDepth' away from the 'edgeIdx'-th edge and lies
314 // along the 'bisector' from the 'startIdx'-th point.
322 // First find the point where the edge and the bisector intersect
327 // the start point was one of the original ring points
338 // Then offset along the bisector from that point the correct distance
363 // get all the points via a new entry point, transform them all in bulk
393 // check if last point is a duplicate of the first point. If so, remove it.
402 // The last point i
[all...]
/external/freetype/src/autofit/
H A Daflatin.c484 /* now compute min or max point indices and coordinates */
505 /* Avoid single-point contours since they are never */
550 /* now check whether the point belongs to a straight or round */
707 /* no hit; adjust first point */
710 /* also adjust first and last on point */
826 /* `on' point is larger than a heuristic threshold */
828 /* - if either the first or the last point of the segment is */
829 /* an `off' point, the segment is round, otherwise it is */
1503 /* set up (u,v) in each point */
1506 AF_Point point local
1518 AF_Point point = hints->points; local
1532 AF_Point point = contour[0]; local
[all...]
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ScrollBar.cpp525 bool CPWL_SBButton::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { argument
526 CPWL_Wnd::OnLButtonDown(point, nFlag);
529 pParent->OnNotify(this, PNM_LBUTTONDOWN, 0, (intptr_t)&point);
537 bool CPWL_SBButton::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { argument
538 CPWL_Wnd::OnLButtonUp(point, nFlag);
541 pParent->OnNotify(this, PNM_LBUTTONUP, 0, (intptr_t)&point);
549 bool CPWL_SBButton::OnMouseMove(const CFX_PointF& point, uint32_t nFlag) { argument
550 CPWL_Wnd::OnMouseMove(point, nFlag);
553 pParent->OnNotify(this, PNM_MOUSEMOVE, 0, (intptr_t)&point);
684 bool CPWL_ScrollBar::OnLButtonDown(const CFX_PointF& point, uint32_ argument
739 OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) argument
942 OnMinButtonLBDown(const CFX_PointF& point) argument
953 OnMinButtonLBUp(const CFX_PointF& point) argument
955 OnMinButtonMouseMove(const CFX_PointF& point) argument
957 OnMaxButtonLBDown(const CFX_PointF& point) argument
968 OnMaxButtonLBUp(const CFX_PointF& point) argument
970 OnMaxButtonMouseMove(const CFX_PointF& point) argument
972 OnPosButtonLBDown(const CFX_PointF& point) argument
991 OnPosButtonLBUp(const CFX_PointF& point) argument
999 OnPosButtonMouseMove(const CFX_PointF& point) argument
[all...]
H A DPWL_Wnd.h255 virtual bool OnLButtonDblClk(const CFX_PointF& point, uint32_t nFlag);
256 virtual bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag);
257 virtual bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag);
258 virtual bool OnRButtonDown(const CFX_PointF& point, uint32_t nFlag);
259 virtual bool OnRButtonUp(const CFX_PointF& point, uint32_t nFlag);
260 virtual bool OnMouseMove(const CFX_PointF& point, uint32_t nFlag);
262 const CFX_PointF& point,
317 bool WndHitTest(const CFX_PointF& point) const;
318 bool ClientHitTest(const CFX_PointF& point) const;
379 CFX_PointF ParentToChild(const CFX_PointF& point) cons
[all...]
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp1298 float point[4][2], d; local
1319 point[i][0] = -epiline[2] / epiline[0];
1320 point[i][1] = 0;
1327 point[i][0] = 0;
1328 point[i][1] = -epiline[2] / epiline[1];
1335 point[i][0] = width;
1336 point[i][1] = -(epiline[0] * width + epiline[2]) / epiline[1];
1343 point[i][0] = -(epiline[1] * height + epiline[2]) / epiline[0];
1344 point[i][1] = height;
1368 if( (point[
1907 float point[2][2]; local
[all...]
/external/pdfium/core/fxge/ge/
H A Dcfx_pathdata.cpp163 FX_PATHPOINT::FX_PATHPOINT(const CFX_PointF& point, FXPT_TYPE type, bool close)
164 : m_Point(point), m_Type(type), m_CloseFigure(close) {}
200 void CFX_PathData::AppendPoint(const CFX_PointF& point,
203 m_Points.push_back(FX_PATHPOINT(point, type, closeFigure));
284 for (auto& point : m_Points)
285 point.m_Point = pMatrix->Transform(point.m_Point);
302 CFX_PointF point = m_Points[i].m_Point;
305 point = pMatrix->Transform(point);
[all...]
/external/zlib/src/examples/
H A Dzran.c19 An access point can be created at the start of any deflate block, by saving
23 point in the uncompressed stream. build_index() works by decompressing the
26 a new access point. If so, that point is saved in a data structure that
30 the latest accees point at or preceding that offset is located in the index.
50 more memory per access point, and also cannot be saved to file due to the
66 /* access point entry */
67 struct point { struct
74 /* access point list */
78 struct point *lis
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c34 * In wide point/sprite mode we effectively need to convert each incoming
47 * that varies .x from 0 to 1 horizontally across the point and varies .y
142 /* point size is either per-vertex or fixed size */
220 stage->point = widepoint_point;
223 stage->point = draw_pipe_passthrough_point;
274 stage->point( stage, header );
283 stage->point = widepoint_first_point;
317 wide->stage.name = "wide-point";
319 wide->stage.point = widepoint_first_point;
/external/skia/src/core/
H A DSkWriteBuffer.cpp90 void SkBinaryWriteBuffer::writePoint(const SkPoint& point) { argument
91 fWriter.writeScalar(point.fX);
92 fWriter.writeScalar(point.fY);
95 void SkBinaryWriteBuffer::writePointArray(const SkPoint* point, uint32_t count) { argument
97 fWriter.write(point, count * sizeof(SkPoint));
/external/ImageMagick/MagickCore/
H A Dproperty.c1809 point[3];
1852 (void) ResetMagickMemory(point,0,sizeof(point));
1910 point[i].x=(double) x/4096/4096;
1911 point[i].y=1.0-(double) y/4096/4096;
1916 point[1].x,point[1].y);
1919 first[i]=point[i];
1920 last[i]=point[i];
1930 (point[
1802 point[3]; local
2013 point[3]; local
[all...]
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_eeprom.c669 u8 pier, point, idx; local
715 for (point = 0; point < pd->pd_points; point++) {
718 pd->pd_pwr[point] = 2 * pcinfo->pwr[point];
721 pd->pd_step[point] = pcinfo->pcdac[point];
850 unsigned int pier, pdg, point; local
874 /* One more point fo
1135 unsigned int pier, point; local
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dscreen_finder.py60 _anglesp5, _anglesm5: The angles for each point we look at in the grid
239 The intersections, represented as a tuple of (point, line, line) of the
249 ret, point = cv_util.FindLineIntersection(lines[i], lines[j])
250 point = np.float32(point)
258 not self._PointIsCloseToPreviousCorners(point):
261 np.array((point, lines[i], lines[j]))))
264 def _PointIsCloseToPreviousCorners(self, point):
265 """True if the point is close to the previous corners."""
267 if cv_util.SqDistance(self._prev_corners[0], point) <
[all...]
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.cpp37 const CFX_PointF& point) {
38 return pAnnot->GetRect().Contains(point);
182 const CFX_PointF& point) {
186 if (Annot_HitTest(pPageView, pAnnot->Get(), point) &&
215 return pFormFiller->OnLButtonDown(pPageView, pAnnot->Get(), nFlags, point);
223 const CFX_PointF& point) {
232 .Contains((int)point.x, (int)point.y))
242 bRet = pFormFiller->OnLButtonUp(pPageView, pAnnot->Get(), nFlags, point);
297 const CFX_PointF& point) {
35 Annot_HitTest(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, const CFX_PointF& point) argument
178 OnLButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
220 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
293 OnLButtonDblClk( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
304 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
314 OnMouseWheel( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, short zDelta, const CFX_PointF& point) argument
327 OnRButtonDown( CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
338 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot::ObservedPtr* pAnnot, uint32_t nFlags, const CFX_PointF& point) argument
[all...]

Completed in 1537 milliseconds

1234567891011>>