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

  /external/icu4c/samples/layout/
GDIFontInstance.h 58 le_int32 fUnitsPerEM;
113 return fUnitsPerEM;
GnomeFontInstance.h 57 le_int32 fUnitsPerEM;
123 return fUnitsPerEM;
GnomeFontInstance.cpp 50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
74 fUnitsPerEM = fFace->units_per_EM;
80 // printf("Face = %s, unitsPerEM = %d, ascent = %d, descent = %d\n", fontPathName, fUnitsPerEM, fAscent, fDescent);
GDIFontInstance.cpp 106 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
170 fUnitsPerEM = otm.otmEMSquare;
191 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
254 fUnitsPerEM = otm.otmEMSquare;
270 fUnitsPerEM = SWAPW(headTable->unitsPerEm);
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 39 le_int32 fUnitsPerEM;
PortableFontInstance.cpp 29 : fFace(face), fXScale(xScale), fYScale(yScale), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
39 fUnitsPerEM = hb_face_get_upem (face);
208 return fUnitsPerEM;
  /external/icu4c/test/letest/
PortableFontInstance.h 34 le_int32 fUnitsPerEM;
PortableFontInstance.cpp 68 : fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), fLeading(0),
122 fUnitsPerEM = SWAPW(headTable->unitsPerEm);
376 return fUnitsPerEM;

Completed in 628 milliseconds