HomeSort by relevance Sort by last modified time
    Searched full:font (Results 376 - 400 of 5289) sorted by null

<<11121314151617181920>>

  /external/tinyxml/docs/
doxygen.css 2 font-family: Geneva, Arial, Helvetica, sans-serif;
5 font-size: 90%;
9 font-size: 160%;
12 font-size: 120%;
15 font-size: 100%;
17 CAPTION { font-weight: bold }
45 font-size: 70%;
49 font-weight: bold;
54 font-weight: bold;
63 font-weight: bold
    [all...]
  /external/jsr305/javadoc/javax/annotation/
MatchesPattern.html 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
Syntax.html 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
MatchesPattern.Checker.html 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
Nonnegative.Checker.html 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
Nonnull.Checker.html 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
RegEx.Checker.html 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCacheWx.cpp 31 #include "Font.h"
42 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
45 fontData = getCachedFontData(font.fontDescription(), font.family().family());
47 fontData = getSimilarFontPlatformData(font);
49 fontData = getLastResortFallbackFont(font.fontDescription());
55 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
59 // Attempt to find an appropriate font using a match based on
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
methods_index_all.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
51 <br><font size="+2">A</font>&nbsp;
52 <a href="#B"><font size="-2">B</font></a>
53 <a href="#C"><font size="-2">C</font></a>
54 <a href="#D"><font size="-2">D</font></a>
    [all...]
  /external/skia/src/pdf/
