Searched refs:xMin (Results 1 - 25 of 118) sorted by last modified time

12345

/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp610 int16_t width = bbox.xMax - bbox.xMin;
651 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
1150 bbox->xMin += dx;
1158 bbox->xMin &= ~63;
1172 bbox->xMin += vector.x;
1248 glyph->fWidth = SkToU16(SkFDot6Floor(bbox.xMax - bbox.xMin));
1251 glyph->fLeft = SkToS16(SkFDot6Floor(bbox.xMin));
1433 xmin = SkIntToScalar(face->bbox.xMin) / upem;
H A DSkFontHost_FreeType_common.cpp363 FT_Outline_Translate(outline, dx - ((bbox.xMin + dx) & ~63),
H A DSkFontHost_mac.cpp929 rect.fMinX = SkEndian_SwapBE16(glyphData->xMin);
H A DSkScalerContext_win_dw.cpp520 my->fXMin = fTextSizeRender * (int16_t)SkEndian_SwapBE16(head->xMin) / upem;
H A DSkTypeface_win_dw.cpp444 info->fBBox = SkIRect::MakeLTRB((int32_t)SkEndian_SwapBE16((uint16_t)headTable->xMin),
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h69 SK_OT_FWORD xMin; member in struct:SkOTTableGlyphData
H A DSkOTTable_head.h78 SK_OT_SHORT xMin; member in struct:SkOTTableHead
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h99 #define FXFT_Get_Face_xMin(face) ((FT_Face)face)->bbox.xMin
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h93 /* xMin :: The horizontal minimum (left-most). */
111 /* `xMin' gives the horizontal distance from the glyph's origin to */
112 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
117 FT_Pos xMin, yMin; member in struct:FT_BBox_
H A Dtttables.h77 FT_Short xMin; member in struct:TT_Header_
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp1141 rect.left = cbox.xMin;
1146 rect.left = cbox.xMin * 1000 / pixel_size_x;
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.cpp112 rtBBox.left = FPF_EM_ADJUST(x_ppem, cbox.xMin);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h93 /* xMin :: The horizontal minimum (left-most). */
111 /* `xMin' gives the horizontal distance from the glyph's origin to */
112 /* the left edge of the glyph's bounding box. If `xMin' is negative, */
117 FT_Pos xMin, yMin; member in struct:FT_BBox_
H A Dtttables.h77 FT_Short xMin; member in struct:TT_Header_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftbbox.c76 ( p->x < bbox.xMin || p->x > bbox.xMax )
176 &user->bbox.xMin,
533 &user->bbox.xMin,
579 abbox->xMin = abbox->xMax = 0;
589 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
600 if ( x < cbox.xMin ) cbox.xMin = x;
609 if ( x < bbox.xMin ) bbox.xMin
[all...]
H A Dftobjs.c2694 w = face->bbox.xMax - face->bbox.xMin;
H A Dftoutln.c471 FT_Pos xMin, yMin, xMax, yMax; local
478 xMin = 0;
489 xMin = xMax = vec->x;
499 if ( x < xMin ) xMin = x;
507 acbox->xMin = xMin;
1045 xshift = FT_MSB( FT_ABS( cbox.xMax ) | FT_ABS( cbox.xMin ) ) - 14;
H A Dfxft_ftglyph.c128 cbox->xMin = glyph->left << 6;
129 cbox->xMax = cbox->xMin + ( glyph->bitmap.width << 6 );
465 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
483 acbox->xMin = FT_PIX_FLOOR( acbox->xMin );
493 acbox->xMin >>= 6;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c2936 /* the left side bearing is the xMin, and the top side */
3050 metrics->width = cbox.xMax - cbox.xMin;
3053 metrics->horiBearingX = cbox.xMin;
H A Dcffobjs.c746 cffface->bbox.xMin = dict->font_bbox.xMin >> 16;
H A Dcffparse.c595 bbox->xMin = FT_RoundFix( cff_parse_fixed( data++ ) );
602 bbox->xMin / 65536,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c335 /* the left side bearing is the xMin, and the top side */
423 metrics->width = cbox.xMax - cbox.xMin;
426 metrics->horiBearingX = cbox.xMin;
H A Dcidobjs.c425 cidface->bbox.xMin = cid->font_bbox.xMin >> 16;
H A Dcidtoken.h109 T1_FIELD_BBOX( "FontBBox", xMin, 0 )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dafmparse.c900 fi->FontBBox.xMin = shared_vals[0].u.f;

Completed in 2315 milliseconds

12345