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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 85 struct CachedShapingResults;
86 typedef std::map<std::wstring, CachedShapingResults*> CachedShapingResultsMap;
89 struct CachedShapingResults {
90 CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* runFont, hb_direction_t runDir, const String& newLocale);
91 ~CachedShapingResults();
107 CachedShapingResults::CachedShapingResults(hb_buffer_t* harfBuzzBuffer, const Font* fontData, hb_direction_t dirData, const String& newLocale)
115 CachedShapingResults::~CachedShapingResults()
134 CachedShapingResults* find(const std::wstring& key) const
    [all...]
HarfBuzzShaper.h 163 friend struct CachedShapingResults;

Completed in 67 milliseconds