OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_font
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp
111
bVertWriting =
m_Font
.IsVertical();
256
if (!
m_Font
.LoadEmbedded(pFontData, dwFontSize)) {
273
FXFT_Face face =
m_Font
.GetFace();
344
if (!
m_Font
.GetFace())
351
return
m_Font
.GetGlyphWidth(glyph_index);
779
if (!
m_Font
.GetFace())
796
FXFT_Face face =
m_Font
.GetFace();
904
m_Font
.IsTTFont());
908
if (!
m_Font
.GetFace())
947
m_Font
.LoadSubst(m_BaseFont, IsFontType(PDFFONT_TRUETYPE), m_Flags, weight
[
all
...]
fpdf_font_cid.cpp
[
all
...]
/hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.cxx
36
m_font
= font;
191
line = *(
m_font
+(data * 5)+i);
gfx.h
217
const unsigned char *
m_font
;
member in class:upm::GFX
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp
605
&pFont->
m_Font
, pCache, font_size, pText2User,
723
&pFont->
m_Font
, pCache, font_size,
756
CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->
m_Font
);
757
FX_FONTCACHE_DEFINE(pCache, &pFont->
m_Font
);
764
&pFont->
m_Font
, charpos.m_GlyphIndex, charpos.m_FontCharWidth);
788
if (!
m_Font
.GetFace())
790
return
m_Font
.LoadGlyphPath(glyph_index, dest_width);
/external/pdfium/core/include/fpdfapi/
fpdf_resource.h
116
const CFX_SubstFont* GetSubstFont() const { return
m_Font
.GetSubstFont(); }
151
FXFT_Face GetFace() const { return
m_Font
.GetFace(); }
212
CFX_Font
m_Font
;
/external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.cpp
[
all
...]
Completed in 581 milliseconds