Searched refs:cgVertOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp870 // Snow Leopard returns cgVertOffset in completely un-transformed FUnits (em space, y up).
871 // Lion and Leopard return cgVertOffset in CG units (pixels, y up).
872 CGSize cgVertOffset; local
873 CTFontGetVerticalTranslationsForGlyphs(fCTFont, &glyphID, &cgVertOffset, 1);
875 SkPoint skVertOffset = { CGToScalar(cgVertOffset.width), CGToScalar(cgVertOffset.height) };
/external/skia/src/ports/
H A DSkFontHost_mac.cpp870 // Snow Leopard returns cgVertOffset in completely un-transformed FUnits (em space, y up).
871 // Lion and Leopard return cgVertOffset in CG units (pixels, y up).
872 CGSize cgVertOffset; local
873 CTFontGetVerticalTranslationsForGlyphs(fCTFont, &glyphID, &cgVertOffset, 1);
875 SkPoint skVertOffset = { CGToScalar(cgVertOffset.width), CGToScalar(cgVertOffset.height) };

Completed in 247 milliseconds