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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 378 scope.fontDescription().setCommonLigaturesState(FontDescription::NormalLigaturesState);
388 scope.fontDescription().setCommonLigaturesState(parentFontDescription.commonLigaturesState());
449 scope.fontDescription().setCommonLigaturesState(commonLigaturesState);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 142 void setCommonLigaturesState(LigaturesState commonLigaturesState) { m_commonLigaturesState = commonLigaturesState; updateTypesettingFeatures(); }

Completed in 69 milliseconds