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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 708 * Use fCTVerticalFont with kCTFontVerticalOrientation to get metrics in the same space.
710 AutoCFRelease<CTFontRef> fCTVerticalFont;
763 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform, NULL);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 708 * Use fCTVerticalFont with kCTFontVerticalOrientation to get metrics in the same space.
710 AutoCFRelease<CTFontRef> fCTVerticalFont;
763 fCTVerticalFont = CTFontCreateCopyWithAttributes(ctFont, 1, &transform, NULL);
    [all...]

Completed in 35 milliseconds