| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | test_bbox.c | 118 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 D | test_afm.c | 17 printf( "FontBBox: %.2f %.2f %.2f %.2f\n", fi->FontBBox.xMin / 65536.,
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftbbox.c | 46 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 D | ftglyph.c | 128 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 D | ftoutln.c | 460 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 D | ftlcdfil.c | 60 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 D | ftobjs.c | 377 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 D | cidtoken.h | 112 T1_FIELD_BBOX( "FontBBox", xMin, 0 )
|
| H A D | cidobjs.c | 433 cidface->bbox.xMin = cid->font_bbox.xMin >> 16;
|
| H A D | cidgload.c | 414 /* 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 D | t1tokens.h | 117 T1_FIELD_BBOX( "FontBBox", xMin, T1_FIELD_DICT_FONTDICT )
|
| H A D | t1afm.c | 299 t1_face->bbox.xMin = fi->FontBBox.xMin >> 16;
|
| H A D | t1objs.c | 469 root->bbox.xMin = type1->font_bbox.xMin >> 16;
|
| H A D | t1driver.c | 239 sizeof ( type1->font_bbox.xMin ) ) 250 val = type1->font_bbox.xMin;
|
| H A D | t1gload.c | 456 /* 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 D | afloader.c | 539 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 D | mibitblt.c | 96 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 D | mibitblt.c | 91 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 D | ftimage.h | 93 * 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 D | tttables.h | 98 FT_Short xMin; member in struct:TT_Header_
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrobjs.c | 451 metrics->width = cbox.xMax - cbox.xMin; 453 metrics->horiBearingX = cbox.xMin;
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffgload.c | 526 /* 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 D | ftsmooth.c | 147 params.clip_box.xMin = 0; 392 params.clip_box.xMin = 0;
|
| /xsrc/external/mit/freetype/dist/src/raster/ |
| H A D | ftraster.c | 2980 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 D | ftfuncs.c | 922 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...] |