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

  /external/pdfium/core/fxge/ge/
cfx_font.cpp 182 const char CFX_Font::s_AngleSkew[] = {
187 const uint8_t CFX_Font::s_WeightPow[] = {
196 const uint8_t CFX_Font::s_WeightPow_11[] = {
205 const uint8_t CFX_Font::s_WeightPow_SHIFTJIS[] = {
214 CFX_Font::CFX_Font()
233 bool CFX_Font::LoadClone(const CFX_Font* pFont) {
260 void CFX_Font::SetFace(FXFT_Face face) {
267 CFX_Font::~CFX_Font()
    [all...]
  /external/pdfium/core/fxge/
fx_font.h 101 class CFX_Font {
103 CFX_Font();
104 ~CFX_Font();
123 bool LoadClone(const CFX_Font* pFont);

Completed in 42 milliseconds