Searched refs:yMin (Results 26 - 50 of 119) sorted by relevance

12345

/external/freetype/src/base/
H A Dftglyph.c131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
466 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
483 acbox->yMin = FT_PIX_FLOOR( acbox->yMin );
493 acbox->yMin >>= 6;
H A Dftoutln.c471 FT_Pos xMin, yMin, xMax, yMax; local
479 yMin = 0;
490 yMin = yMax = vec->y;
503 if ( y < yMin ) yMin = y;
509 acbox->yMin = yMin;
1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h47 GLfloat yMin, yMax; variable
172 yMin = vMin->attrib[FRAG_ATTRIB_WPOS][1];
174 iyMin = (GLint) yMin;
189 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
258 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftglyph.c131 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
465 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
484 acbox->yMin = FT_PIX_FLOOR( acbox->yMin );
494 acbox->yMin >>= 6;
H A Dftoutln.c471 FT_Pos xMin, yMin, xMax, yMax; local
479 yMin = 0;
490 yMin = yMax = vec->y;
503 if ( y < yMin ) yMin = y;
509 acbox->yMin = yMin;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c426 cidface->bbox.yMin = cid->font_bbox.yMin >> 16;
435 cidface->descender = (FT_Short)( cidface->bbox.yMin );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1afm.c251 fi->Descender = t1_font->font_bbox.yMin;
289 t1_face->bbox.yMin = fi->FontBBox.yMin >> 16;
H A Dt1objs.c463 root->bbox.yMin = type1->font_bbox.yMin >> 16;
473 root->descender = (FT_Short)( root->bbox.yMin );
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_head.h79 SK_OT_SHORT yMin; member in struct:SkOTTableHead
H A DSkOTTable_glyf.h70 SK_OT_FWORD yMin; member in struct:SkOTTableGlyphData
/external/skia/src/sfnt/
H A DSkOTTable_head.h79 SK_OT_SHORT yMin; member in struct:SkOTTableHead
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c471 FT_Pos xMin, yMin, xMax, yMax; local
479 yMin = 0;
490 yMin = yMax = vec->y;
503 if ( y < yMin ) yMin = y;
509 acbox->yMin = yMin;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dpower.js21 * @param {number} yMin Minimum bound of y-axis
27 plotCanvas, legendCanvas, tData, plots, yMin, yMax, yPrecision) {
179 var yMinStr = valueToString(yMin);
181 var yHalfStr = valueToString((yMax + yMin) / 2);
242 var yValRange = yMax - yMin;
261 Math.round((val - yMin) / yValRange * (height - 1));
340 Math.round((val - yMin) / (yMax - yMin) * (height - 1));
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin; member in struct:FT_BBox_
H A Dtttables.h78 FT_Short yMin; member in struct:TT_Header_
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dsfnt.h157 le_int16 yMin; member in struct:HEADTable
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h120 le_int16 yMin; member in struct:HEADTable
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontObject.h120 le_int16 yMin; member in struct:HEADTable
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DMatlabPlot.h52 double yMin();
/external/freetype/include/
H A Dftimage.h95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin; member in struct:FT_BBox_
H A Dtttables.h78 FT_Short yMin; member in struct:TT_Header_
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h157 le_int16 yMin; member in struct:HEADTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h120 le_int16 yMin; member in struct:HEADTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h120 le_int16 yMin; member in struct:HEADTable
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h95 /* yMin :: The vertical minimum (bottom-most). */
106 /* If `yMin' is negative, this value gives the glyph's descender. */
117 FT_Pos xMin, yMin; member in struct:FT_BBox_

Completed in 2908 milliseconds

12345