OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:font
(Results
1801 - 1825
of
7108
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/chromium_org/chrome/browser/resources/signin_internals/
signin_index.css
7
font
-size: 100%;
20
font
-weight: bold;
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/templates/
index.html
10
body {
font
: 14px Arial; }
12
p { padding: 100px 0; text-align: center;
font
-size: 24px; }
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.mm
48
NSFont*
font
= [attrs objectForKey:NSFontAttributeName];
49
rect.origin.y += NSHeight(rect) - [
font
ascender];
/external/chromium_org/third_party/WebKit/ManualTests/
svg-deep-clone-to-new-doc.html
45
<text
font
-family="Verdana"
font
-size="72.5" fill="url(#orange_red)" >
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFaceCache.cpp
111
// We need to check
font
-variant css property for CSS2.1 compatibility.
113
// Prefer a
font
that has indicated that it can only support small-caps to a
font
that claims to support
114
// all variants. The specialized
font
is more likely to be true small-caps and not require synthesis.
128
// Prefer a
font
that has indicated that it can only support italics to a
font
that claims to support
129
// all styles. The specialized
font
is more likely to be the one the author wants used.
141
// http://www.w3.org/TR/2011/WD-css3-fonts-20111004/#
font
-matching-algorithm says :
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h
109
TextRun constructTextRun(RenderStyle*, const
Font
&, StringBuilder* charactersWithHyphen = 0) const;
110
TextRun constructTextRun(RenderStyle*, const
Font
&, StringView, int maximumLength, StringBuilder* charactersWithHyphen = 0) const;
113
TextRun constructTextRunForInspector(RenderStyle*, const
Font
&) const;
179
void paintCompositionBackground(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const
Font
&, int startPos, int endPos);
180
void paintDocumentMarkers(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const
Font
&, bool background);
185
void paintSelection(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const
Font
&, Color textColor);
186
void paintDocumentMarker(GraphicsContext*, const FloatPoint& boxOrigin, DocumentMarker*, RenderStyle*, const
Font
&, bool grammar);
187
void paintTextMatchMarker(GraphicsContext*, const FloatPoint& boxOrigin, DocumentMarker*, RenderStyle*, const
Font
&);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
CustomFontData.h
67
bool m_isLoadingFallback; // Whether or not this is a temporary
font
data for a custom
font
which is not yet loaded.
/external/chromium_org/third_party/freetype/include/freetype/
ftbbox.h
77
/* If the
font
is tricky and the glyph has been loaded with */
82
/* which can be eventually converted back to
font
units. */
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape-plan.h
35
#include "hb-
font
.h"
78
hb_font_t *
font
,
/external/chromium_org/third_party/ots/test/
side-by-side.cc
135
if (error) return -1; // no such glyf in the
font
.
161
std::fprintf(stderr, "the glyph is not found on the transcoded
font
\n");
178
std::fprintf(stderr, "Failed to open the original
font
: %s!\n", file_name);
185
std::fprintf(stderr, "Failed to open the transcoded
font
: %s!\n",
233
// load the
font
to memory.
251
// check if FreeType2 can open the original
font
.
261
std::fprintf(stderr, "Failed to open the original
font
with FT2! %s\n",
266
// transcode the original
font
.
/external/chromium_org/tools/telemetry/docs/
telemetry.core.exceptions.html
9
<
font
color="#ffffff" face="helvetica, arial"> <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>.exceptions</strong></big></big></
font
></td
11
><
font
color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/exceptions.py">telemetry/core/exceptions.py</a></
font
></td></tr></table>
19
<
font
color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></
font
></td></tr
[
all
...]
/external/chromium_org/tools/traceline/svgui/
traceline.css
15
font
-family: monospace;
42
font
-family: monospace;
/external/chromium_org/ui/base/cocoa/
menu_controller.mm
14
#include "ui/gfx/
font
.h"
31
gfx::
Font
font
(base::SysNSStringToUTF8([nsfont fontName]),
33
return gfx::ElideText(title,
font
, width, gfx::ELIDE_AT_END);
183
const gfx::
Font
*
font
= model->GetLabelFontAt(modelIndex);
184
if (
font
) {
186
[NSDictionary dictionaryWithObject:
font
->GetNativeFont()
/external/chromium_org/ui/gfx/
canvas_unittest.cc
10
#include "ui/gfx/
font
.h"
30
gfx::
Font
font_;
font_render_params_linux.h
56
// Returns the system's default parameters for
font
rendering.
59
// Returns the system's default parameters for WebKit
font
rendering.
pango_util.cc
20
#include "ui/gfx/
font
.h"
38
// TODO(derat): Return
font
-specific options: http://crbug.com/125235
40
//
Font
settings that we initialize once and then use when drawing text.
105
// that a 10 point
font
will be 13 units high. (10 * 96. / 72. = 13.3)."
149
// a copy of the static
font
options object.
243
const
Font
&
font
,
249
ScopedPangoFontDescription desc(
font
.GetNativeFont());
/external/clang/include/clang/AST/
CommentHTMLTags.td
17
def
Font
: Tag<"
font
">;
/external/clang/test/SemaObjC/
typedef-class.m
40
-(void) configureForControlSize:(NSControlSize)size
font
:(NSFont *)
font
addDefaultSpace:(XCElementInset) additionalSpace;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
searchcvs.css
5
font
: inherit;
47
font
-weight: bold;
/external/freetype/include/freetype/
ftbbox.h
77
/* If the
font
is tricky and the glyph has been loaded with */
82
/* which can be eventually converted back to
font
units. */
/external/harfbuzz_ng/src/
hb-shape-plan.h
35
#include "hb-
font
.h"
78
hb_font_t *
font
,
/external/icu4c/layout/
ArabicLayoutEngine.h
36
* a particular
font
, script and language. It takes the GSUB table as a parameter since
38
* Indic OpenType
font
.
40
* @param fontInstance - the
font
56
* This constructor is used when the
font
requires a "canned" GSUB table which can't be known
59
* @param fontInstance - the
font
122
* If the
font
contains a GDEF table, that is used to identify voewls and accents. Otherwise
158
* This constructs an instance of UnicodeArabicOpenTypeLayoutEngine for a specific
font
,
161
* @param fontInstance - the
font
/external/icu4c/samples/layout/
GDIFontInstance.cpp
41
void GDISurface::setFont(const GDIFontInstance *
font
)
44
if (fCurrentFont !=
font
) {
45
fCurrentFont =
font
;
46
SelectObject(fHdc,
font
->getFont());
49
SelectObject(fHdc,
font
->getFont());
53
void GDISurface::drawGlyphs(const LEFontInstance *
font
, const LEGlyphID *glyphs, le_int32 count, const float *positions,
81
setFont((GDIFontInstance *)
font
);
93
ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset -
font
->getAscent(), ETO_CLIPPED | ETO_GLYPH_INDEX, &clip,
/frameworks/base/core/java/android/text/style/
TypefaceSpan.java
33
* @param family The
font
family for this typeface. Examples include
57
* Returns the
font
family name.
/frameworks/base/docs/html/design/building-blocks/
buttons.jd
21
basic buttons: default and small. Default buttons have slightly larger
font
size and are optimized
23
They have a smaller
font
and smaller minimum height. Use small buttons in forms where they need to
Completed in 1139 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>