Searched refs:xMin (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_bbox.c118 XVAL( bbox.xMin ),
126 XVAL( bbox.xMin ),
149 XVAL( bbox.xMin ),
154 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax );
164 XVAL( bbox.xMin ),
169 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax );
H A Dtest_afm.c17 printf( "FontBBox: %.2f %.2f %.2f %.2f\n", fi->FontBBox.xMin / 65536.,
/xsrc/external/mit/freetype/dist/src/base/
H A Dftbbox.c46 if ( p->x < bbox.xMin ) \
47 bbox.xMin = p->x; \
57 ( p->x < bbox.xMin || p->x > bbox.xMax )
220 &user->bbox.xMin,
429 &user->bbox.xMin,
482 abbox->xMin = abbox->xMax = 0;
505 if ( cbox.xMin < bbox.xMin || cbox.xMax > bbox.xMax ||
H A Dftglyph.c128 cbox->xMin = glyph->left * 64;
129 cbox->xMax = cbox->xMin + (FT_Pos)( glyph->bitmap.width * 64 );
499 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
515 acbox->xMin = FT_PIX_FLOOR( acbox->xMin );
525 acbox->xMin >>= 6;
H A Dftoutln.c460 FT_Pos xMin, yMin, xMax, yMax; local in function:FT_Outline_Get_CBox
467 xMin = 0;
478 xMin = xMax = vec->x;
488 if ( x < xMin ) xMin = x;
496 acbox->xMin = xMin;
613 if ( cbox.xMin < -0x1000000L || cbox.yMin < -0x1000000L ||
626 params->clip_box.xMin = cbox.xMin >>
[all...]
H A Dftlcdfil.c60 cbox->xMin -= lcd_weights[0] ? 43 :
380 cbox->xMin -= FT_MAX( FT_MAX( sub[0].x, sub[1].x ), sub[2].x );
387 cbox->xMin -= FT_MAX( FT_MAX( sub[0].y, sub[1].y ), sub[2].y );
H A Dftobjs.c377 pbox.xMin = ( cbox.xMin >> 6 ) + ( x_shift >> 6 );
383 cbox.xMin = ( cbox.xMin & 63 ) + ( x_shift & 63 );
399 pbox.xMin += ( cbox.xMin + 31 ) >> 6;
405 if ( pbox.xMin == pbox.xMax )
407 if ( ( ( cbox.xMin + 31 ) & 63 ) - 31 +
409 pbox.xMin -= 1;
448 pbox.xMin
[all...]
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidtoken.h112 T1_FIELD_BBOX( "FontBBox", xMin, 0 )
H A Dcidobjs.c433 cidface->bbox.xMin = cid->font_bbox.xMin >> 16;
H A Dcidgload.c414 /* the left side bearing is the xMin, and the top side */
506 metrics->width = cbox.xMax - cbox.xMin;
509 metrics->horiBearingX = cbox.xMin;
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1tokens.h117 T1_FIELD_BBOX( "FontBBox", xMin, T1_FIELD_DICT_FONTDICT )
H A Dt1afm.c299 t1_face->bbox.xMin = fi->FontBBox.xMin >> 16;
H A Dt1objs.c469 root->bbox.xMin = type1->font_bbox.xMin >> 16;
H A Dt1driver.c239 sizeof ( type1->font_bbox.xMin ) )
250 val = type1->font_bbox.xMin;
H A Dt1gload.c456 /* the left side bearing is the xMin, and the top side */
562 metrics->width = cbox.xMax - cbox.xMin;
565 metrics->horiBearingX = cbox.xMin;
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafloader.c539 bbox.xMin = FT_PIX_FLOOR( bbox.xMin );
544 slot->metrics.width = bbox.xMax - bbox.xMin;
546 slot->metrics.horiBearingX = bbox.xMin;
549 slot->metrics.vertBearingX = FT_PIX_FLOOR( bbox.xMin + vvector.x );
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmibitblt.c96 xMin, xMax, yMin, yMax; local in function:miCopyArea
214 xMin = max(prect->x1, srcBox.x1);
219 if(xMax <= xMin || yMax <= yMin)
226 width = xMax - xMin;
231 ppt->x = xMin;
242 xMin -= (srcx - dstx);
246 ppt->x = xMin;
/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
206 xMin = max(prect->x1, srcBox.x1);
211 if (xMax <= xMin || yMax <= yMin)
218 width = xMax - xMin;
222 ppt->x = xMin;
233 xMin -= (srcx - dstx);
236 ppt->x = xMin;
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftimage.h93 * xMin ::
114 * `xMin` gives the horizontal distance from the glyph's origin to the
115 * left edge of the glyph's bounding box. If `xMin` is negative, the
120 FT_Pos xMin, yMin; member in struct:FT_BBox_
H A Dtttables.h98 FT_Short xMin; member in struct:TT_Header_
/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrobjs.c451 metrics->width = cbox.xMax - cbox.xMin;
453 metrics->horiBearingX = cbox.xMin;
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffgload.c526 /* the left side bearing is the xMin, and the top side */
658 metrics->width = cbox.xMax - cbox.xMin;
661 metrics->horiBearingX = cbox.xMin;
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftsmooth.c147 params.clip_box.xMin = 0;
392 params.clip_box.xMin = 0;
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c2980 Long xMin, yMin, xMax, yMax; local in function:FT_Outline_Get_CBox
2987 xMin = 0;
2998 xMin = xMax = vec->x;
3008 if ( x < xMin ) xMin = x;
3016 acbox->xMin = xMin;
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c922 bbox->xMin =
932 bbox->xMin += slant * bbox->yMin;
936 bbox->xMin += slant * bbox->yMax;
941 p0.x = p2.x = bbox->xMin;
960 bbox->xMin = MIN(p0.x, MIN(p1.x, MIN(p2.x, p3.x)));
1191 leftSideBearing = FLOOR64(bbox.xMin + 32) / 64;
1194 bbox_center_raw = (double)(bbox.xMax + bbox.xMin)/2.0/64.;
1342 bbox_center_raw = (double)(bbox.xMax + bbox.xMin)/2.0/64.;
1397 lsb = FLOOR64(bbox.xMin + 32) / 64;
3237 tmp_lsb = face->face->bbox.xMin;
[all...]

Completed in 29 milliseconds

12