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

12345

/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/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/freetype/src/base/
H A Dftbbox.c79 ( p->y < bbox.yMin || p->y > bbox.yMax )
173 &user->bbox.yMax );
381 &user->bbox.yMax );
418 abbox->yMin = abbox->yMax = 0;
428 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
442 if ( y > cbox.yMax ) cbox.yMax = y;
451 if ( y > bbox.yMax ) bbox.yMax
[all...]
H A Dftglyph.c130 cbox->yMax = glyph->top << 6;
131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
466 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
485 acbox->yMax = FT_PIX_CEIL( acbox->yMax );
495 acbox->yMax >>= 6;
/external/freetype/src/truetype/
H A Dttgload.h46 FT_Pos yMax,
/external/chromium_org/third_party/freetype/src/base/
H A Dftbbox.c79 ( p->y < bbox.yMin || p->y > bbox.yMax )
184 &user->bbox.yMax );
543 &user->bbox.yMax );
580 abbox->yMin = abbox->yMax = 0;
590 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
604 if ( y > cbox.yMax ) cbox.yMax = y;
613 if ( y > bbox.yMax ) bbox.yMax
[all...]
H A Dftglyph.c130 cbox->yMax = glyph->top << 6;
131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
465 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
486 acbox->yMax = FT_PIX_CEIL( acbox->yMax );
496 acbox->yMax >>= 6;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftbbox.c79 ( p->y < bbox.yMin || p->y > bbox.yMax )
184 &user->bbox.yMax );
543 &user->bbox.yMax );
580 abbox->yMin = abbox->yMax = 0;
590 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
604 if ( y > cbox.yMax ) cbox.yMax = y;
613 if ( y > bbox.yMax ) bbox.yMax
[all...]
H A Dfxft_ftglyph.c130 cbox->yMax = glyph->top << 6;
131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
465 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
486 acbox->yMax = FT_PIX_CEIL( acbox->yMax );
496 acbox->yMax >>= 6;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-head-table.hh123 SHORT yMax; /* For all glyph bounding boxes. */ member in struct:OT::head
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh123 SHORT yMax; /* For all glyph bounding boxes. */ member in struct:OT::head
/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c170 cbox.yMax = FT_PIX_ROUND( cbox.yMax );
175 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
179 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
241 slot->bitmap_top = (FT_Int)( cbox.yMax >> 6 );
/external/freetype/src/raster/
H A Dftrend1.c170 cbox.yMax = FT_PIX_ROUND( cbox.yMax );
175 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
179 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
241 slot->bitmap_top = (FT_Int)( cbox.yMax >> 6 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftrend1.c170 cbox.yMax = FT_PIX_ROUND( cbox.yMax );
175 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
179 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
241 slot->bitmap_top = (FT_Int)( cbox.yMax >> 6 );
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DVDMXParser.cpp110 // yMax: (output) the ascender value from the table
116 // Returns true iff a suitable match are found. Otherwise, *yMax and *yMin are
120 bool parseVDMX(int* yMax, int* yMin, argument
193 *yMax = tempYMax;
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.h57 s16p16 yMax; /* y max coordinate */ member in struct:__anon28061
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.cc303 double MatlabLine::yMax() function in class:MatlabLine
706 double yMax = _ylim[1]; local
712 yMax = std::max(yMax, (*it)->yMax());
713 yMax = std::max(yMax, fabs((*it)->yMin()));
717 _ylim[0] = -yMax;
718 _ylim[1] = yMax;
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftsmooth.c156 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
169 if ( cbox.yMin < 0 && cbox.yMax > FT_INT_MAX + cbox.yMin )
172 " yMin = %d, yMax = %d\n",
173 cbox.yMin >> 6, cbox.yMax >> 6 ));
178 height = ( cbox.yMax - cbox.yMin ) >> 6;
206 y_top = (FT_Int)( cbox.yMax >> 6 );
/external/freetype/src/smooth/
H A Dftsmooth.c156 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
169 if ( cbox.yMin < 0 && cbox.yMax > FT_INT_MAX + cbox.yMin )
172 " yMin = %d, yMax = %d\n",
173 cbox.yMin >> 6, cbox.yMax >> 6 ));
178 height = ( cbox.yMax - cbox.yMin ) >> 6;
206 y_top = (FT_Int)( cbox.yMax >> 6 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c156 cbox.yMax = FT_PIX_CEIL( cbox.yMax );
169 if ( cbox.yMin < 0 && cbox.yMax > FT_INT_MAX + cbox.yMin )
172 " yMin = %d, yMax = %d\n",
173 cbox.yMin >> 6, cbox.yMax >> 6 ));
178 height = ( cbox.yMax - cbox.yMin ) >> 6;
206 y_top = (FT_Int)( cbox.yMax >> 6 );
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc80 bbox.yMax = (bbox.yMax + 63) & ~63;
84 const int h = (bbox.yMax - bbox.yMin) >> 6;

Completed in 586 milliseconds

12345