OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_scaledFont
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.h
44
const Font& scaledFont() const { return
m_scaledFont
; }
67
Font
m_scaledFont
;
/external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h
47
,
m_scaledFont
(hashTableDeletedFontValue())
55
,
m_scaledFont
(0)
76
cairo_scaled_font_t* scaledFont() const { return
m_scaledFont
; }
80
return PtrHash<cairo_scaled_font_t*>::hash(
m_scaledFont
);
87
return
m_scaledFont
== hashTableDeletedFontValue();
100
cairo_scaled_font_t*
m_scaledFont
;
/external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h
45
,
m_scaledFont
(0)
54
,
m_scaledFont
(0)
73
cairo_scaled_font_t* scaledFont() const { return
m_scaledFont
; }
77
uintptr_t hashCodes[1] = { reinterpret_cast<uintptr_t>(
m_scaledFont
) };
99
cairo_scaled_font_t*
m_scaledFont
;
/external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h
125
,
m_scaledFont
(hashTableDeletedFontValue())
147
,
m_scaledFont
(0)
172
,
m_scaledFont
(0)
249
cairo_scaled_font_t* scaledFont() const { return
m_scaledFont
; }
263
return PtrHash<cairo_scaled_font_t*>::hash(
m_scaledFont
);
288
return
m_scaledFont
== hashTableDeletedFontValue();
347
cairo_scaled_font_t*
m_scaledFont
;
Completed in 186 milliseconds