HomeSort by relevance Sort by last modified time
    Searched defs:CFX_Font (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/
cfx_font.h 28 class CFX_Font {
30 CFX_Font();
31 ~CFX_Font();
cfx_font.cpp 7 #include "core/fxge/cfx_font.h"
180 const char CFX_Font::s_AngleSkew[] = {
185 const uint8_t CFX_Font::s_WeightPow[] = {
194 const uint8_t CFX_Font::s_WeightPow_11[] = {
203 const uint8_t CFX_Font::s_WeightPow_SHIFTJIS[] = {
212 CFX_Font::CFX_Font()
227 void CFX_Font::SetFace(FXFT_Face face) {
232 void CFX_Font::SetSubstFont(std::unique_ptr<CFX_SubstFont> subst) {
237 CFX_Font::~CFX_Font()
    [all...]

Completed in 2286 milliseconds