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

  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 41 CPDF_Dictionary* font_desc = font_dict->GetDictFor("FontDescriptor"); local
42 ASSERT_TRUE(font_desc);
43 EXPECT_EQ("FontDescriptor", font_desc->GetStringFor("Type"));
45 font_desc->GetStringFor("FontName"));
49 ASSERT_TRUE(font_desc->KeyExist("Flags"));
51 int font_flags = font_desc->GetIntegerFor("Flags");
55 ASSERT_TRUE(font_desc->KeyExist("FontBBox"));
57 CPDF_Array* fontBBox = font_desc->GetArrayFor("FontBBox");
65 EXPECT_TRUE(font_desc->KeyExist("ItalicAngle"));
66 EXPECT_TRUE(font_desc->KeyExist("Ascent"))
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 114 CTFontDescriptorRef font_desc = CTFontDescriptorCreateWithAttributes (attributes); local
116 return font_desc;
729 CTFontDescriptorRef font_desc = CTFontDescriptorCreateWithAttributes (attributes); local
732 range->font = CTFontCreateCopyWithAttributes (ct_font, 0.0, nullptr, font_desc);
733 CFRelease (font_desc);
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 96 milliseconds