Searched refs:xHeight (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 76 private int xHeight; // distance from baseline up to xHeight field in ViewableTaggedData.Metrics 87 xHeight = 5; in Metrics() 97 lineHeight = baseline = xHeight = 0; in zero() 369 int xHeight = (int) Math.ceil(Math.max(dataMetrics.getAscent() - dataMetrics.getLeading(), in measureLineHeight() 374 metrics.xHeight = xHeight - 3; // this is just not coming out right in measureLineHeight() 437 int srcy = ref.srcy - metrics.baseline - metrics.xHeight; in drawRef() 439 int trgy = ref.trgy - metrics.baseline - metrics.xHeight; in drawRef()
|
/third_party/cups-filters/fontembed/ |
H A D | embed_pdf.h | 17 int xHeight; member
|
H A D | embed_pdf.c | 406 if (fdes->xHeight) { in emb_pdf_simple_fontdescr() 407 len=snprintf(pos,size," /XHeight %d\n",fdes->xHeight); in emb_pdf_simple_fontdescr()
|
H A D | embed_sfnt.c | 158 ret->xHeight=get_SHORT(os2+86)*1000/otf->unitsPerEm; in emb_otf_get_pdf_fontdescr() 182 // ? maybe get ascent,descent,capHeight,xHeight,stemV directly from cff in emb_otf_get_pdf_fontdescr()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_enc.c | 237 priv->scale.xHeight = OMX_VID_ENC_SCALING_WIDTH_DEFAULT; in vid_enc_Constructor() 536 if (scale->xWidth < 176 || scale->xHeight < 144) in vid_enc_SetConfig() 547 if (priv->scale.xWidth != 0xffffffff && priv->scale.xHeight != 0xffffffff) { in vid_enc_SetConfig() 552 templat.height = priv->scale.xHeight; in vid_enc_SetConfig() 588 scale->xHeight = priv->scale.xHeight; in vid_enc_GetConfig() 618 priv->scale.xHeight : port->sPortParam.format.video.nFrameHeight; in vid_enc_MessageHandler()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFFont.cpp | 486 SkScalar xHeight) { in type3_descriptor() 502 if (xHeight != 0) { in type3_descriptor() 503 descriptor.insertScalar("XHeight", xHeight); in type3_descriptor() 545 SkScalar xHeight = strike->getFontMetrics().fXHeight; in emit_subset_type3() local 661 font.insertRef("FontDescriptor", type3_descriptor(doc, typeface, xHeight)); in emit_subset_type3() 484 type3_descriptor(SkPDFDocument* doc, const SkTypeface* typeface, SkScalar xHeight) type3_descriptor() argument
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_mac_ct.cpp | 713 uint16_t xHeight = SkEndian_SwapBE16(heights.sxHeight); in generateFontMetrics() local 714 if (xHeight && xHeight < maxSaneHeight) { in generateFontMetrics() 715 metrics->fXHeight = SkScalarFromCGFloat(xHeight * fontSize / upem); in generateFontMetrics()
|
H A D | SkScalerContext_win_dw.cpp | 810 metrics->fXHeight = fTextSizeRender * SkIntToScalar(dwfm.xHeight) / upem; in generateFontMetrics()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | tttables.h | 482 FT_UShort xHeight; member
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
H A D | h264eprc.c | 489 priv->scale.xHeight = OMX_VID_ENC_SCALING_WIDTH_DEFAULT; in h264e_prc_ctor() 538 priv->scale.xHeight : priv->in_port_def_.format.video.nFrameHeight; in h264e_prc_prepare_to_transfer()
|
/third_party/openmax/api/1.1.2/ |
H A D | OMX_IVCommon.h | 163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */ member
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_enc_common.c | 243 *size = priv->scale.xWidth * priv->scale.xHeight * 2; in enc_ScaleInput_common()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttload.c | 1379 FT_FRAME_USHORT( xHeight ), in FT_LOCAL_DEF()
|
Completed in 16 milliseconds