HomeSort by relevance Sort by last modified time
    Searched full:antialiased (Results 1 - 15 of 15) sorted by null

  /frameworks/base/awt/java/awt/font/
FontRenderContext.java 59 * @param antiAliased
64 public FontRenderContext(AffineTransform trans, boolean antiAliased,
69 fAntiAliased = antiAliased;
  /external/webkit/WebCore/platform/graphics/
FontSmoothingMode.h 31 enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased };
  /external/webkit/WebCore/html/canvas/
WebGLContextAttributes.h 58 // Whether or not the drawing buffer is antialiased; default=true
  /external/webkit/WebCore/css/
CSSValueKeywords.in 692 antialiased
693 subpixel-antialiased
CSSPrimitiveValueMappings.h     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 56 case Antialiased: {
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 443 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool antialiased)
453 if (antialiased != shouldAntialias())
454 CGContextSetShouldAntialias(context, antialiased);
464 if (antialiased != shouldAntialias())
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 619 AA(1); //!< treat edges by rounding-out, since they may be antialiased
634 * @param type specifies how to treat the edges (BW or antialiased)
651 * @param type true if the path should be considered antialiased,
654 * non-antialiased.
676 * @param type true if the rect should be considered antialiased,
678 * pixels) than non-antialiased.
    [all...]
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 101 "alternate", "always","amharic", "amharic-abegede", "antialiased", "appworkspace", "aqua", "arabic-indic", "armenian",
136 "space", "square", "square-button", "start", "static", "status-bar", "stretch", "stroke", "sub", "subpixel-antialiased", "super",
SourceCSSTokenizer.js 102 "alternate", "always","amharic", "amharic-abegede", "antialiased", "appworkspace", "aqua", "armenian", "auto", "avoid",
137 "space", "square", "square-button", "start", "static", "status-bar", "stretch", "stroke", "sub", "subpixel-antialiased", "super",
    [all...]
  /external/skia/include/core/
SkCanvas.h 254 of a geometry against the current clip. Treating them as antialiased
260 /** Treat the edges as B&W (not antialiased) for the purposes of testing
264 /** Treat the edges as antialiased for the purposes of testing
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 301 case Antialiased: {
  /external/skia/src/core/
SkScan_Antihair.cpp 435 antialiased hairlines can draw up to 1/2 of a pixel outside of
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas.java 226 AA(1); //!< treat edges by rounding-out, since they may be antialiased
    [all...]

Completed in 441 milliseconds