HomeSort by relevance Sort by last modified time
    Searched full:font (Results 1326 - 1350 of 7108) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/ManualTests/
svg-repaint-image.svg 61 <text id="A" x="0" y="32" fill="red" font-size="32" onclick="stateA()">|A|</text>
62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
63 <text x="0" y="642" fill="black" font-size="32">Click B and then A above.</text>
64 <text x="0" y="674" fill="black" font-size="32">The animation should have no trails or clipping.</text>
svg-repaint-path.svg 61 <text id="A" x="0" y="32" fill="red" font-size="32" onclick="stateA()">|A|</text>
62 <text id="B" x="60" y="32" fill="blue" font-size="32" onclick="stateB()">B</text>
63 <text x="0" y="642" fill="black" font-size="32">Click B and then A above.</text>
64 <text x="0" y="674" fill="black" font-size="32">The animation should have no trails or clipping.</text>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorCommon.css 13 font-family: Lucida Grande, sans-serif;
14 font-size: 12px;
23 font-family: Ubuntu, Arial, sans-serif;
28 font-family: 'Lucida Grande', sans-serif;
40 font-family: 'Segoe UI', Tahoma, sans-serif;
75 font-size: 10px !important;
76 font-family: monospace;
139 font-size: 80%;
247 font-size: 11px;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontWin.cpp 33 #include "platform/fonts/Font.h"
50 bool Font::canReturnFallbackFontsForComplexText()
55 bool Font::canExpandAroundIdeographsInComplexText()
60 void Font::drawGlyphs(GraphicsContext* graphicsContext,
61 const SimpleFontData* font, const GlyphBuffer& glyphBuffer,
80 const OpenTypeVerticalData* verticalData = font->verticalData();
90 const FontMetrics& metrics = font->fontMetrics();
98 verticalData->getVerticalTranslationsForGlyphs(font, &glyphs[0], curLen, reinterpret_cast<float*>(&translations[0]));
112 paintSkiaText(graphicsContext, font->platformData(), curLen, &glyphs[0], &advances[0], &offsets[0], origin, SkRect(textRect));
153 paintSkiaText(graphicsContext, font->platformData(), curLen, &glyphs[0], &advances[0], 0, origin, SkRect(textRect))
    [all...]
GlyphPageTreeNodeWin.cpp 35 #include "platform/fonts/Font.h"
45 // Fills one page of font data pointers with 0 to indicate that there
54 // ensure the font is loaded in memory to make it work in a sandboxed process.
55 static bool getGlyphIndices(HFONT font, HDC dc, const UChar* characters, unsigned charactersLength, WORD* glyphBuffer, DWORD flag)
59 if (FontPlatformData::ensureFontLoaded(font)) {
70 static bool initSpaceGlyph(HFONT font, HDC dc, Glyph* spaceGlyph)
73 return getGlyphIndices(font, dc, &space, 1, spaceGlyph, 0);
111 // + If the font has a glyph available for the character,
113 // + If the font does not have glyphs available for the character,
117 // + If the font has a glyph available for the character
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
content_listeners.html 6 font-size: 300%;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.css 32 font-size: 12px;
33 font-family: Helvetica, Arial, sans-serif;
54 font-weight: bold;
115 font-weight: bold;
195 font-weight: bold;
225 font-weight: normal !important;
229 font-weight: bold;
238 font-weight: bold;
278 font-weight: bold;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.html 37 font-size: 1.2em;
41 font-size: 1em;
59 font-weight: bold;
60 font-size: 90%;
flakiness_dashboard.css 32 font-family: arial;
33 font-size: 13px;
36 font-size: 16px;
40 font-size: 13px;
  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebSandboxSupport.h 47 // Get a font family which contains glyphs for the given Unicode code-point.
52 // Returns a string with the font family on an empty string if the
54 // Returns a WebFontFamily instance with the font name. The instance has empty font name if the request cannot be satisfied.
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svwinfnt.h 5 /* The FreeType Windows FNT/FONT service (specification). */
  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.h 5 /* TrueType GX Font Variation loader (specification) */
70 /* Data for interpolating a font from a distortable font specified */
79 /* interpolated font. */
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-private.hh 54 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); }
55 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); }
  /external/chromium_org/third_party/ots/test/
README 2 ot-sanitise - TTF/OTF font transcoder
6 opentype font file using the OTS library:
25 idempotent - TTF/OTF font transcoder (for OTS debugging)
29 font file using OTS. This tool transcodes the original font twice and then
55 validator_checker - font validation checker
59 If the program detects that the font is invalid, it prints "OK" and returns
61 the transcoded font and renders some characters using FreeType2:
79 OK: the malicious font was filtered: malformed/1.ttf
80 OK: the malicious font was filtered: malformed/2.tt
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
merger.cc 21 #include "sfntly/font.h"
44 CALLER_ATTACH Font* Merger::Merge() {
49 fprintf(stderr, "Could not create merged font info\n");
68 fprintf(stderr, "Couldn't create font info. "
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 26 Subsetter::Subsetter(Font* font, FontFactory* font_factory) {
27 font_ = font;
54 CALLER_ATTACH Font::Builder* Subsetter::Subset() {
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_font_utils.cc 36 void SerializeFont(const char* font_path, FontFactory* factory, Font* font) {
39 assert(font);
41 factory->SerializeFont(font, &output_stream);
  /external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 40 // The type of the underlying font program. This field determines which
47 uint16_t fLastGlyphID; // The last valid glyph ID in the font.
48 uint16_t fEmSize; // The size of the em box (defines font units).
60 uint16_t fStyle; // Font style characteristics.
63 // The following fields are all in font units.
69 SkIRect fBBox; // The bounding box of all glyphs (in font units).
139 @param num_glyphs Total number of glyphs in the given font.
140 @param glyphIDs For per-glyph info, specify subset of the font by
142 id. Passing NULL means all glyphs in the font.
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.browser_backend.html 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.chrome.html"><font color="#ffffff">chrome</font></a>.browser_backend</strong></big></big></font></td
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/chrome/browser_backend.py">telemetry/core/chrome/browser_backend.py</a></font></td></tr></table
    [all...]
  /external/chromium_org/ui/base/cocoa/controls/
blue_label_button.h 15 // font height and label width.
  /external/chromium_org/ui/keyboard/resources/webui/
constants.js 13 * Ratio of key height and font size.
  /external/chromium_org/ui/views/controls/table/
table_header.h 8 #include "ui/gfx/font.h"
28 const gfx::Font& font() const { return font_; } function in class:views::TableHeader
73 const gfx::Font font_;
  /external/clang/www/
menu.css 27 font-weight: bold;
  /external/compiler-rt/www/
menu.css 27 font-weight: bold;
  /external/dexmaker/javadoc/
allclasses-frame.html 18 <FONT size="+1" CLASS="FrameHeadingFont">
19 <B>All Classes</B></FONT>
24 <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/google/dexmaker/BinaryOp.html" title="enum in com.google.dexmaker" target="classFrame">BinaryOp</A>
46 </FONT></TD>

Completed in 589 milliseconds

<<51525354555657585960>>