Home
last modified time | relevance | path

Searched refs:FontName (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll67 br i1 %2, label %bb.i5, label %FontName.exit
71 br label %FontName.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
89 bb100.outer.outer: ; preds = %bb79.critedge, %bb1.i3, %FontName.exit
90 …%x_addr.0.ph.ph = phi %struct.rec* [ %x, %FontName.exit ], [ null, %bb79.critedge ], [ null, %bb1.…
D2009-08-04-ScavengerAssert.ll151 br i1 %21, label %bb.i5, label %FontName.exit
155 br label %FontName.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
163 bb10: ; preds = %FontName.exit, %bb8
/external/skia/experimental/PdfViewer/
DSkPdfFont.cpp168 return fontFromName(doc, fd, fd->FontName(doc).c_str()); in fontFromFontDescriptor()
215 if (fd->has_FontName() && fd->FontName(doc).equals(fontName)) { in fontFromName()
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfFontDescriptorDictionary_autogen.cpp23 SkString SkPdfFontDescriptorDictionary::FontName(SkPdfNativeDoc* doc) { in FontName() function in SkPdfFontDescriptorDictionary
DSkPdfFontDescriptorDictionary_autogen.h523 SkString FontName(SkPdfNativeDoc* doc);