OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFX_FaceCache
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/core/fxge/
cfx_fontcache.h
18
class
CFX_FaceCache
;
24
CFX_FaceCache
* GetCachedFace(const CFX_Font* pFont);
34
std::unique_ptr<
CFX_FaceCache
> m_Obj;
cfx_facecache.h
25
class
CFX_FaceCache
{
27
explicit
CFX_FaceCache
(FXFT_Face face);
28
~
CFX_FaceCache
();
cfx_fontcache.cpp
12
#include "core/fxge/
cfx_facecache
.h"
28
CFX_FaceCache
* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) {
42
pdfium::MakeUnique<
CFX_FaceCache
>(bExternal ? nullptr : face);
43
CFX_FaceCache
* face_cache = new_cache.get();
cfx_font.h
22
class
CFX_FaceCache
;
103
CFX_FaceCache
* GetFaceCache() const;
111
mutable UnownedPtr<
CFX_FaceCache
> m_FaceCache;
cfx_facecache.cpp
7
#include "core/fxge/
cfx_facecache
.h"
60
CFX_FaceCache
::
CFX_FaceCache
(FXFT_Face face)
69
CFX_FaceCache
::~
CFX_FaceCache
() {}
71
std::unique_ptr<CFX_GlyphBitmap>
CFX_FaceCache
::RenderGlyph(
194
const CFX_PathData*
CFX_FaceCache
::LoadGlyphPath(const CFX_Font* pFont,
215
const CFX_GlyphBitmap*
CFX_FaceCache
::LoadGlyphBitmap(const CFX_Font* pFont,
316
CFX_TypeFace*
CFX_FaceCache
::GetDeviceCache(const CFX_Font* pFont) {
333
void
CFX_FaceCache
::InitPlatform() {
[
all
...]
cfx_font.cpp
18
#include "core/fxge/
cfx_facecache
.h"
489
CFX_FaceCache
* CFX_Font::GetFaceCache() const {
/external/pdfium/core/fxge/win32/
cfx_psrenderer.h
20
class
CFX_FaceCache
;
82
void FindPSFontGlyph(
CFX_FaceCache
* pFaceCache,
cfx_psrenderer.cpp
19
#include "core/fxge/
cfx_facecache
.h"
533
void CFX_PSRenderer::FindPSFontGlyph(
CFX_FaceCache
* pFaceCache,
668
CFX_FaceCache
* pFaceCache = pCache->GetCachedFace(pFont);
/external/pdfium/core/fxge/apple/
fx_apple_platform.cpp
18
#include "core/fxge/
cfx_facecache
.h"
164
void
CFX_FaceCache
::InitPlatform() {}
166
void
CFX_FaceCache
::DestroyPlatform() {}
168
std::unique_ptr<CFX_GlyphBitmap>
CFX_FaceCache
::RenderGlyph_Nativetext(
Completed in 546 milliseconds