Searched refs:antialiasing (Results 1 – 25 of 25) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | font_render_params_linux_unittest.cc | 104 EXPECT_TRUE(params.antialiasing); in TEST_F() 139 EXPECT_TRUE(params.antialiasing); in TEST_F() 146 EXPECT_FALSE(params.antialiasing); in TEST_F() 154 EXPECT_TRUE(params.antialiasing); in TEST_F() 225 EXPECT_TRUE(params.antialiasing); in TEST_F() 269 EXPECT_FALSE(params.antialiasing); in TEST_F() 281 EXPECT_TRUE(params.antialiasing); in TEST_F() 291 EXPECT_TRUE(params.antialiasing); in TEST_F() 324 system_params.antialiasing = true; in TEST_F() 337 EXPECT_EQ(system_params.antialiasing, params.antialiasing); in TEST_F()
|
D | font_render_params_win.cc | 27 params_->antialiasing = false; in GetParams() 36 params_->antialiasing = true; in GetParams()
|
D | font_render_params.cc | 10 : antialiasing(true), in FontRenderParams()
|
D | font_render_params_android.cc | 17 params.antialiasing = true; in LoadDefaults()
|
D | font_render_params_mac.cc | 17 params.antialiasing = true; in LoadDefaults()
|
D | font_render_params.h | 39 bool antialiasing; member
|
D | font_render_params_linux.cc | 126 params_out->antialiasing = fc_antialias; in QueryFontconfig() 193 if (!params.antialiasing) { in GetFontRenderParams()
|
D | pango_util.cc | 42 if (!params.antialiasing) { in CreateCairoFontOptions()
|
D | render_text.cc | 382 paint->setAntiAlias(params.antialiasing); in ApplyRenderParams()
|
/external/chromium_org/ui/message_center/cocoa/ |
D | opaque_views.mm | 8 // The view must be opaque to render subpixel antialiasing. 13 // The view must also fill its background to render subpixel antialiasing. 52 // The view must be opaque to render subpixel antialiasing. 57 // The view must also fill its background to render subpixel antialiasing.
|
D | settings_entry_view.mm | 66 // subpixel antialiasing.
|
D | notification_controller.mm | 77 // subpixel antialiasing. 824 // The labels MUST draw their background so that subpixel antialiasing can
|
/external/chromium_org/ppapi/api/dev/ |
D | ppb_font_dev.idl | 208 * The image_data_is_opaque flag indicates whether subpixel antialiasing can 210 * opaque, subpixel antialiasing is supported and you should set this to 212 * partially transparent, then subpixel antialiasing is not possible and 213 * grayscale antialiasing will be used instead (assuming the user has 214 * antialiasing enabled at all).
|
/external/chromium_org/ppapi/api/trusted/ |
D | ppb_browser_font_trusted.idl | 204 * The image_data_is_opaque flag indicates whether subpixel antialiasing can 206 * opaque, subpixel antialiasing is supported and you should set this to 208 * partially transparent, then subpixel antialiasing is not possible and 209 * grayscale antialiasing will be used instead (assuming the user has 210 * antialiasing enabled at all).
|
/external/chromium_org/chrome/browser/ |
D | renderer_preferences_util.cc | 79 prefs->should_antialias_text = params.antialiasing; in UpdateFromSystemSettings()
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 119 Controls OpenGL-style polygon smoothing/antialiasing 206 If this state is enabled, point smoothing and antialiasing are
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
D | rasterizer.rst | 119 Controls OpenGL-style polygon smoothing/antialiasing 206 If this state is enabled, point smoothing and antialiasing are
|
/external/chromium_org/android_webview/native/ |
D | aw_settings.cc | 40 prefs->should_antialias_text = params.antialiasing; in PopulateFixedRendererPreferences()
|
/external/chromium_org/content/browser/renderer_host/ |
D | sandbox_ipc_linux.cc | 319 reply.WriteInt(params.antialiasing); in HandleGetStyleForStrike()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_flash.idl | 132 * flag which when true, will use subpixel antialiasing if enabled in the
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | gtk2_ui.cc | 346 params.antialiasing = antialias != 0; in GetGtkFontRenderParams()
|
/external/chromium_org/media/tools/layout_tests/result/ |
D | 2011-09-11-18 | 1394 …with skia (instead of gdi) and in these cases, we have differences in antialiasing (drt specific) …
|
D | 2011-09-11-19 | 1394 …with skia (instead of gdi) and in these cases, we have differences in antialiasing (drt specific) …
|
/external/mesa3d/docs/ |
D | VERSIONS | 861 - now appling antialiasing coverage to alpha after texturing
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | VERSIONS | 861 - now appling antialiasing coverage to alpha after texturing
|