HomeSort by relevance Sort by last modified time
    Searched refs:yMax (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 13 (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/
test_bbox.c 122 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 );
test_afm.c 21 fi->FontBBox.yMax / 65536. );
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417BarcodeMatrix.cpp 58 size_t yMax = m_height * yScale;
61 m_matrixOut.resize(xMax * yMax);
63 m_outHeight = yMax;
65 for (size_t i = 0; i < yMax; i++) {
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableMeteringRectangle.java 34 /** (xmin, ymin, xmax, ymax, weight) */
46 int yMax = yMin + value.getHeight();
52 buffer.putInt(yMax);
61 int yMax = buffer.getInt();
65 int height = yMax - yMin;
  /external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py 69 yMax = -INFINITY
85 yMax = max(yMax, g.yMax)
100 headTable.yMax = 0
105 headTable.yMax = yMax
_v_h_e_a.py 57 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/
BrentSolver.java 160 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, min, yMin)
    [all...]
  /external/freetype/src/truetype/
ttgload.h 46 FT_Pos yMax,
  /external/swiftshader/src/Renderer/
Primitive.hpp 40 int yMax;
QuadRasterizer.hpp 57 void rasterize(Int &yMin, Int &yMax);
QuadRasterizer.cpp 57 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive,yMax));
64 If(yMin < yMax)
66 rasterize(yMin, yMax);
93 void QuadRasterizer::rasterize(Int &yMin, Int &yMax)
316 Until(y >= yMax)
  /external/freetype/src/base/
ftbbox.c 53 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 )
ftglyph.c 130 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;
ftoutln.c 481 FT_Pos xMin, yMin, xMax, yMax;
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/
hb-ot-glyf-table.hh 90 FWORD yMax; /* Maximum y for coordinate data. */
154 extents->y_bearing = MAX (glyph_header.yMin, glyph_header.yMax);
156 extents->height = MIN (glyph_header.yMin, glyph_header.yMax) - extents->y_bearing;
hb-ot-head-table.hh 127 INT16 yMax; /* For all glyph bounding boxes. */
  /external/swiftshader/src/Shader/
SetupRoutine.cpp 168 Int yMax = Y[0];
175 yMax = Max(Y[i], yMax);
184 yMax = (yMax + 0x14) >> 4;
189 yMax = (yMax + 0x0F) >> 4;
192 If(yMin == yMax)
198 yMax = Min(yMax, *Pointer<Int>(data + OFFSET(DrawData,scissorY1)))
    [all...]
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 57 s16p16 yMax; /* y max coordinate */
DCR.c 221 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/
ftgrays.c     [all...]
  /external/freetype/src/cid/
cidobjs.c 431 cidface->bbox.yMax = ( cid->font_bbox.yMax + 0xFFFF ) >> 16;
436 cidface->ascender = (FT_Short)( cidface->bbox.yMax );
  /external/freetype/src/type1/
t1afm.c 262 fi->Ascender = t1_font->font_bbox.yMax;
304 t1_face->bbox.yMax = ( fi->FontBBox.yMax + 0xFFFF ) >> 16;
  /external/skia/src/sfnt/
SkOTTable_head.h 80 SK_OT_SHORT yMax;
  /external/skqp/src/sfnt/
SkOTTable_head.h 80 SK_OT_SHORT yMax;

Completed in 535 milliseconds

1 2 3 4 5