SkPDFFont.h 40 FontGlyphSetPair(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
63 void noteGlyphUsage(SkPDFFont* font, const uint16_t* glyphIDs,
67 SkPDFGlyphSet* getGlyphSetForFont(SkPDFFont* font);
74 A PDF Object class representing a font. The font may have resources
75 attached to it in order to embed the font. SkPDFFonts are canonicalized
76 so that resource deduplication will only include one copy of a font.
91 /** Returns the font type represented in this font. For Type0 fonts,
92 * returns the type of the decendant font
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 34 #include "Font.h"
42 const Font& font)
44 font.primaryFont()->platformData().hfont(),
45 font.primaryFont()->platformData().scriptCache(),
46 font.primaryFont()->platformData().scriptFontProperties(),
47 font.primaryFont()->spaceGlyph())
48 , m_font(&font)
52 setLetterSpacing(font.letterSpacing());
53 setSpaceWidth(font.spaceWidth())
    [all...]
UniscribeHelperTextRun.h 38 class Font;
46 UniscribeHelperTextRun(const TextRun&, const Font&);
49 // this constructor will not give you font fallback, but it will provide
51 // ("TryToPreloadFont") if the caller does not have a TextRun/Font.
63 // This function retrieves the Windows font data (HFONT, etc) for the next
64 // WebKit font in the list. If the font data corresponding to font_index_
67 // WebKit and adds them to in hfonts_ and friends so that font data can be
72 // Reference to WebKit::Font that contains all the information about fonts
74 // NextWinFontData to retrieve Windows font data for a series o
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 24 #import "Font.h"
45 bool Font::canReturnFallbackFontsForComplexText()
50 bool Font::canExpandAroundIdeographsInComplexText()
55 // CTFontGetVerticalTranslationsForGlyphs is different on Snow Leopard. It returns values for a font-size of 1
81 static void showGlyphsWithAdvances(const FloatPoint& point, const SimpleFontData* font, CGContextRef context, const CGGlyph* glyphs, const CGSize* advances, size_t count)
85 const FontPlatformData& platformData = font->platformData();
88 bool isVertical = font->platformData().orientation() == Vertical;
109 CGPoint position = FloatPoint(point.x(), point.y() + font->fontMetrics().floatAscent(IdeographicBaseline) - font->fontMetrics().floatAscent());
140 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, (…)
    [all...]
  /external/dexmaker/javadoc/com/google/dexmaker/
package-frame.html 18 <FONT size="+1" CLASS="FrameTitleFont">
19 <A HREF="../../../com/google/dexmaker/package-summary.html" target="classFrame">com.google.dexmaker</A></FONT>
22 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
23 Classes</FONT>&nbsp;
24 <FONT CLASS="FrameItemFont">
38 <A HREF="TypeId.html" title="class in com.google.dexmaker" target="classFrame">TypeId</A></FONT></TD>
45 <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
46 Enums</FONT>&nbsp;
47 <FONT CLASS="FrameItemFont">
53 <A HREF="UnaryOp.html" title="enum in com.google.dexmaker" target="classFrame">UnaryOp</A></FONT></TD
    [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 32 #include "hb-font-private.hh"
56 * - In the future, we should add constructors to create fonts in font space?
63 hb_ft_get_glyph (hb_font_t *font HB_UNUSED,
86 hb_ft_get_glyph_h_advance (hb_font_t *font HB_UNUSED,
102 hb_ft_get_glyph_v_advance (hb_font_t *font HB_UNUSED,
120 hb_ft_get_glyph_h_origin (hb_font_t *font HB_UNUSED,
132 hb_ft_get_glyph_v_origin (hb_font_t *font HB_UNUSED,
154 hb_ft_get_glyph_h_kerning (hb_font_t *font,
163 FT_Kerning_Mode mode = font->x_ppem ? FT_KERNING_DEFAULT : FT_KERNING_UNFITTED;
171 hb_ft_get_glyph_v_kerning (hb_font_t *font HB_UNUSED
375 hb_font_t *font; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 27 import java.awt.Font;
64 private List<Font> mFonts;
82 public static List<Font> getFonts(Typeface typeface) {
86 public static List<Font> getFonts(int native_int) {
95 public List<Font> getFonts() {
111 // font loader has not been initialized yet, add the delegate to a list of delegates
112 // to init when the font loader is initialized.
131 // font loader has not been initialized yet, add the delegate to a list of delegates
132 // to init when the font loader is initialized.
154 Font font = Font.createFont(Font.TRUETYPE_FONT, f) local
    [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
dex-format.css 2 font-family: serif;
15 font-family: serif;
26 font-family: serif;
27 font-style: bold;
34 font-family: serif;
35 font-style: italic;
43 font-size: 8pt;
49 font-size: 10pt;
71 font-family: sans-serif;
76 font-family: sans-serif
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 30 #include "Font.h"
65 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer,
74 TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, int offset);
75 TextRunComponent(int spaces, const Font &font, int offset);
87 TextRunComponent::TextRunComponent(const UChar *start, int length, const TextRun& parentTextRun, const Font &font, int o)
95 WidthIterator it(&font, m_textRun);
100 TextRunComponent::TextRunComponent(int s, const Font &font, int o
    [all...]
  /external/chromium/chrome/browser/sync/resources/
gaia_login.css 40 font-weight: bold;
47 font-size: 10pt;
48 font-weight: bold;
54 font-size: smaller;
57 font.errormsg {
59 font-size: smaller;
66 font.errormsgspacer {
67 font-size: smaller;
105 font-size: 11pt;
113 font-size: 11pt
    [all...]
  /external/jsr305/javadoc/javax/annotation/meta/
TypeQualifierValidator.html 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 56 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
62 return font.size();
64 return RenderText::width(from, length, font, xPosition, fallbackFonts, glyphOverflow);
70 textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().pixelSize());
106 shouldUpdateFont = style()->setFontDescription(description); // Need to change font orientation to horizontal.
112 Font compressedFont = Font(description, style()->font().letterSpacing(), style()->font().wordSpacing())
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
methods_index_removals.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
51 <br><font size="+2">G</font>&nbsp;
52 <a href="#R"><font size="-2">R</font></a>
53 <a href="#topheader"><font size="-2">TOP</font></a>
58 <br><font size="+2">R</font>&nbsp
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
constructors_index_changes.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
51 <br><font size="+2">F</font>&nbsp;
52 <a href="#N"><font size="-2">N</font></a>
53 <a href="#topheader"><font size="-2">TOP</font></a>
58 <br><font size="+2">N</font>&nbsp
    [all...]
fields_index_removals.html 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
48 Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
51 <br><font size="+2">R</font>&nbsp;
52 <a href="#W"><font size="-2">W</font></a>
53 <a href="#topheader"><font size="-2">TOP</font></a>
58 <br><font size="+2">W</font>&nbsp
    [all...]
  /ndk/build/gmsl/
index.html 17 The two files needed are <span style="font-family: monospace;">gmsl</span>
18 and <span style="font-family: monospace;">__gmsl</span>.&nbsp; To
21 <span style="font-family: monospace;">gmsl</span> automatically includes<span style="font-family: monospace;"> __gmsl</span>.&nbsp; To check that
22 you have the right version of <span style="font-family: monospace;">gmsl</span>
23 use the <span style="font-family: monospace;">gmsl_compatible</span>
25 below). The current version is <span style="font-family: monospace;">1
28 The GMSL package also includes a test suite for GMSL.&nbsp; Just run <span style="font-family: monospace;">make -f gmsl-tests</span>.<br>
33 <hr style="width: 100%; height: 2px;"><span style="font-weight: bold;">not</span><br>
37 <span style="font-family: monospace;">Arguments: A boolean value</span><br style="font-family: monospace;"
    [all...]

Completed in 1829 milliseconds

<<11121314151617181920>>