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

12

/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_bbox.c121 XVAL( bbox.yMax ) );
129 XVAL( bbox.yMax ) );
152 XVAL( bbox.yMax ) );
154 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax );
167 XVAL( bbox.yMax ) );
169 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax );
H A Dtest_afm.c20 fi->FontBBox.yMax / 65536. );
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgload.h45 FT_Pos yMax,
H A Dttgload.c119 FT_Pos yMax,
128 *tsb = (FT_Short)( face->os2.sTypoAscender - yMax );
135 *tsb = (FT_Short)( face->horizontal.Ascender - yMax );
174 loader->bbox.yMax,
338 loader->bbox.yMax = FT_NEXT_SHORT( p );
343 FT_TRACE5(( " yMin: %4ld yMax: %4ld\n", loader->bbox.yMin,
344 loader->bbox.yMax ));
1491 * tsb = DefaultAscender - yMax ,
1562 loader->pp3.y = loader->bbox.yMax + loader->top_bearing;
1727 loader->bbox.yMax
117 TT_Get_VMetrics(TT_Face face,FT_UInt idx,FT_Pos yMax,FT_Short * tsb,FT_UShort * ah) argument
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftbbox.c52 if ( p->y > bbox.yMax ) \
53 bbox.yMax = p->y; \
60 ( p->y < bbox.yMin || p->y > bbox.yMax )
228 &user->bbox.yMax );
439 &user->bbox.yMax );
483 abbox->yMin = abbox->yMax = 0;
506 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 );
499 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
518 acbox->yMax = FT_PIX_CEIL_LONG( acbox->yMax );
528 acbox->yMax >>= 6;
H A Dftoutln.c460 FT_Pos xMin, yMin, xMax, yMax; local in function:FT_Outline_Get_CBox
470 yMax = 0;
479 yMin = yMax = vec->y;
493 if ( y > yMax ) yMax = y;
499 acbox->yMax = yMax;
614 cbox.xMax > 0x1000000L || cbox.yMax > 0x1000000L )
629 params->clip_box.yMax = ( cbox.yMax
[all...]
H A Dftlcdfil.c69 cbox->yMax += lcd_weights[4] ? 43 :
383 cbox->yMax -= FT_MIN( FT_MIN( sub[0].y, sub[1].y ), sub[2].y );
390 cbox->yMax += FT_MAX( FT_MAX( sub[0].x, sub[1].x ), sub[2].x );
H A Dftobjs.c380 pbox.yMax = ( cbox.yMax >> 6 ) + ( y_shift >> 6 );
386 cbox.yMax = ( cbox.yMax & 63 ) + ( y_shift & 63 );
417 pbox.yMax += ( cbox.yMax + 32 ) >> 6;
419 if ( pbox.yMin == pbox.yMax )
422 ( ( cbox.yMax + 32 ) & 63 ) - 32 < 0 )
425 pbox.yMax += 1;
451 pbox.yMax
[all...]
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidobjs.c437 cidface->bbox.yMax = ( cid->font_bbox.yMax + 0xFFFF ) >> 16;
442 cidface->ascender = (FT_Short)( cidface->bbox.yMax );
H A Dcidgload.c415 /* bearing the yMax */
449 metrics->vertAdvance = ( face->cid.font_bbox.yMax -
507 metrics->height = cbox.yMax - cbox.yMin;
510 metrics->horiBearingY = cbox.yMax;
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1afm.c261 fi->Ascender = t1_font->font_bbox.yMax;
303 t1_face->bbox.yMax = ( fi->FontBBox.yMax + 0xFFFF ) >> 16;
H A Dt1objs.c473 root->bbox.yMax = ( type1->font_bbox.yMax + 0xFFFF ) >> 16;
479 root->ascender = (FT_Short)( root->bbox.yMax );
H A Dt1gload.c457 /* bearing the yMax */
495 metrics->vertAdvance = ( face->type1.font_bbox.yMax -
563 metrics->height = cbox.yMax - cbox.yMin;
566 metrics->horiBearingY = cbox.yMax;
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafloader.c542 bbox.yMax = FT_PIX_CEIL( bbox.yMax );
545 slot->metrics.height = bbox.yMax - bbox.yMin;
547 slot->metrics.horiBearingY = bbox.yMax;
550 slot->metrics.vertBearingY = FT_PIX_FLOOR( bbox.yMax + vvector.y );
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmibitblt.c96 xMin, xMax, yMin, yMax; local in function:miCopyArea
190 for (i=numRects-1, j=i-1, yMin=i, yMax=0;
198 for (j++ ; j <= yMin; j++, i--, yMax++)
199 ordering[yMax] = j;
217 yMax = min(prect->y2, srcBox.y2);
219 if(xMax <= xMin || yMax <= yMin)
225 height = yMax - yMin;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmibitblt.c91 int srcx, srcy, dstx, dsty, i, j, y, width, height, xMin, xMax, yMin, yMax; local in function:miCopyArea
184 for (i = numRects - 1, j = i - 1, yMin = i, yMax = 0;
191 for (j++; j <= yMin; j++, i--, yMax++)
192 ordering[yMax] = j;
209 yMax = min(prect->y2, srcBox.y2);
211 if (xMax <= xMin || yMax <= yMin)
217 height = yMax - yMin;
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrobjs.c201 pfrface->ascender = (FT_Short) phy_font->bbox.yMax;
452 metrics->height = cbox.yMax - cbox.yMin;
454 metrics->horiBearingY = cbox.yMax - metrics->height;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatritemp.h47 GLfloat yMin, yMax; variable in typeref:typename:GLfloat
173 yMax = vMax->attrib[VARYING_SLOT_POS][1];
175 iyMax = (GLint) yMax + 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatritemp.h47 GLfloat yMin, yMax; variable in typeref:typename:GLfloat
173 yMax = vMax->attrib[VARYING_SLOT_POS][1];
175 iyMax = (GLint) yMax + 1;
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftimage.h102 * yMax ::
121 FT_Pos xMax, yMax; member in struct:FT_BBox_
H A Dtttables.h101 FT_Short yMax; member in struct:TT_Header_
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffgload.c527 /* bearing the yMax. */
659 metrics->height = cbox.yMax - cbox.yMin;
662 metrics->horiBearingY = cbox.yMax;
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftsmooth.c150 params.clip_box.yMax = bitmap->rows;
395 params.clip_box.yMax = bitmap->rows * SCALE;
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c927 bbox->yMax = FT_MulFix( face->bbox.yMax,
931 bbox->xMax += slant * bbox->yMax;
936 bbox->xMin += slant * bbox->yMax;
944 p2.y = p3.y = bbox->yMax;
963 bbox->yMax = MAX(p0.y, MAX(p1.y, MAX(p2.y, p3.y)));
1192 ascent = FLOOR64(bbox.yMax + 32) / 64;
1302 bbox.yMax = CEIL64 ( bbox.yMax );
1303 ht_actual = ( bbox.yMax
[all...]

Completed in 26 milliseconds

12