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

  /external/webkit/Source/WebCore/platform/graphics/
FontTraitsMask.h 45 FontTraitsMaskWidth
  /external/webkit/Source/WebCore/css/
CSSSegmentedFontFace.cpp 92 unsigned hashKey = ((fontDescription.computedPixelSize() + 1) << (FontTraitsMaskWidth + 1)) | ((fontDescription.orientation() == Vertical ? 1 : 0) << FontTraitsMaskWidth) | desiredTraitsMask;

Completed in 20 milliseconds