HomeSort by relevance Sort by last modified time
    Searched refs:Hinting (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/linux/
WebFontRendering.h 44 BLINK_EXPORT static void setHinting(SkPaint::Hinting);
  /external/chromium_org/ui/gfx/
font_render_params.h 20 // Level of hinting to be applied.
21 enum Hinting {
48 // interpreter, which uses fonts' own hinting instructions)?
54 // Hinting level.
55 Hinting hinting; member in struct:gfx::FontRenderParams
font_render_params_linux.cc 60 // Converts Fontconfig FC_HINT_STYLE to FontRenderParams::Hinting.
61 FontRenderParams::Hinting ConvertFontconfigHintStyle(int hint_style) {
146 params_out->hinting = ConvertFontconfigHintStyle(fc_hint_style);
194 // Cairo forces full hinting when antialiasing is disabled, since anything
197 params.hinting = FontRenderParams::HINTING_FULL;
209 // To enable subpixel positioning, we need to disable hinting.
211 params.hinting = FontRenderParams::HINTING_NONE;
render_text.cc 158 // Converts a FontRenderParams::Hinting value to the corresponding
159 // SkPaint::Hinting value.
160 SkPaint::Hinting FontRenderParamsHintingToSkPaintHinting(
161 FontRenderParams::Hinting params_hinting) {
387 paint->setHinting(FontRenderParamsHintingToSkPaintHinting(params.hinting));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
FontPlatformDataLinux.cpp 44 static SkPaint::Hinting skiaHinting = SkPaint::kNormal_Hinting;
50 void FontPlatformData::setHinting(SkPaint::Hinting hinting)
52 skiaHinting = hinting;
79 paint->setHinting(static_cast<SkPaint::Hinting>(m_style.hintStyle));
85 // Do not enable subpixel text on low-dpi if full hinting is requested.
  /external/chromium_org/content/public/common/
renderer_preferences.h 44 // The level of hinting to use when rendering text.
46 gfx::FontRenderParams::Hinting hinting; member in struct:content::RendererPreferences
  /external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontRendering.cpp 43 void WebFontRendering::setHinting(SkPaint::Hinting hinting)
45 FontPlatformData::setHinting(hinting);
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.h 87 inline SkPaint::Hinting getHinting() const;
88 inline void setHinting(SkPaint::Hinting);
120 kForceAutohinting_Flag = 0x0020, // Use auto instead of bytcode hinting if hinting.
124 // up with the SkPaint::Hinting enum.
310 SkPaint::Hinting SkScalerContextRec::getHinting() const {
313 return static_cast<SkPaint::Hinting>(hint);
316 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) {
318 (hinting << SkScalerContext::kHinting_Shift)
    [all...]
SkPaint.cpp 244 void SkPaint::setHinting(Hinting hintingLevel) {
2067 uint32_t hinting = (packed >> 12) & 0xF; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.h 129 void setHinting(SkPaint::Hinting style)
151 static void setHinting(SkPaint::Hinting);
  /external/chromium_org/content/renderer/
render_view_linux.cc 16 SkPaint::Hinting RendererPreferencesToSkiaHinting(
19 // When anti-aliasing is off, GTK maps all non-zero hinting settings to
20 // 'Normal' hinting so we do the same. Otherwise, folks who have 'Slight'
21 // hinting selected will see readable text in everything expect Chromium.
22 switch (prefs.hinting) {
35 switch (prefs.hinting) {
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 75 /** Specifies the level of hinting to be performed. These names are taken
85 enum Hinting {
92 Hinting getHinting() const {
93 return static_cast<Hinting>(fBitfields.fHinting);
96 void setHinting(Hinting hintingLevel);
    [all...]
  /external/chromium_org/third_party/skia/tests/
FontObjTest.cpp 52 SkPaint::Hinting hinting; member in struct:__anon20002
85 paint.setHinting(settings[j].hinting);
97 // For no hinting and light hinting this should take the
FontHostTest.cpp 247 SkPaint::Hinting hinting; member in struct:__anon19998
280 paint.setHinting(settings[j].hinting);
290 // For no hinting and light hinting this should take the
PaintTest.cpp 239 const SkPaint::Hinting hinting[] = { local
280 FOR_SETUP(j, hinting, setHinting)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
LoggingCanvas.h 126 String hintingName(SkPaint::Hinting);
LoggingCanvas.cpp 767 String LoggingCanvas::hintingName(SkPaint::Hinting hinting)
769 switch (hinting) {
798 paintItem->setString("hinting", hintingName(paint.getHinting()));
  /external/chromium_org/content/browser/renderer_host/
sandbox_ipc_linux.cc 45 // Converts gfx::FontRenderParams::Hinting to WebFontRenderStyle::hintStyle.
47 int ConvertHinting(gfx::FontRenderParams::Hinting hinting) {
48 switch (hinting) {
54 NOTREACHED() << "Unexpected hinting value " << hinting;
317 reply.WriteInt(params.hinting != gfx::FontRenderParams::HINTING_NONE);
318 reply.WriteInt(ConvertHinting(params.hinting));
  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.cpp 260 SkPaint::Hinting h = rec->getHinting();
261 // DirectWrite does not provide for hinting hints.
SkFontHost_FreeType.cpp 759 SkPaint::Hinting h = rec->getHinting();
761 // collapse full->normal hinting if we're not doing LCD
770 // rotated text looks bad with hinting, so we disable it as needed
884 // (the transform is in some sense applied before/with the hinting).
888 // FreeType, however, always does the transformation strictly after hinting.
890 // size before hinting.
    [all...]
SkFontHost_mac.cpp 1845 SkPaint::Hinting hinting = rec->getHinting(); local
    [all...]
SkFontHost_win.cpp 657 // When not hinting, remove only the gdiTextSize scale which will be applied by GDI.
658 // When GDI hinting, remove the entire Y scale to prevent 'subpixel' metrics.
    [all...]
  /external/chromium_org/content/common/
view_messages.h 88 IPC_ENUM_TRAITS(gfx::FontRenderParams::Hinting)
194 IPC_STRUCT_TRAITS_MEMBER(hinting)
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeRead.cpp 729 case kHinting_PaintOp: p->setHinting((SkPaint::Hinting)data); break;
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 454 SkPaint::Hinting hinting; member in struct:HintingState
482 SkOSMenu::TriState subpixel, int hinting, int filterlevel)
486 , fHintingState(hinting)
506 paint->setHinting(gHintingStates[fHintingState].hinting);
891 itemID = fAppMenu->appendList("Hinting", "Hinting", sinkID, fHintingState,
    [all...]

Completed in 597 milliseconds