Home
last modified time | relevance | path

Searched +defs:point +defs:max (Results 1 – 25 of 28) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DAbstractUnivariateRealOptimizer.java192 final double point) in computeObjectiveValue()
208 protected double computeObjectiveValue(double point) in computeObjectiveValue()
219 double min, double max, double startValue) in optimize()
251 double min, double max) in optimize()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp34 void PWL_FLOATRANGE::Set(float min, float max) { in Set()
60 void PWL_SCROLL_PRIVATEDATA::SetScrollRange(float min, float max) { in SetScrollRange()
269 bool CPWL_SBButton::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()
281 bool CPWL_SBButton::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
293 bool CPWL_SBButton::OnMouseMove(const CFX_PointF& point, uint32_t nFlag) { in OnMouseMove()
413 bool CPWL_ScrollBar::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()
467 bool CPWL_ScrollBar::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
672 void CPWL_ScrollBar::OnMinButtonLBDown(const CFX_PointF& point) { in OnMinButtonLBDown()
682 void CPWL_ScrollBar::OnMinButtonLBUp(const CFX_PointF& point) {} in OnMinButtonLBUp()
684 void CPWL_ScrollBar::OnMinButtonMouseMove(const CFX_PointF& point) {} in OnMinButtonMouseMove()
[all …]
/external/libchrome/ui/gfx/geometry/
Dbox_f.cc28 void BoxF::ExpandTo(const Point3F& min, const Point3F& max) { in ExpandTo()
56 void BoxF::ExpandTo(const Point3F& point) { in ExpandTo()
/external/freetype/src/autofit/
Dafhints.c345 AF_Point point = hints->points + point_idx; in af_get_segment_index() local
422 AF_Point point; in af_glyph_hints_dump_points() local
961 AF_Point point; in af_glyph_hints_reload() local
1282 AF_Point point = hints->points; in af_glyph_hints_save() local
1328 AF_Point point, first, last; in af_glyph_hints_align_edge_points() local
1354 AF_Point point, first, last; in af_glyph_hints_align_edge_points() local
1407 AF_Point point; in af_glyph_hints_align_strong_points() local
1470 FT_PtrDist min, max, mid; in af_glyph_hints_align_strong_points() local
1671 AF_Point point; in af_glyph_hints_align_weak_points() local
Dafcjk.c876 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments() local
2201 AF_Point point = seg->first; in af_cjk_align_edge_points() local
2234 AF_Point point = seg->first; in af_cjk_align_edge_points() local
Daflatin.c1560 AF_Point point = hints->points; in af_latin_hints_compute_segments() local
1572 AF_Point point = hints->points; in af_latin_hints_compute_segments() local
1586 AF_Point point = contour[0]; in af_latin_hints_compute_segments() local
2033 FT_Pos max = seg1->max_coord; in af_latin_hints_link_segments() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java99 final int max = (maxIterations < 0) ? Integer.MAX_VALUE : maxIterations; in cluster() local
320 getNearestCluster(final Collection<Cluster<T>> clusters, final T point) { in getNearestCluster()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java205 public void addDomainAxisValueLabelRegion(double min, double max, in addDomainAxisValueLabelRegion()
221 public void addRangeAxisValueLabelRegion(double min, double max, in addRangeAxisValueLabelRegion()
326 public Double getYVal(PointF point) { in getYVal()
352 public Double getXVal(PointF point) { in getXVal()
838 protected void drawPoint(Canvas canvas, PointF point, Paint paint) { in drawPoint()
1100 public void setCursorPosition(PointF point) { in setCursorPosition()
DXYPlot.java289 public boolean containsPoint(PointF point) { in containsPoint()
293 public void setCursorPosition(PointF point) { in setCursorPosition()
301 public Number getYVal(PointF point) { in getYVal()
305 public Number getXVal(PointF point) { in getXVal()
323 private boolean isValWithinRange(double val, Number min, Number max) { in isValWithinRange()
515 private Number ApplyUserMinMax(Number value, Number min, Number max) { in ApplyUserMinMax()
/external/skia/src/core/
DSkReadBuffer.cpp160 void SkReadBuffer::readPoint(SkPoint* point) { in readPoint()
165 void SkReadBuffer::readPoint3(SkPoint3* point) { in readPoint3()
465 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt()
/external/ImageMagick/MagickCore/
Ddraw.c153 point; member
180 point; member
503 point; in ReversePoints() local
524 point, in ConvertPathToPolygon() local
1171 max; in DrawAffineImage() local
1205 point; in DrawAffineImage() local
1251 point; in DrawAffineImage() local
2021 point; in DrawGradientImage() local
2427 static inline MagickBooleanType IsPoint(const char *point) in IsPoint()
2441 const PointInfo point) in TracePoint()
[all …]
Denhance.c299 max; member
2763 point; in HaldClutImage() local
/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.cc309 point_t max; member
459 point_t point = p; in move_to() local
466 point_t point = p; in line_to() local
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp29 #define max(x,y) (x > y ? x : y) macro
1536 for(int point = 0; point < processedTessFactors.numPointsPerLine; point++) in IsoLineGeneratePoints() local
1560 for(int point = 0; point < processedTessFactors.numPointsPerLine; point++) in IsoLineGenerateConnectivity() local
1570 for(int point = 0; point < processedTessFactors.numPointsPerLine; point++) in IsoLineGenerateConnectivity() local
1796 void CHWTessellator::PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpL… in PlacePointIn1D()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp29 #define max(x,y) (x > y ? x : y) macro
1522 for(int point = 0; point < processedTessFactors.numPointsPerLine; point++) in IsoLineGeneratePoints() local
1546 for(int point = 0; point < processedTessFactors.numPointsPerLine; point++) in IsoLineGenerateConnectivity() local
1556 for(int point = 0; point < processedTessFactors.numPointsPerLine; point++) in IsoLineGenerateConnectivity() local
1782 void CHWTessellator::PlacePointIn1D( const TESS_FACTOR_CONTEXT& TessFactorCtx, int point, FXP& fxpL… in PlacePointIn1D()
/external/curl/lib/
Dmprintf.c168 size_t max; member
873 const char *point; in dprintf_formatf() local
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp172 void CFDE_TextEditEngine::SetMaxEditOperationsForTesting(size_t max) { in SetMaxEditOperationsForTesting()
941 size_t CFDE_TextEditEngine::GetIndexForPoint(const CFX_PointF& point) { in GetIndexForPoint()
/external/ImageMagick/coders/
Ddds.c865 #define FixRange(min, max, steps) \ argument
1025 static inline size_t ColorTo565(const DDSVector3 point) in ColorTo565()
2279 static size_t CompressAlpha(const size_t min, const size_t max, in CompressAlpha()
2663 max, in CompressRangeFit() local
3112 point, in WriteFourCC() local
/external/boringssl/src/tool/
Dspeed.cc349 unsigned max = durations[n - 1]; in SpeedRSAKeyGen() local
673 bssl::UniquePtr<EC_POINT> point(EC_POINT_new(group)); in SpeedECDHCurve() local
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dspeed.cc337 unsigned max = durations[n - 1]; in SpeedRSAKeyGen() local
663 bssl::UniquePtr<EC_POINT> point(EC_POINT_new(group)); in SpeedECDHCurve() local
/external/freetype/src/raster/
Dftraster.c1754 FT_Vector* point; in Decompose_Curve() local
2193 Short max ) in Vertical_Sweep_Init()
2456 Short max ) in Horizontal_Sweep_Init()
/external/libxml2/
Dxpath.c9179 const xmlChar *point; in xmlXPathSubstringBeforeFunction() local
9222 const xmlChar *point; in xmlXPathSubstringAfterFunction() local
9338 int offset, max; in xmlXPathTranslateFunction() local
9340 const xmlChar *point; in xmlXPathTranslateFunction() local
9922 int max = len * 2; in xmlXPathParseNameComplex() local
10029 int v, frac = 0, max; in xmlXPathStringEvalNumber() local
10125 int v, frac = 0, max; in xmlXPathCompNumber() local
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_lib.cc599 static size_t random_size(size_t min, size_t max) { in random_size()
4204 UniquePtr<EC_POINT> point(EC_POINT_new(p256.get())); in tls1_verify_channel_id() local
/external/crosvm/docs/book/
Dmermaid.min.js1 …define&&define.amd?define([],e):"object"==typeof exports?exports.mermaid=e():t.mermaid=e()}("undef… property
24ion(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get… argument
/external/catch2/single_include/catch2/
Dcatch.hpp4525 static constexpr result_type (max)() { in result_type() argument
5391 Duration point; member
6996 double point = estimator(first, last); in bootstrap() local

12