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

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 255 CFX_ByteString csFontName = CPDF_InterForm::GetNativeFont(charSet, NULL);
256 if (pFont == NULL || csFontName != "Helvetica") {
369 CPDF_Font* GetInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csFontName, CFX_ByteString& csNameTag)
371 if (pFormDict == NULL || csFontName.IsEmpty()) {
405 if (csBaseFont == csFontName) {
507 FX_BOOL FindInterFormFont(CPDF_Dictionary* pFormDict, CPDF_Document* pDocument, CFX_ByteString csFontName, CPDF_Font*& pFont, CFX_ByteString& csNameTag)
520 if (csFontName.GetLength() > 0) {
521 csFontName.Remove(' ');
546 if (csBaseFont == csFontName) {
600 CFX_ByteString csFontName = CPDF_InterForm::GetNativeFont(charSet)
    [all...]
doc_form.cpp 418 CPDF_Font* CPDF_InterForm::AddSystemFont(const CPDF_Document* pDocument, CFX_ByteString csFontName, FX_BYTE iCharSet)
420 if (pDocument == NULL || csFontName.IsEmpty()) {
427 HFONT hFont = ::CreateFontA(0, 0, 0, 0, 0, 0, 0, 0, iCharSet, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, csFontName.c_str());
440 CPDF_Font* CPDF_InterForm::AddSystemFont(const CPDF_Document* pDocument, CFX_WideString csFontName, FX_BYTE iCharSet)
442 if (pDocument == NULL || csFontName.IsEmpty()) {
449 HFONT hFont = ::CreateFontW(0, 0, 0, 0, 0, 0, 0, 0, iCharSet, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, csFontName.c_str());
462 CPDF_Font* CPDF_InterForm::AddStandardFont(const CPDF_Document* pDocument, CFX_ByteString csFontName)
464 if (pDocument == NULL || csFontName.IsEmpty()) {
468 if (csFontName == "ZapfDingbats") {
469 pFont = ((CPDF_Document*)pDocument)->AddStandardFont(csFontName, NULL)
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 434 milliseconds