HomeSort by relevance Sort by last modified time
    Searched refs:unitsPerEm (Results 1 - 23 of 23) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 50 unsigned int upem = unitsPerEm;
117 USHORT unitsPerEm; /* Valid range is from 16 to 16384. This value
  /external/freetype/src/cff/
cf2font.h 85 CF2_Int unitsPerEm;
cf2font.c 385 CF2_Int unitsPerEm = font->unitsPerEm;
388 if ( unitsPerEm == 0 )
389 unitsPerEm = 1000;
401 /* unitsPerEm instead. */
403 emRatio = cf2_intToFixed( 1000 ) / unitsPerEm;
414 FT_DivFix( cf2_intToFixed( unitsPerEm ), ppem ) );
cf2blues.c 90 CF2_Int unitsPerEm = font->unitsPerEm;
93 if ( unitsPerEm == 0 )
94 unitsPerEm = 1000;
129 if ( ascender - descender == unitsPerEm )
cf2ft.c 57 CF2_Int unitsPerEm )
62 FT_ASSERT( unitsPerEm > 0 );
70 if ( unitsPerEm > 0x7FFF )
73 maxScale = FT_DivFix( CF2_MAX_SIZE, cf2_intToFixed( unitsPerEm ) );
390 font->unitsPerEm = (CF2_Int)cf2_getUnitsPerEm( decoder );
394 error2 = cf2_checkTransform( &transform, font->unitsPerEm );
  /external/pdfium/third_party/freetype/src/cff/
cf2font.h 76 CF2_Int unitsPerEm;
cf2font.c 336 CF2_Int unitsPerEm = font->unitsPerEm;
339 if ( unitsPerEm == 0 )
340 unitsPerEm = 1000;
352 /* unitsPerEm instead. */
354 emRatio = cf2_intToFixed( 1000 ) / unitsPerEm;
365 FT_DivFix( cf2_intToFixed( unitsPerEm ), ppem ) );
cf2blues.c 90 CF2_Int unitsPerEm = font->unitsPerEm;
93 if ( unitsPerEm == 0 )
94 unitsPerEm = 1000;
129 if ( ascender - descender == unitsPerEm )
cf2ft.c 57 CF2_Int unitsPerEm )
62 FT_ASSERT( unitsPerEm > 0 );
70 if ( unitsPerEm > 0x7FFF )
73 maxScale = FT_DivFix( CF2_MAX_SIZE, cf2_intToFixed( unitsPerEm ) );
386 font->unitsPerEm = (CF2_Int)cf2_getUnitsPerEm( decoder );
390 error2 = cf2_checkTransform( &transform, font->unitsPerEm );
  /external/skia/src/sfnt/
SkOTTable_head.h 74 SK_OT_USHORT unitsPerEm;
  /external/skia/src/pdf/
SkPDFFont.cpp 32 int unitsPerEm = face->getUnitsPerEm();
33 if (unitsPerEm <= 0) {
34 unitsPerEm = 1024;
37 *size = unitsPerEm;
39 tmpPaint.setTextSize((SkScalar)unitsPerEm);
606 int unitsPerEm;
607 SkAutoGlyphCache cache = SkPDFFont::MakeVectorCache(typeface, &unitsPerEm);
608 SkScalar emSize = (SkScalar)unitsPerEm;
  /external/icu/icu4c/source/samples/layout/
sfnt.h 159 le_uint16 unitsPerEm;
GDIFontInstance.cpp 268 // read unitsPerEm from 'head' table
276 fUnitsPerEM = SWAPW(headTable->unitsPerEm);
  /external/icu/icu4c/source/test/letest/
FontObject.h 118 le_uint16 unitsPerEm;
FontObject.cpp 206 return SWAPW(headTable->unitsPerEm);
sfnt.h 284 le_uint16 unitsPerEm;
PortableFontInstance.cpp 132 // read unitsPerEm from 'head' table
141 fUnitsPerEM = SWAPW(headTable->unitsPerEm);
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 122 le_uint16 unitsPerEm;
FontObject.cpp 210 return SWAPW(headTable->unitsPerEm);
sfnt.h 288 le_uint16 unitsPerEm;
PortableFontInstance.cpp 135 // read unitsPerEm from 'head' table
144 fUnitsPerEM = SWAPW(headTable->unitsPerEm);
  /external/fonttools/Lib/fontTools/ttLib/
macUtils.py 161 scale = 4096 / self.ttFont['head'].unitsPerEm
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 503 milliseconds