/external/skia/tools/ |
create_test_font.cpp | 95 static void output_fixed(SkScalar num, int emSize, SkString* out) { 96 int hex = (int) (num * 65536 / emSize); 101 static void output_scalar(SkScalar num, int emSize, SkString* out) { 102 num /= emSize; 120 static int output_points(const SkPoint* pts, int emSize, int count, SkString* ptsOut) { 123 output_scalar(pts[index].fX, emSize, ptsOut); 125 output_scalar(pts[index].fY, emSize, ptsOut); 131 int emSize, SkString* ptsOut, SkTDArray<SkPath::Verb>* verbs, 147 output_points(&pts[0], emSize, 1, ptsOut); 150 output_points(&pts[1], emSize, 1, ptsOut) [all...] |
/external/skia/src/pdf/ |
SkPDFFont.cpp | 276 SkScalar scaleFromFontUnits(int16_t val, uint16_t emSize) { 278 if (emSize == 1000) { 281 return SkScalarMulDiv(scaled, 1000, emSize); 300 SkPDFArray* makeFontBBox(SkIRect glyphBBox, uint16_t emSize) { 303 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fLeft, emSize)); 304 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fBottom, emSize)); 305 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fRight, emSize)); 306 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fTop, emSize)); 310 SkPDFArray* appendWidth(const int16_t& width, uint16_t emSize, 312 array->appendScalar(scaleFromFontUnits(width, emSize)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdipluspath.h | 311 const FontFamily *family, INT style, REAL emSize, 318 style, emSize, &layoutRect, 322 const FontFamily *family, INT style, REAL emSize, 329 style, emSize, &layoutRect, 333 const FontFamily *family, INT style, REAL emSize, 339 style, emSize, &layoutRect, 343 const FontFamily *family, INT style, REAL emSize, 349 style, emSize, &layoutRect,
|
gdiplusheaders.h | 333 Font(const FontFamily *family, REAL emSize, 340 Font(const WCHAR *familyName, REAL emSize,
|
gdiplusimpl.h | 745 REAL emSize, INT style, Unit unit): 750 emSize, style, unit, &nativeFont); 786 __inline__ Font::Font(const WCHAR *familyName, REAL emSize, INT style, 798 nativeFamily, emSize, style, unit, &nativeFont); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
prntfont.h | 148 SHORT emSize;
|
dwrite.h | [all...] |
/external/pdfium/core/src/fxge/win32/ |
fx_win32_gdipext.cpp | 349 REAL emSize, [all...] |