OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFX_CTTGSUBTable
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp
58
bool
CFX_CTTGSUBTable
::LoadGSUBTable(FT_Bytes gsub) {
69
bool
CFX_CTTGSUBTable
::GetVerticalGlyph(uint32_t glyphnum,
116
bool
CFX_CTTGSUBTable
::GetVerticalGlyphSub(uint32_t glyphnum,
133
bool
CFX_CTTGSUBTable
::GetVerticalGlyphSub2(uint32_t glyphnum,
160
int
CFX_CTTGSUBTable
::GetCoverageIndex(struct TCoverageFormatBase* Coverage,
191
bool
CFX_CTTGSUBTable
::Parse(FT_Bytes scriptlist,
199
void
CFX_CTTGSUBTable
::ParseScriptList(FT_Bytes raw, struct TScriptList* rec) {
213
void
CFX_CTTGSUBTable
::ParseScript(FT_Bytes raw, struct TScript* rec) {
228
void
CFX_CTTGSUBTable
::ParseLangSys(FT_Bytes raw, struct TLangSys* rec) {
242
void
CFX_CTTGSUBTable
::ParseFeatureList(FT_Bytes raw, TFeatureList* rec)
[
all
...]
ttgsubtable.h
28
class
CFX_CTTGSUBTable
{
30
CFX_CTTGSUBTable
(void) : m_bFeautureMapLoad(FALSE), loaded(false) {}
31
CFX_CTTGSUBTable
(FT_Bytes gsub) : m_bFeautureMapLoad(FALSE), loaded(false) {
34
virtual ~
CFX_CTTGSUBTable
() {}
360
CFX_CTTGSUBTable
m_GsubImp;
fpdf_font_cid.cpp
[
all
...]
/external/pdfium/core/include/fpdfapi/
fpdf_resource.h
16
class
CFX_CTTGSUBTable
;
481
CFX_CTTGSUBTable
* m_pTTGSUBTable;
Completed in 133 milliseconds