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

  /external/webkit/Source/WebCore/platform/text/transcoder/
FontTranscoder.h 43 class FontTranscoder {
44 WTF_MAKE_NONCOPYABLE(FontTranscoder); WTF_MAKE_FAST_ALLOCATED;
50 FontTranscoder();
51 ~FontTranscoder(); // Not implemented to make sure nobody accidentally calls delete -- WebCore does not delete singletons.
61 friend FontTranscoder& fontTranscoder();
64 FontTranscoder& fontTranscoder();
FontTranscoder.cpp 32 #include "FontTranscoder.h"
40 FontTranscoder::FontTranscoder()
63 FontTranscoder::ConverterType FontTranscoder::converterType(const FontDescription& fontDescription, const TextEncoding* encoding) const
80 void FontTranscoder::convert(String& text, const FontDescription& fontDescription, const TextEncoding* encoding) const
94 bool FontTranscoder::needsTranscoding(const FontDescription& fontDescription, const TextEncoding* encoding) const
100 FontTranscoder& fontTranscoder()
102 static FontTranscoder* transcoder = new FontTranscoder
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 821 platform/text/transcoder/FontTranscoder.cpp \
    [all...]

Completed in 46 milliseconds