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

12

/external/freetype/src/base/
H A Dftbbox.c74 ( p->x < bbox.xMin || p->x > bbox.xMax )
175 &user->bbox.xMax );
547 &user->bbox.xMax );
592 abbox->xMin = abbox->xMax = 0;
602 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
614 if ( x > cbox.xMax ) cbox.xMax = x;
623 if ( x > bbox.xMax ) bbox.xMax
[all...]
H A Dftglyph.c127 cbox->xMax = cbox->xMin + ( glyph->bitmap.width << 6 );
463 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
483 acbox->xMax = FT_PIX_CEIL( acbox->xMax );
493 acbox->xMax >>= 6;
H A Dftoutln.c463 FT_Pos xMin, yMin, xMax, yMax; local
472 xMax = 0;
481 xMin = xMax = vec->x;
492 if ( x > xMax ) xMax = x;
500 acbox->xMax = xMax;
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.h56 s16p16 xMax; /* x max coordinate */ member in struct:__anon3833
H A DDCR.c221 if( pRectA->xMax <= pRectA->xMin || pRectA->yMax <= pRectA->yMin )
232 pRectA->xMax >> 16,
340 pRectA->xMax = ( rxL + doffL ) << 16;
342 pRectA->yMax = ( pRectA->yMin + ( pRectA->xMax - pRectA->xMin ) );
346 pRectA->xMax += ( int32 )hdcrA->dcrE.roiRectE.x1E << 16;
356 pRectA->xMax += ( int32 )hdcrA->dcrE.offsE.xE << 16;
/external/freetype/src/raster/
H A Dftrend1.c166 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
169 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
/external/freetype/src/smooth/
H A Dftsmooth.c140 cbox.xMax = FT_PIX_CEIL( cbox.xMax );
143 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
H A Dftgrays.c1750 if ( ras.max_ex <= clip->xMin || ras.min_ex >= clip->xMax ||
1757 if ( ras.max_ex > clip->xMax ) ras.max_ex = clip->xMax;
1942 ras.clip_box.xMax = target_map->width;
1951 ras.clip_box.xMax = 32767L;
/external/chromium/third_party/icu/source/test/letest/
H A DFontObject.h121 le_int16 xMax; member in struct:HEADTable
H A Dsfnt.h287 le_int16 xMax; member in struct:HEADTable
/external/freetype/include/freetype/
H A Dftimage.h98 /* xMax :: The horizontal maximum (right-most). */
119 FT_Pos xMax, yMax; member in struct:FT_BBox_
H A Dtttables.h79 FT_Short xMax; member in struct:TT_Header_
/external/icu4c/samples/layout/
H A Dsfnt.h158 le_int16 xMax; member in struct:HEADTable
/external/icu4c/test/letest/
H A DFontObject.h121 le_int16 xMax; member in struct:HEADTable
H A Dsfnt.h287 le_int16 xMax; member in struct:HEADTable
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp604 bbox.xMax += dx;
610 bbox.xMax = (bbox.xMax + 63) & ~63;
613 glyph->fWidth = SkToU16((bbox.xMax - bbox.xMin) >> 6);
918 SkScalar xmax = SkIntToScalar(face->bbox.xMax) / upem;
/external/freetype/src/autofit/
H A Dafloader.c405 bbox.xMax = FT_PIX_CEIL( bbox.xMax );
408 slot->metrics.width = bbox.xMax - bbox.xMin;
/external/freetype/src/truetype/
H A Dttgload.c334 loader->bbox.xMax = FT_NEXT_SHORT( p );
338 FT_TRACE5(( " xMin: %4d xMax: %4d\n", loader->bbox.xMin,
339 loader->bbox.xMax ));
1351 loader->bbox.xMax = 0;
1697 glyph->metrics.width = bbox.xMax - bbox.xMin;
/external/webkit/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp137 BigEndianUShort xMax; member in struct:WebCore::headTable
/external/freetype/src/cff/
H A Dcffobjs.c688 cffface->bbox.xMax = ( dict->font_bbox.xMax + 0xFFFF ) >> 16;
H A Dcffparse.c518 bbox->xMax = FT_RoundFix( cff_parse_fixed( data++ ) );
/external/freetype/src/sfnt/
H A Dsfobjs.c961 root->bbox.xMax = face->header.xMax;
H A Dttload.c551 FT_FRAME_SHORT ( xMax ),
/external/freetype/src/psaux/
H A Dafmparse.c902 fi->FontBBox.xMax = shared_vals[2].u.f;
H A Dpsobjs.c1207 bbox->xMax = FT_RoundFix( temp[2] );

Completed in 152 milliseconds

12