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

1 2

  /external/chromium_org/skia/ext/
paint_simplifier.cc 26 paint->setSubpixelText(false);
  /external/skia/gm/
lcdtext.cpp 52 paint.setSubpixelText(subpixelTextEnabled);
fontscaler.cpp 80 paint.setSubpixelText(true);
deviceproperties.cpp 91 paint.setSubpixelText(true);
fontcache.cpp 73 paint.setSubpixelText(true);
fontmgr.cpp 55 paint.setSubpixelText(true);
158 paint.setSubpixelText(true);
downsamplebitmap.cpp 109 paint.setSubpixelText(true);
filterbitmap.cpp 119 paint.setSubpixelText(true);
typeface.cpp 199 paint.setSubpixelText(true);
  /external/skia/tests/
DrawTextTest.cpp 93 paint.setSubpixelText(SkToBool(flags & subpixelFlag));
FontHostTest.cpp 285 paint.setSubpixelText((settings[j].flags & SkPaint::kSubpixelText_Flag) != 0);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontPlatformDataHarfBuzz.cpp 197 paint->setSubpixelText(true);
199 paint->setSubpixelText(m_style.useSubpixelPositioning);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 73 paint->setSubpixelText(true);
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 268 paint.setSubpixelText(true);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontPlatformDataWin.cpp 60 paint->setSubpixelText(m_useSubpixelPositioning);
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 360 paint->setSubpixelText(false);
render_text.cc 169 paint_.setSubpixelText(true);
196 paint_.setSubpixelText(enable_smoothing);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 124 mTextPaint.setSubpixelText(true);
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 129 static void setSubpixelText(JNIEnv* env, jobject paint, jboolean subpixelText) {
131 GraphicsJNI::getNativePaint(env, paint)->setSubpixelText(subpixelText);
809 {"setSubpixelText","(Z)V", (void*) SkPaintGlue::setSubpixelText},
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 186 void setSubpixelText(bool subpixelText);
    [all...]
  /external/skia/include/core/
SkPaint.h 186 void setSubpixelText(bool subpixelText);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 358 p.setSubpixelText(true);
361 p.setSubpixelText(false);
  /frameworks/base/graphics/java/android/graphics/
Paint.java 685 public native void setSubpixelText(boolean subpixelText);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 305 /*package*/ static void setSubpixelText(Paint thisPaint, boolean subpixelText) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 246 void SkPaint::setSubpixelText(bool doSubpixel) {
    [all...]

Completed in 1172 milliseconds

1 2