HomeSort by relevance Sort by last modified time
    Searched refs:setSubpixelText (Results 1 - 25 of 32) 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);
fontmgr.cpp 43 paint.setSubpixelText(true);
144 paint.setSubpixelText(true);
fontscaler.cpp 79 paint.setSubpixelText(true);
deviceproperties.cpp 91 paint.setSubpixelText(true);
downsamplebitmap.cpp 109 paint.setSubpixelText(true);
filterbitmap.cpp 119 paint.setSubpixelText(true);
  /external/skia/tests/
DrawTextTest.cpp 95 paint.setSubpixelText(SkToBool(flags & subpixelFlag));
FontHostTest.cpp 233 paint.setSubpixelText((settings[j].flags & SkPaint::kSubpixelText_Flag) != 0);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontMac.cpp 73 paint->setSubpixelText(true);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.cpp 198 paint->setSubpixelText(m_style.useSubpixelPositioning);
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 171 paint.setSubpixelText(true);
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 327 paint->setSubpixelText(false);
render_text.cc 141 paint_.setSubpixelText(true);
168 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);
807 {"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 249 void SkPaint::setSubpixelText(bool doSubpixel) {
    [all...]
  /external/skia/src/core/
SkPaint.cpp 250 void SkPaint::setSubpixelText(bool doSubpixel) {
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 272 milliseconds

1 2