HomeSort by relevance Sort by last modified time
    Searched refs:yMin (Results 1 - 25 of 30) sorted by null

1 2

  /external/freetype/src/base/
ftbbox.c 77 ( p->y < bbox.yMin || p->y > bbox.yMax )
181 &user->bbox.yMin,
555 &user->bbox.yMin,
593 abbox->yMin = abbox->yMax = 0;
603 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
616 if ( y < cbox.yMin ) cbox.yMin = y;
625 if ( y < bbox.yMin ) bbox.yMin = y
    [all...]
ftglyph.c 129 cbox->yMin = cbox->yMax - ( glyph->bitmap.rows << 6 );
463 acbox->xMin = acbox->yMin = acbox->xMax = acbox->yMax = 0;
482 acbox->yMin = FT_PIX_FLOOR( acbox->yMin );
492 acbox->yMin >>= 6;
ftoutln.c 463 FT_Pos xMin, yMin, xMax, yMax;
471 yMin = 0;
482 yMin = yMax = vec->y;
495 if ( y < yMin ) yMin = y;
501 acbox->yMin = yMin;
  /external/freetype/src/raster/
ftrend1.c 165 cbox.yMin = FT_PIX_FLOOR( cbox.yMin );
170 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
205 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin );
218 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin );
  /external/webkit/WebCore/platform/graphics/chromium/
VDMXParser.cpp 111 // yMin: (output) the descender value from the table (negative!)
116 // Returns true iff a suitable match are found. Otherwise, *yMax and *yMin are
120 bool parseVDMX(int* yMax, int* yMin,
192 *yMin = tempYMin;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
OccurrenceRenderer.java 63 double yMin = rangeAxis.getLowerBound();
71 double yMin2D = rangeAxis.valueToJava2D(yMin, dataArea, rangeEdge);
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 55 s16p16 yMin; /* y min coordinate */
DCR.c 221 if( pRectA->xMax <= pRectA->xMin || pRectA->yMax <= pRectA->yMin )
231 pRectA->yMin >> 16,
341 pRectA->yMin = ( ( ( lyL + ryL + 1 ) >> 1 ) - doffL ) << 16;
342 pRectA->yMax = ( pRectA->yMin + ( pRectA->xMax - pRectA->xMin ) );
350 pRectA->yMin += ( int32 )hdcrA->dcrE.roiRectE.y1E << 16;
355 pRectA->yMin += ( int32 )hdcrA->dcrE.offsE.yE << 16;
  /external/freetype/src/smooth/
ftsmooth.c 139 cbox.yMin = FT_PIX_FLOOR( cbox.yMin );
144 height = (FT_UInt)( ( cbox.yMax - cbox.yMin ) >> 6 );
170 y_shift = (FT_Int) cbox.yMin;
ftgrays.c     [all...]
  /external/chromium/third_party/icu/source/test/letest/
FontObject.h 120 le_int16 yMin;
sfnt.h 286 le_int16 yMin;
  /external/freetype/include/freetype/
ftimage.h 96 /* yMin :: The vertical minimum (bottom-most). */
107 /* If `yMin' is negative, this value gives the glyph's descender. */
118 FT_Pos xMin, yMin;
    [all...]
tttables.h 78 FT_Short yMin;
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 157 le_int16 yMin;
  /external/icu4c/test/letest/
FontObject.h 120 le_int16 yMin;
sfnt.h 286 le_int16 yMin;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 603 bbox.yMin -= dy;
609 bbox.yMin &= ~63;
614 glyph->fHeight = SkToU16((bbox.yMax - bbox.yMin) >> 6);
707 dy - ((bbox.yMin + dy) & ~63));
932 ys[3] = -face->bbox.yMin;
    [all...]
  /external/freetype/src/autofit/
afloader.c 404 bbox.yMin = FT_PIX_FLOOR( bbox.yMin );
409 slot->metrics.height = bbox.yMax - bbox.yMin;
  /external/freetype/src/cff/
cffobjs.c 686 cffface->bbox.yMin = dict->font_bbox.yMin >> 16;
694 cffface->descender = (FT_Short)( cffface->bbox.yMin );
cffparse.c 517 bbox->yMin = FT_RoundFix( cff_parse_fixed( data++ ) );
  /external/freetype/src/truetype/
ttgload.c 333 loader->bbox.yMin = FT_NEXT_SHORT( p );
340 FT_TRACE5(( " yMin: %4d yMax: %4d\n", loader->bbox.yMin,
    [all...]
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 138 BigEndianUShort yMin;
  /external/freetype/src/sfnt/
sfobjs.c 960 root->bbox.yMin = face->header.yMin;
    [all...]
  /external/freetype/src/psaux/
afmparse.c 901 fi->FontBBox.yMin = shared_vals[1].u.f;

Completed in 387 milliseconds

1 2