LibreOffice Module vcl (master) 1
|
#include <memory>
#include <systools/win32/comtools.hxx>
#include <vcl/dllapi.h>
#include <skia/gdiimpl.hxx>
#include <skia/utils.hxx>
#include <win/salgdi.h>
#include <win/wingdiimpl.hxx>
#include <o3tl/lru_map.hxx>
#include <ControlCacheKey.hxx>
#include <svdata.hxx>
#include <SkFont.h>
#include <SkFontMgr.h>
#include <dwrite_3.h>
Go to the source code of this file.
Classes | |
class | SkiaCompatibleDC |
class | WinSkiaSalGraphicsImpl |
class | SkiaControlsCache |
Typedefs | |
typedef std::pair< ControlCacheKey, sk_sp< SkImage > > | SkiaControlCachePair |
typedef o3tl::lru_map< ControlCacheKey, sk_sp< SkImage >, ControlCacheHashFunction > | SkiaControlCacheType |
typedef std::pair<ControlCacheKey, sk_sp<SkImage> > SkiaControlCachePair |
Definition at line 75 of file win/gdiimpl.hxx.
typedef o3tl::lru_map<ControlCacheKey, sk_sp<SkImage>, ControlCacheHashFunction> SkiaControlCacheType |
Definition at line 77 of file win/gdiimpl.hxx.