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

  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 34 #include "FontDescription.h"
40 WebFontDescription::WebFontDescription(const FontDescription& desc,
54 WebFontDescription::operator WebCore::FontDescription() const
59 FontDescription desc;
61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily));
  /frameworks/base/libs/hwui/font/
Font.h 49 struct FontDescription {
50 FontDescription(const SkPaint* paint, const mat4& matrix);
52 static int compare(const FontDescription& lhs, const FontDescription& rhs);
56 bool operator==(const FontDescription& other) const {
60 bool operator!=(const FontDescription& other) const {
84 const Font::FontDescription& getDescription() const {
96 Font(FontRenderer* state, const Font::FontDescription& desc);
140 FontDescription mDescription;
148 inline int strictly_order_type(const Font::FontDescription& lhs
    [all...]
Font.cpp 42 Font::Font(FontRenderer* state, const Font::FontDescription& desc) :
46 Font::FontDescription::FontDescription(const SkPaint* paint, const mat4& matrix) {
74 hash_t Font::FontDescription::hash() const {
88 int Font::FontDescription::compare(const Font::FontDescription& lhs,
89 const Font::FontDescription& rhs) {
471 FontDescription description(paint, matrix);
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 53 class FontDescription {
58 FontDescription()
78 bool operator==(const FontDescription&) const;
79 bool operator!=(const FontDescription& other) const { return !(*this == other); }
160 inline bool FontDescription::operator==(const FontDescription& other) const

Completed in 952 milliseconds