OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfx_facecache
(Results
1 - 12
of
12
) sorted by null
/external/pdfium/core/fxge/
cfx_fontcache.h
17
class
CFX_FaceCache
;
23
CFX_FaceCache
* GetCachedFace(const CFX_Font* pFont);
33
std::unique_ptr<
CFX_FaceCache
> m_Obj;
cfx_facecache.h
16
class
CFX_FaceCache
{
18
explicit
CFX_FaceCache
(FXFT_Face face);
19
~
CFX_FaceCache
();
fx_font.h
22
class
CFX_FaceCache
;
184
friend class
CFX_FaceCache
;
187
CFX_FaceCache
* GetFaceCache() const;
193
mutable
CFX_FaceCache
* m_FaceCache; // not owned.
/external/pdfium/core/fxge/ge/
cfx_fontcache.cpp
12
#include "core/fxge/
cfx_facecache
.h"
27
CFX_FaceCache
* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) {
40
CFX_FaceCache
* face_cache = new
CFX_FaceCache
(bExternal ? nullptr : face);
cfx_facecache.cpp
7
#include "core/fxge/
cfx_facecache
.h"
79
CFX_FaceCache
::
CFX_FaceCache
(FXFT_Face face)
88
CFX_FaceCache
::~
CFX_FaceCache
() {
94
CFX_GlyphBitmap*
CFX_FaceCache
::RenderGlyph(const CFX_Font* pFont,
228
const CFX_PathData*
CFX_FaceCache
::LoadGlyphPath(const CFX_Font* pFont,
257
const CFX_GlyphBitmap*
CFX_FaceCache
::LoadGlyphBitmap(const CFX_Font* pFont,
355
CFX_TypeFace*
CFX_FaceCache
::GetDeviceCache(const CFX_Font* pFont) {
367
void
CFX_FaceCache
::InitPlatform() {
[
all
...]
cfx_font.cpp
16
#include "core/fxge/
cfx_facecache
.h"
538
CFX_FaceCache
* CFX_Font::GetFaceCache() const {
cfx_renderdevice.cpp
15
#include "core/fxge/
cfx_facecache
.h"
[
all
...]
/external/pdfium/core/fxge/win32/
cfx_psrenderer.h
19
class
CFX_FaceCache
;
81
void FindPSFontGlyph(
CFX_FaceCache
* pFaceCache,
cfx_psrenderer.cpp
13
#include "core/fxge/
cfx_facecache
.h"
525
void CFX_PSRenderer::FindPSFontGlyph(
CFX_FaceCache
* pFaceCache,
653
CFX_FaceCache
* pFaceCache = pCache->GetCachedFace(pFont);
/external/pdfium/core/fxge/apple/
fx_apple_platform.cpp
14
#include "core/fxge/
cfx_facecache
.h"
162
void
CFX_FaceCache
::InitPlatform() {}
164
void
CFX_FaceCache
::DestroyPlatform() {}
166
CFX_GlyphBitmap*
CFX_FaceCache
::RenderGlyph_Nativetext(
/external/pdfium/
pdfiumfxge.mk
48
core/fxge/ge/
cfx_facecache
.cpp \
BUILD.gn
819
"core/fxge/
cfx_facecache
.h",
861
"core/fxge/ge/
cfx_facecache
.cpp",
[
all
...]
Completed in 1305 milliseconds