OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTTFontDesc
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxge/ge/
text_int.h
26
class
CTTFontDesc
{
28
CTTFontDesc
() {
33
~
CTTFontDesc
();
fx_ge_fontmap.cpp
425
CTTFontDesc
::~
CTTFontDesc
() {
438
int
CTTFontDesc
::ReleaseFace(FXFT_Face face) {
505
CTTFontDesc
* pFontDesc = it->second;
516
CTTFontDesc
* pFontDesc = new
CTTFontDesc
;
569
CTTFontDesc
* pFontDesc = it->second;
584
CTTFontDesc
* pFontDesc = new
CTTFontDesc
;
[
all
...]
/external/pdfium/core/include/fxge/
fx_font.h
25
class
CTTFontDesc
;
277
std::map<CFX_ByteString,
CTTFontDesc
*> m_FaceMap;
Completed in 778 milliseconds