OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebFontRendering
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/win/
WebFontRendering.cpp
6
#include "public/web/win/
WebFontRendering
.h"
13
void
WebFontRendering
::setUseDirectWrite(bool useDirectWrite)
19
void
WebFontRendering
::setDirectWriteFactory(IDWriteFactory* factory)
25
void
WebFontRendering
::setUseSubpixelPositioning(bool useSubpixelPositioning)
31
void
WebFontRendering
::addSideloadedFontForTesting(SkTypeface* typeface)
/external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontRendering.cpp
32
#include "public/web/linux/
WebFontRendering
.h"
47
void
WebFontRendering
::setHinting(SkPaint::Hinting hinting)
53
void
WebFontRendering
::setAutoHint(bool useAutoHint)
59
void
WebFontRendering
::setUseBitmaps(bool useBitmaps)
65
void
WebFontRendering
::setAntiAlias(bool useAntiAlias)
71
void
WebFontRendering
::setSubpixelRendering(bool useSubpixelRendering)
77
void
WebFontRendering
::setSubpixelPositioning(bool useSubpixelPositioning)
86
void
WebFontRendering
::setLCDOrder(SkFontHost::LCDOrder order)
92
void
WebFontRendering
::setLCDOrientation(SkFontHost::LCDOrientation orientation)
/external/chromium_org/content/renderer/
render_view_linux.cc
8
#include "third_party/WebKit/public/web/linux/
WebFontRendering
.h"
10
using blink::
WebFontRendering
;
104
WebFontRendering
::setHinting(RendererPreferencesToSkiaHinting(prefs));
105
WebFontRendering
::setAutoHint(prefs.use_autohinter);
106
WebFontRendering
::setUseBitmaps(prefs.use_bitmaps);
107
WebFontRendering
::setLCDOrder(
109
WebFontRendering
::setLCDOrientation(
111
WebFontRendering
::setAntiAlias(RendererPreferencesToAntiAliasFlag(prefs));
112
WebFontRendering
::setSubpixelRendering(
114
WebFontRendering
::setSubpixelPositioning(prefs.use_subpixel_positioning)
[
all
...]
renderer_main_platform_delegate_win.cc
24
#include "third_party/WebKit/public/web/win/
WebFontRendering
.h"
108
blink::
WebFontRendering
::setUseDirectWrite(use_direct_write);
render_font_warmup_win.cc
14
#include "third_party/WebKit/public/web/win/
WebFontRendering
.h"
198
blink::
WebFontRendering
::setDirectWriteFactory(factory);
/external/chromium_org/third_party/WebKit/public/web/win/
WebFontRendering.h
15
class
WebFontRendering
{
/external/chromium_org/third_party/WebKit/public/web/linux/
WebFontRendering.h
40
class
WebFontRendering
{
/external/chromium_org/content/public/renderer/
render_font_warmup_win.cc
12
#include "third_party/WebKit/public/web/win/
WebFontRendering
.h"
158
blink::
WebFontRendering
::setDirectWriteFactory(factory);
/external/chromium_org/content/shell/renderer/
shell_content_renderer_client.cc
31
#include "third_party/WebKit/public/web/win/
WebFontRendering
.h"
62
blink::
WebFontRendering
::addSideloadedFontForTesting(typeface);
/external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc
51
#include "third_party/WebKit/public/web/linux/
WebFontRendering
.h"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
blink_web.target.darwin-arm.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.darwin-arm64.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.darwin-mips.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.darwin-x86.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.darwin-x86_64.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.linux-arm.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.linux-arm64.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.linux-mips.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.linux-x86.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
blink_web.target.linux-x86_64.mk
263
third_party/WebKit/Source/web/linux/
WebFontRendering
.cpp \
Completed in 509 milliseconds