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

  /external/skia/include/core/
SkTypeface.h 40 kBold = 0x01,
51 /** Returns true if getStyle() has the kBold bit set.
53 bool isBold() const { return (fStyle & kBold) != 0; }
  /external/webkit/WebCore/platform/graphics/android/
FontCacheAndroid.cpp 109 style |= SkTypeface::kBold;
117 (style & SkTypeface::kBold) && !tf->isBold(),
  /external/webkit/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 138 style |= SkTypeface::kBold;
149 (style & SkTypeface::kBold) && !tf->isBold(),
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 186 milliseconds