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

  /external/sfntly/cpp/src/sfntly/table/
table.cc 52 void Table::SetFont(Font* font) {
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 311 void CPDF_TextState::SetFont(CPDF_Font* pFont)
526 m_TextState.SetFont(pParser->FindFont(pFont->GetString(0)));
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 63 void SetFont(int index, CPDF_Font* font)
94 font_array->SetFont(index, pFont);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 299 virtual HRESULT WINAPI SetFont(ITextFont *pFont) = 0;
361 HRESULT (WINAPI *SetFont)(ITextRange *This,ITextFont *pFont);
425 #define ITextRange_SetFont(This,pFont) (This)->lpVtbl->SetFont(This,pFont)
    [all...]

Completed in 953 milliseconds