| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | test_bbox.c | 120 XVAL( bbox.xMax ), 128 XVAL( bbox.xMax ), 151 XVAL( bbox.xMax ), 154 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax ); 166 XVAL( bbox.xMax ), 169 bbox.xMin, bbox.yMin, bbox.xMax, bbox.yMax );
|
| H A D | test_afm.c | 19 fi->FontBBox.xMax / 65536.,
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftbbox.c | 48 if ( p->x > bbox.xMax ) \ 49 bbox.xMax = p->x; \ 57 ( p->x < bbox.xMin || p->x > bbox.xMax ) 221 &user->bbox.xMax ); 430 &user->bbox.xMax ); 482 abbox->xMin = abbox->xMax = 0; 505 if ( cbox.xMin < bbox.xMin || cbox.xMax > bbox.xMax ||
|
| H A D | ftoutln.c | 460 FT_Pos xMin, yMin, xMax, yMax; local in function:FT_Outline_Get_CBox 469 xMax = 0; 478 xMin = xMax = vec->x; 489 if ( x > xMax ) xMax = x; 497 acbox->xMax = xMax; 614 cbox.xMax > 0x1000000L || cbox.yMax > 0x1000000L ) 628 params->clip_box.xMax = ( cbox.xMax [all...] |
| H A D | ftglyph.c | 129 cbox->xMax = cbox->xMin + (FT_Pos)( glyph->bitmap.width * 64 ); 499 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0; 517 acbox->xMax = FT_PIX_CEIL_LONG( acbox->xMax ); 527 acbox->xMax >>= 6;
|
| H A D | ftlcdfil.c | 62 cbox->xMax += lcd_weights[4] ? 43 : 381 cbox->xMax -= FT_MIN( FT_MIN( sub[0].x, sub[1].x ), sub[2].x ); 388 cbox->xMax -= FT_MIN( FT_MIN( sub[0].y, sub[1].y ), sub[2].y );
|
| H A D | ftobjs.c | 379 pbox.xMax = ( cbox.xMax >> 6 ) + ( x_shift >> 6 ); 385 cbox.xMax = ( cbox.xMax & 63 ) + ( x_shift & 63 ); 400 pbox.xMax += ( cbox.xMax + 32 ) >> 6; 405 if ( pbox.xMin == pbox.xMax ) 408 ( ( cbox.xMax + 32 ) & 63 ) - 32 < 0 ) 411 pbox.xMax += 1; 450 pbox.xMax [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mibitblt.c | 96 xMin, xMax, yMin, yMax; local in function:miCopyArea 177 for (i=0, j=1, xMax=0; i < numRects; j=i+1, xMax=i) { 183 for (j-- ; j >= xMax; j--, i++) 215 xMax = min(prect->x2, srcBox.x2); 219 if(xMax <= xMin || yMax <= yMin) 226 width = xMax - 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 171 for (i = 0, j = 1, xMax = 0; i < numRects; j = i + 1, xMax = i) { 177 for (j--; j >= xMax; j--, i++) 207 xMax = min(prect->x2, srcBox.x2); 211 if (xMax <= xMin || yMax <= yMin) 218 width = xMax - xMin;
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1objs.c | 472 root->bbox.xMax = ( type1->font_bbox.xMax + 0xFFFF ) >> 16; 488 (FT_Short)( root->bbox.xMax );
|
| H A D | t1afm.c | 302 t1_face->bbox.xMax = ( fi->FontBBox.xMax + 0xFFFF ) >> 16;
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | ftimage.h | 99 * xMax :: 121 FT_Pos xMax, yMax; member in struct:FT_BBox_
|
| H A D | tttables.h | 100 FT_Short xMax; member in struct:TT_Header_
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| H A D | cidobjs.c | 436 cidface->bbox.xMax = ( cid->font_bbox.xMax + 0xFFFF ) >> 16;
|
| H A D | cidgload.c | 506 metrics->width = cbox.xMax - cbox.xMin;
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afloader.c | 541 bbox.xMax = FT_PIX_CEIL( bbox.xMax ); 544 slot->metrics.width = bbox.xMax - bbox.xMin;
|
| /xsrc/external/mit/freetype/dist/src/smooth/ |
| H A D | ftsmooth.c | 149 params.clip_box.xMax = bitmap->width; 394 params.clip_box.xMax = bitmap->width * SCALE;
|
| /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 2989 xMax = 0; 2998 xMin = xMax = vec->x; 3009 if ( x > xMax ) xMax = x; 3017 acbox->xMax = xMax;
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 920 bbox->xMax = *horiAdvance = 931 bbox->xMax += slant * bbox->yMax; 935 bbox->xMax += slant * bbox->yMin; 942 p1.x = p3.x = bbox->xMax; 961 bbox->xMax = MAX(p0.x, MAX(p1.x, MAX(p2.x, p3.x))); 1193 rightSideBearing = FLOOR64(bbox.xMax + 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.; 1399 rsb = FLOOR64(bbox.xMax + 32) / 64; 3238 tmp_rsb = face->face->bbox.xMax; [all...] |
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 922 bbox->xMax = *horiAdvance = 933 bbox->xMax += slant * bbox->yMax; 937 bbox->xMax += slant * bbox->yMin; 944 p1.x = p3.x = bbox->xMax; 963 bbox->xMax = MAX(p0.x, MAX(p1.x, MAX(p2.x, p3.x))); 1195 rightSideBearing = FLOOR64(bbox.xMax + 32) / 64; 1196 bbox_center_raw = (double)(bbox.xMax + bbox.xMin)/2.0/64.; 1344 bbox_center_raw = (double)(bbox.xMax + bbox.xMin)/2.0/64.; 1401 rsb = FLOOR64(bbox.xMax + 32) / 64; 3242 tmp_rsb = face->face->bbox.xMax; [all...] |
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrobjs.c | 451 metrics->width = cbox.xMax - cbox.xMin;
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psobjs.c | 1232 bbox->xMax = FT_RoundFix( temp[2] ); 1238 bbox->xMax / 65536, 1286 bbox->xMax = FT_RoundFix( temp[i + 2 * max_objects] ); 1292 bbox->xMax / 65536,
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffobjs.c | 870 cffface->bbox.xMax = ( dict->font_bbox.xMax + 0xFFFF ) >> 16;
|
| H A D | cffparse.c | 809 bbox->xMax = FT_RoundFix( cff_parse_fixed( parser, data++ ) ); 816 bbox->xMax / 65536,
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | sfobjs.c | 1271 root->bbox.xMax = face->header.xMax;
|