Searched refs:xMax (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_bbox.c120 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 Dtest_afm.c19 fi->FontBBox.xMax / 65536.,
/xsrc/external/mit/freetype/dist/src/base/
H A Dftbbox.c48 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 Dftoutln.c460 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 Dftglyph.c129 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 Dftlcdfil.c62 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 Dftobjs.c379 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 Dmibitblt.c96 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 Dmibitblt.c91 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 Dt1objs.c472 root->bbox.xMax = ( type1->font_bbox.xMax + 0xFFFF ) >> 16;
488 (FT_Short)( root->bbox.xMax );
H A Dt1afm.c302 t1_face->bbox.xMax = ( fi->FontBBox.xMax + 0xFFFF ) >> 16;
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftimage.h99 * xMax ::
121 FT_Pos xMax, yMax; member in struct:FT_BBox_
H A Dtttables.h100 FT_Short xMax; member in struct:TT_Header_
/xsrc/external/mit/freetype/dist/src/cid/
H A Dcidobjs.c436 cidface->bbox.xMax = ( cid->font_bbox.xMax + 0xFFFF ) >> 16;
H A Dcidgload.c506 metrics->width = cbox.xMax - cbox.xMin;
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafloader.c541 bbox.xMax = FT_PIX_CEIL( bbox.xMax );
544 slot->metrics.width = bbox.xMax - bbox.xMin;
/xsrc/external/mit/freetype/dist/src/smooth/
H A Dftsmooth.c149 params.clip_box.xMax = bitmap->width;
394 params.clip_box.xMax = bitmap->width * SCALE;
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c2980 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 Dftfuncs.c920 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 Dftfuncs.c922 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 Dpfrobjs.c451 metrics->width = cbox.xMax - cbox.xMin;
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsobjs.c1232 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 Dcffobjs.c870 cffface->bbox.xMax = ( dict->font_bbox.xMax + 0xFFFF ) >> 16;
H A Dcffparse.c809 bbox->xMax = FT_RoundFix( cff_parse_fixed( parser, data++ ) );
816 bbox->xMax / 65536,
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfobjs.c1271 root->bbox.xMax = face->header.xMax;

Completed in 36 milliseconds

12