Searched refs:point (Results 126 - 150 of 707) sorted by relevance

1234567891011>>

/external/fonttools/Lib/fontTools/pens/
H A DpointInsidePen.py1 """fontTools.pens.pointInsidePen -- Pen implementing "point inside" testing
14 # working around floating point errors
22 """This pen implements "point inside" testing: to test whether
23 a given point lies inside the shape (black) or outside (white).
25 setTestPoint() method is used to set the new point to test.
39 # This class implements the classical "shoot a ray from the test point
54 """Set the point to test. Call this _before_ the outline gets drawn."""
62 point lies within the (black) shape, and False if it doesn't.
80 def _moveTo(self, point):
85 self.firstPoint = point
[all...]
/external/fonttools/Tools/fontTools/pens/
H A DpointInsidePen.py1 """fontTools.pens.pointInsidePen -- Pen implementing "point inside" testing
14 # working around floating point errors
22 """This pen implements "point inside" testing: to test whether
23 a given point lies inside the shape (black) or outside (white).
25 setTestPoint() method is used to set the new point to test.
39 # This class implements the classical "shoot a ray from the test point
54 """Set the point to test. Call this _before_ the outline gets drawn."""
62 point lies within the (black) shape, and False if it doesn't.
80 def _moveTo(self, point):
85 self.firstPoint = point
[all...]
/external/libvorbis/vq/
H A Dvqgen.h32 /* point cache */
44 float (*metric_func) (struct vqgen *v,float *entry,float *point);
45 float *(*weight_func) (struct vqgen *v,float *point);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_path.cpp59 void CPDF_Path::AppendPoint(const CFX_PointF& point, argument
63 data.AppendPoint(point, type, close);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_linklist.cpp33 const CFX_PointF& point,
46 if (!link.GetRect().Contains(point))
32 GetLinkAtPoint(CPDF_Page* pPage, const CFX_PointF& point, int* z_order) argument
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_interactiveformfiller.h30 const CFX_PointF& point);
48 const CFX_PointF& point);
52 const CFX_PointF& point);
56 const CFX_PointF& point);
60 const CFX_PointF& point);
65 const CFX_PointF& point);
69 const CFX_PointF& point);
73 const CFX_PointF& point);
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffbarcode.h25 bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
26 bool OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
H A Dxfa_ffwidgethandler.cpp43 const CFX_PointF& point) {
45 bool bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point));
57 const CFX_PointF& point) {
60 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point));
68 const CFX_PointF& point) {
69 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
76 const CFX_PointF& point) {
77 bool bRet = hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point));
85 const CFX_PointF& point) {
87 hWidget->OnMouseWheel(dwFlags, zDelta, hWidget->Rotate2Normal(point));
41 OnLButtonDown(CXFA_FFWidget* hWidget, uint32_t dwFlags, const CFX_PointF& point) argument
55 OnLButtonUp(CXFA_FFWidget* hWidget, uint32_t dwFlags, const CFX_PointF& point) argument
66 OnLButtonDblClk(CXFA_FFWidget* hWidget, uint32_t dwFlags, const CFX_PointF& point) argument
74 OnMouseMove(CXFA_FFWidget* hWidget, uint32_t dwFlags, const CFX_PointF& point) argument
82 OnMouseWheel(CXFA_FFWidget* hWidget, uint32_t dwFlags, int16_t zDelta, const CFX_PointF& point) argument
92 OnRButtonDown(CXFA_FFWidget* hWidget, uint32_t dwFlags, const CFX_PointF& point) argument
104 OnRButtonUp(CXFA_FFWidget* hWidget, uint32_t dwFlags, const CFX_PointF& point) argument
112 OnRButtonDblClk(CXFA_FFWidget* hWidget, uint32_t dwFlags, const CFX_PointF& point) argument
145 OnHitTest(CXFA_FFWidget* hWidget, const CFX_PointF& point) argument
152 OnSetCursor(CXFA_FFWidget* hWidget, const CFX_PointF& point) argument
[all...]
H A Dxfa_fffield.cpp352 CFX_PointF CXFA_FFField::FWLToClient(const CFX_PointF& point) { argument
353 return m_pNormalWidget ? point - m_pNormalWidget->GetWidgetRect().TopLeft()
354 : point;
357 bool CXFA_FFField::OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) { argument
364 if (!PtInActiveRect(point))
371 ms.m_pos = FWLToClient(point);
376 bool CXFA_FFField::OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) { argument
386 ms.m_pos = FWLToClient(point);
391 bool CXFA_FFField::OnLButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) { argument
398 ms.m_pos = FWLToClient(point);
403 OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) argument
415 OnMouseWheel(uint32_t dwFlags, int16_t zDelta, const CFX_PointF& point) argument
429 OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point) argument
449 OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) argument
464 OnRButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) argument
540 OnHitTest(const CFX_PointF& point) argument
553 OnSetCursor(const CFX_PointF& point) argument
557 PtInActiveRect(const CFX_PointF& point) argument
[all...]
/external/pdfium/xfa/fxgraphics/
H A Dcfx_path.h26 void MoveTo(const CFX_PointF& point);
27 void LineTo(const CFX_PointF& point);
/external/valgrind/memcheck/tests/
H A Dvcpu_fbench.stdout.exp1 Ready to begin John Walker's floating point accuracy
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec33 a point is rendered as if it were a quadrilateral with unique texture
38 When using point size > 1 or attenuated points this extension is an
52 Texgen and the texture matrix have no effect on the point's s and t
58 3. What about point smoothing?
60 When point smoothing is enabled, a triangle fan could be rendered
61 to approximate a circular point. This could be problematic to
75 effectively specify image rotation per point.
93 point parameter's threshold size?
95 8. Should there be an advertisized maximum sprite point size?
97 No. Since we're rendering the point a
[all...]
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.h63 bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) override;
64 bool OnLButtonDblClk(const CFX_PointF& point, uint32_t nFlag) override;
65 bool OnRButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
67 const CFX_PointF& point,
131 CPVT_WordRange GetLatinWordsRange(const CFX_PointF& point) const;
H A DPWL_ComboBox.h26 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
43 bool OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) override;
44 bool OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) override;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c61 static pANTLR3_UINT8 insert8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
62 static pANTLR3_UINT8 insertUTF16_8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
63 static pANTLR3_UINT8 insertUTF16_UTF16 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
67 static pANTLR3_UINT8 insertS (pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newbit);
73 static pANTLR3_UINT8 inserti8 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i);
74 static pANTLR3_UINT8 insertiUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i);
1003 inserti8 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) argument
1008 return string->insert8(string, point, (const char *)newbit);
1011 insertiUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) argument
1016 return string->insert8(string, point, (cons
1020 insert8(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1056 insertUTF16_8(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1096 insertUTF16_UTF16(pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) argument
1160 insertS(pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newbit) argument
[all...]
/external/boringssl/src/crypto/ec/
H A Dec_key.c297 EC_POINT *point = NULL; local
329 point = EC_POINT_new(eckey->group);
330 if (point == NULL ||
331 !EC_POINT_mul(eckey->group, point, eckey->priv_key, NULL, NULL, ctx)) {
335 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) {
344 EC_POINT_free(point);
352 EC_POINT *point = NULL; local
366 point = EC_POINT_new(key->group);
368 if (point == NULL) {
379 if (!EC_POINT_set_affine_coordinates_GFp(key->group, point,
[all...]
/external/freetype/src/truetype/
H A Dttinterp.c1647 /* Moves a point by a given distance along the freedom vector. The */
1648 /* point will be `touched'. */
1651 /* point :: The index of the point to move. */
1660 /* `Touches' the point. */
1665 FT_UShort point,
1679 zone->cur[point].x += FT_MulDiv( distance, v, exc->F_dot_P );
1688 zone->cur[point].x += FT_MulDiv( distance, v, exc->F_dot_P );
1693 zone->cur[point].x += FT_MulDiv( distance, v, exc->F_dot_P );
1695 zone->tags[point] |
1663 Direct_Move( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1733 Direct_Move_Orig( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1765 Direct_Move_X( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1790 Direct_Move_Y( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1819 Direct_Move_Orig_X( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1831 Direct_Move_Orig_Y( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
5203 FT_UShort point; local
5369 Move_Zp2_Point( TT_ExecContext exc, FT_UShort point, FT_F26Dot6 dx, FT_F26Dot6 dy, FT_Bool touch ) argument
5416 FT_UShort point; local
5575 FT_UShort point; local
5730 FT_UShort point = 0; local
5797 FT_UShort point; local
5850 FT_UShort point; local
5962 FT_UShort point = 0; local
6100 FT_UShort point; local
6327 FT_UShort point; local
6391 FT_UShort point, local
6592 FT_UInt point = (FT_UInt)exc->stack[--exc->args]; local
6676 FT_UShort point; local
6850 FT_UInt point; /* current point */ local
[all...]
/external/boringssl/src/crypto/evp/
H A Dp_ec_asn1.c96 EC_POINT *point = NULL; local
109 point = EC_POINT_new(group);
110 if (point == NULL ||
111 !EC_POINT_oct2point(group, point, CBS_data(key), CBS_len(key), NULL) ||
112 !EC_KEY_set_public_key(eckey, point)) {
117 EC_POINT_free(point);
123 EC_POINT_free(point);
/external/swiftshader/src/Renderer/
H A DSetupProcessor.cpp121 const bool point = context->isDrawPoint(true); local
123 const bool flatShading = (context->shadingMode == SHADING_FLAT) || point;
145 bool flat = point;
149 case Shader::USAGE_TEXCOORD: flat = point && !sprite; break;
173 state.gradient[interpolant][component].flat = point && !sprite;
194 state.texture[coordinate][component].flat = point && !sprite;
217 state.fog.flat = point;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c1677 /* Moves a point by a given distance along the freedom vector. The */
1678 /* point will be `touched'. */
1681 /* point :: The index of the point to move. */
1691 FT_UShort point,
1710 zone->cur[point].x += FT_MulDiv( distance, v, exc->F_dot_P );
1712 zone->tags[point] |= FT_CURVE_TAG_TOUCH_X;
1719 zone->cur[point].y += FT_MulDiv( distance, v, exc->F_dot_P );
1721 zone->tags[point] |= FT_CURVE_TAG_TOUCH_Y;
1732 /* Moves the *original* position of a point b
1689 Direct_Move( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1744 Direct_Move_Orig( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1779 Direct_Move_X( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1797 Direct_Move_Y( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1820 Direct_Move_Orig_X( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
1832 Direct_Move_Orig_Y( TT_ExecContext exc, TT_GlyphZone zone, FT_UShort point, FT_F26Dot6 distance ) argument
5269 FT_UShort point; local
5425 Move_Zp2_Point( TT_ExecContext exc, FT_UShort point, FT_F26Dot6 dx, FT_F26Dot6 dy, FT_Bool touch ) argument
5479 FT_UShort point; local
5639 FT_UShort point; local
5791 FT_UShort point; local
5860 FT_UShort point; local
5913 FT_UShort point; local
6025 FT_UShort point; local
6163 FT_UShort point; local
6390 FT_UShort point; local
6454 FT_UShort point, local
6651 FT_UInt point = (FT_UInt)exc->stack[--exc->args]; local
6735 FT_UShort point; local
6909 FT_UInt point; /* current point */ local
[all...]
/external/v8/src/
H A Dfixed-dtoa.cc193 // we simply switch the first digit to '1' and update the decimal-point
194 // (indicating that the point is now one digit to the right).
202 // The given fractionals number represents a fixed-point number with binary
203 // point at bit (-exponent).
209 // generated by this function might be updated, and the decimal-point variable
217 // 'fractionals' is a fixed-point number, with binary point at bit
219 // is a fixed-point number, with binary point at bit 'point'
223 int point = -exponent; local
251 int point = 128; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
H A DLeastSquaresConverter.java32 * a theoretical result computed from a point set applied to a model and
33 * the models point must be adjusted to fit the theoretical result to some
160 public double value(final double[] point) throws FunctionEvaluationException { argument
163 final double[] residuals = function.value(point);
165 throw new FunctionEvaluationException(point,LocalizedFormats.DIMENSIONS_MISMATCH_SIMPLE,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWTauNafMultiplier.java18 * @param point The ECPoint.AbstractF2m to multiply.
22 protected ECPoint multiplyPositive(ECPoint point, BigInteger k) argument
24 if (!(point instanceof ECPoint.AbstractF2m))
30 ECPoint.AbstractF2m p = (ECPoint.AbstractF2m)point;
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dcv_util.py55 point. Does not necessarily maintain point order."""
69 def IsPointApproxOnLine(point, line, tolerance=1):
70 """Approximates distance between point and line for small distances using
75 det = ((xd) * (point[1] - line[3])) - ((yd) * (point[0] - line[2]))
82 set of points and a point."""
/external/drm_hwcomposer/
H A Dvirtualcompositorworker.cpp87 int VirtualCompositorWorker::FinishComposition(int point) { argument
88 int timeline_increase = point - timeline_current_;
95 timeline_current_ = point;

Completed in 628 milliseconds

1234567891011>>