Searched refs:yMax (Results 1 - 25 of 81) sorted by relevance

1234

/external/fonttools/Lib/fontTools/misc/
H A DarrayTools.py13 (xMin, yMin, xMax, yMax)
23 tuple: (xMin, yMin, xMax, yMax)
25 xMin, yMin, xMax, yMax = calcBounds(array)
29 yMax = int(math.ceil(yMax))
30 return xMin, yMin, xMax, yMax
36 xMin, yMin, xMax, yMax = bounds
37 return min(xMin, x), min(yMin, y), max(xMax, x), max(yMax, y)
42 xMin, yMin, xMax, yMax = rect
43 return (xMin <= x <= xMax) and (yMin <= y <= yMax)
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DarrayTools.py13 (xMin, yMin, xMax, yMax)
23 tuple: (xMin, yMin, xMax, yMax)
25 xMin, yMin, xMax, yMax = calcBounds(array)
29 yMax = int(math.ceil(yMax))
30 return xMin, yMin, xMax, yMax
36 xMin, yMin, xMax, yMax = bounds
37 return min(xMin, x), min(yMin, y), max(xMax, x), max(yMax, y)
42 xMin, yMin, xMax, yMax = rect
43 return (xMin <= x <= xMax) and (yMin <= y <= yMax)
[all...]
/external/freetype/src/tools/
H A Dtest_bbox.c122 XVAL( bbox.yMax ) );
130 XVAL( bbox.yMax ) );
153 XVAL( bbox.yMax ) );
155 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax );
168 XVAL( bbox.yMax ) );
170 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax );
H A Dtest_afm.c21 fi->FontBBox.yMax / 65536. );
/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417BarcodeMatrix.cpp58 size_t yMax = m_height * yScale; local
61 m_matrixOut.resize(xMax * yMax);
63 m_outHeight = yMax;
65 for (size_t i = 0; i < yMax; i++) {
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_m_a_x_p.py69 yMax = -INFINITY
85 yMax = max(yMax, g.yMax)
100 headTable.yMax = 0
105 headTable.yMax = yMax
H A D_v_h_e_a.py57 rsb = height - tsb - (g.yMax - g.yMin)
59 extent = tsb + (g.yMax - g.yMin)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_m_a_x_p.py69 yMax = -INFINITY
85 yMax = max(yMax, g.yMax)
100 headTable.yMax = 0
105 headTable.yMax = yMax
H A D_v_h_e_a.py57 rsb = height - tsb - (g.yMax - g.yMin)
59 extent = tsb + (g.yMax - g.yMin)
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DBrentSolver.java160 double yMax = f.value(max);
161 if (FastMath.abs(yMax) <= functionValueAccuracy) {
167 if (yInitial * yMax < 0) {
168 return solve(f, initial, yInitial, max, yMax, initial, yInitial);
172 LocalizedFormats.SAME_SIGN_AT_ENDPOINTS, min, max, yMin, yMax);
231 double yMax = f.value(max);
234 double sign = yMin * yMax;
240 } else if (FastMath.abs(yMax) <= functionValueAccuracy) {
246 LocalizedFormats.SAME_SIGN_AT_ENDPOINTS, min, max, yMin, yMax);
250 ret = solve(f, min, yMin, max, yMax, mi
[all...]
/external/freetype/src/truetype/
H A Dttgload.h46 FT_Pos yMax,
/external/swiftshader/src/Renderer/
H A DPrimitive.hpp40 int yMax; member in struct:sw::Primitive
H A DQuadRasterizer.hpp57 void rasterize(Int &yMin, Int &yMax);
H A DQuadRasterizer.cpp57 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive,yMax)); local
64 If(yMin < yMax)
66 rasterize(yMin, yMax);
93 void QuadRasterizer::rasterize(Int &yMin, Int &yMax)
316 Until(y >= yMax)
/external/freetype/src/base/
H A Dftbbox.c53 if ( p->y > bbox.yMax ) \
54 bbox.yMax = p->y; \
61 ( p->y < bbox.yMin || p->y > bbox.yMax )
217 &user->bbox.yMax );
418 &user->bbox.yMax );
462 abbox->yMin = abbox->yMax = 0;
485 cbox.yMin < bbox.yMin || cbox.yMax > bbox.yMax )
H A Dftglyph.c130 cbox->yMax = glyph->top * 64;
131 cbox->yMin = cbox->yMax - (FT_Pos)( glyph->bitmap.rows * 64 );
490 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
509 acbox->yMax = FT_PIX_CEIL( acbox->yMax );
519 acbox->yMax >>= 6;
H A Dftoutln.c481 FT_Pos xMin, yMin, xMax, yMax; local
491 yMax = 0;
500 yMin = yMax = vec->y;
514 if ( y > yMax ) yMax = y;
520 acbox->yMax = yMax;
1065 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1072 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;
/external/harfbuzz_ng/src/
H A Dhb-ot-glyf-table.hh90 FWORD yMax; /* Maximum y for coordinate data. */ member in struct:OT::glyf::GlyphHeader
154 extents->y_bearing = MAX (glyph_header.yMin, glyph_header.yMax);
156 extents->height = MIN (glyph_header.yMin, glyph_header.yMax) - extents->y_bearing;
H A Dhb-ot-head-table.hh127 INT16 yMax; /* For all glyph bounding boxes. */ member in struct:OT::head
/external/swiftshader/src/Shader/
H A DSetupRoutine.cpp168 Int yMax = Y[0]; local
175 yMax = Max(Y[i], yMax);
184 yMax = (yMax + 0x14) >> 4;
189 yMax = (yMax + 0x0F) >> 4;
192 If(yMin == yMax) argument
198 yMax = Min(yMax, *Pointe
266 If(yMin == yMax) argument
[all...]
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.h57 s16p16 yMax; /* y max coordinate */ member in struct:__anon17394
H A DDCR.c221 if( pRectA->xMax <= pRectA->xMin || pRectA->yMax <= pRectA->yMin )
233 pRectA->yMax >> 16 );
342 pRectA->yMax = ( pRectA->yMin + ( pRectA->xMax - pRectA->xMin ) );
351 pRectA->yMax += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
357 pRectA->yMax += ( int32 )hdcrA->dcrE.offsE.yE << 16;
/external/freetype/src/smooth/
H A Dftgrays.c1645 TPos xMin, yMin, xMax, yMax; local
1655 yMax = 0;
1664 yMin = yMax = vec->y;
1678 if ( y > yMax ) yMax = y;
1684 acbox->yMax = yMax;
1743 const TCoord yMax = ras.max_ey; local
1748 size_t height = (size_t)( yMax - yMin );
1770 for ( y = yMin; y < yMax; )
[all...]
/external/freetype/src/cid/
H A Dcidobjs.c431 cidface->bbox.yMax = ( cid->font_bbox.yMax + 0xFFFF ) >> 16;
436 cidface->ascender = (FT_Short)( cidface->bbox.yMax );
/external/freetype/src/type1/
H A Dt1afm.c262 fi->Ascender = t1_font->font_bbox.yMax;
304 t1_face->bbox.yMax = ( fi->FontBBox.yMax + 0xFFFF ) >> 16;

Completed in 742 milliseconds

1234