HomeSort by relevance Sort by last modified time
    Searched refs:yMax (Results 26 - 50 of 122) sorted by null

12 3 4 5

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1afm.c 250 fi->Ascender = t1_font->font_bbox.yMax;
292 t1_face->bbox.yMax = ( fi->FontBBox.yMax + 0xFFFF ) >> 16;
t1gload.c 370 /* bearing the yMax */
409 metrics->vertAdvance = ( face->type1.font_bbox.yMax -
474 metrics->height = cbox.yMax - cbox.yMin;
477 metrics->horiBearingY = cbox.yMax;
t1objs.c 466 root->bbox.yMax = ( type1->font_bbox.yMax + 0xFFFF ) >> 16;
472 root->ascender = (FT_Short)( root->bbox.yMax );
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h 81 SK_OT_SHORT yMax;
SkOTTable_glyf.h 72 SK_OT_FWORD yMax;
  /external/skia/src/sfnt/
SkOTTable_head.h 81 SK_OT_SHORT yMax;
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
481 yMax = 0;
490 yMin = yMax = vec->y;
504 if ( y > yMax ) yMax = y;
510 acbox->yMax = yMax;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/freetype/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
481 yMax = 0;
490 yMin = yMax = vec->y;
504 if ( y > yMax ) yMax = y;
510 acbox->yMax = yMax;
1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftoutln.c 471 FT_Pos xMin, yMin, xMax, yMax;
481 yMax = 0;
490 yMin = yMax = vec->y;
504 if ( y > yMax ) yMax = y;
510 acbox->yMax = yMax;
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 638 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
641 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
643 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
650 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
1422 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 639 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
642 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
644 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
651 info->fBBox = SkIRect::MakeLTRB(face->bbox.xMin, face->bbox.yMax,
1427 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 422 bbox.yMax = FT_PIX_CEIL( bbox.yMax );
425 slot->metrics.height = bbox.yMax - bbox.yMin;
427 slot->metrics.horiBearingY = bbox.yMax;
430 slot->metrics.vertBearingY = FT_PIX_FLOOR( bbox.yMax + vvector.y );
  /external/freetype/src/autofit/
afloader.c 428 bbox.yMax = FT_PIX_CEIL( bbox.yMax );
431 slot->metrics.height = bbox.yMax - bbox.yMin;
433 slot->metrics.horiBearingY = bbox.yMax;
436 slot->metrics.vertBearingY = FT_PIX_FLOOR( bbox.yMax + vvector.y );
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h 47 GLfloat yMin, yMax;
173 yMax = vMax->attrib[FRAG_ATTRIB_WPOS][1];
175 iyMax = (GLint) yMax + 1;
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 47 GLfloat yMin, yMax;
173 yMax = vMax->attrib[FRAG_ATTRIB_WPOS][1];
175 iyMax = (GLint) yMax + 1;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidgload.c 336 /* bearing the yMax */
371 metrics->vertAdvance = ( face->cid.font_bbox.yMax -
424 metrics->height = cbox.yMax - cbox.yMin;
427 metrics->horiBearingY = cbox.yMax;
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 99 /* yMax :: The vertical maximum (top-most). */
108 /* Similarly, if `ymax' is positive, this value gives the glyph's */
118 FT_Pos xMax, yMax;
    [all...]
tttables.h 80 FT_Short yMax;
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 159 le_int16 yMax;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 122 le_int16 yMax;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 122 le_int16 yMax;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.h 53 double yMax();
  /external/freetype/include/
ftimage.h 99 /* yMax :: The vertical maximum (top-most). */
108 /* Similarly, if `ymax' is positive, this value gives the glyph's */
118 FT_Pos xMax, yMax;
    [all...]
tttables.h 80 FT_Short yMax;
317 FT_Short yMax_Extent; /* xmax or ymax extents */
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 159 le_int16 yMax;

Completed in 1870 milliseconds

12 3 4 5