HomeSort by relevance Sort by last modified time
    Searched refs:textSize (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.cpp 176 FontPlatformData::FontPlatformData(PassRefPtr<SkTypeface> tf, const char* family, float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation orientation, bool subpixelTextPosition)
181 , m_textSize(textSize)
198 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize)
203 , m_textSize(textSize)
FontPlatformData.h 84 FontPlatformData(PassRefPtr<SkTypeface>, const char* name, float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation = Horizontal, bool subpixelTextPosition = defaultUseSubpixelPositioning());
85 FontPlatformData(const FontPlatformData& src, float textSize);
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPaint.h 62 SkScalar textSize;
SkDrawPaint.cpp 56 SK_MEMBER(textSize, Float),
72 textAlign((SkPaint::Align) -1), textScaleX(SK_ScalarNaN), textSize(SK_ScalarNaN),
255 if (SkScalarIsNaN(textSize) == false)
256 paint->setTextSize(textSize);
  /external/skia/src/animator/
SkDrawPaint.h 62 SkScalar textSize;
SkDrawPaint.cpp 56 SK_MEMBER(textSize, Float),
72 textAlign((SkPaint::Align) -1), textScaleX(SK_ScalarNaN), textSize(SK_ScalarNaN),
255 if (SkScalarIsNaN(textSize) == false)
256 paint->setTextSize(textSize);
  /packages/apps/Terminal/src/com/android/terminal/
TerminalView.java 89 public void setTextSize(float textSize) {
92 textPaint.setTextSize(textSize);
278 public void setTextSize(float textSize) {
279 mMetrics.setTextSize(textSize);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 55 const float textSize = platformData.m_textSize >= 0 ? platformData.m_textSize : 12;
59 paint->setTextSize(SkFloatToScalar(textSize));
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfUtils.h 65 SkRect bBox, SkMatrix matrix, double textSize);
  /external/skia/experimental/PdfViewer/
SkPdfUtils.h 65 SkRect bBox, SkMatrix matrix, double textSize);
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 97 int textSize = 15;
114 textSize = a.getDimensionPixelSize(attr, textSize);
136 setTextSize(textSize);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 217 context.getTheme().resolveAttribute(android.R.attr.textSize, typedValue, true);
218 final int textSize = (int) typedValue.getDimension(
220 mTextPaint.setTextSize(textSize);
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerView.java 122 int textSize = (int) (mAutoCompleteTextView.getTextSize() * 1.25);
123 searchIcon.setBounds(0, 0, textSize, textSize);
  /external/svox/pico/lib/
picoapi.h 375 'textSize' is the maximum size in number of bytes accessible in
391 const pico_Int16 textSize,
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 236 float textSize, float[] textGridHeights, float[] textGridWidths) {
245 mPaint.setTextSize(textSize);
268 private void drawTexts(Canvas canvas, float textSize, Typeface typeface, String[] texts,
270 mPaint.setTextSize(textSize);
AmPmCirclesView.java 163 int textSize = mAmPmCircleRadius * 3 / 4;
164 mPaint.setTextSize(textSize);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 67 android.R.attr.textSize,
129 final int textSize = a.getDimensionPixelSize(1, 0);
130 if (textSize != 0) {
131 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /external/chromium_org/third_party/skia/gm/
downsamplebitmap.cpp 96 DownsampleBitmapTextGM(float textSize, SkPaint::FilterLevel filterLevel)
97 : INHERITED(filterLevel), fTextSize(textSize)
filterbitmap.cpp 109 FilterBitmapTextGM(float textSize)
110 : fTextSize(textSize)
  /external/skia/gm/
downsamplebitmap.cpp 99 DownsampleBitmapTextGM(float textSize, SkPaint::FilterLevel filterLevel)
100 : INHERITED(filterLevel), fTextSize(textSize)
filterbitmap.cpp 109 FilterBitmapTextGM(float textSize)
110 : fTextSize(textSize)
  /frameworks/base/core/java/android/webkit/
WebSettings.java 78 public enum TextSize {
84 TextSize(int size) {
463 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
465 * @param t the text size as a {@link TextSize} value
468 public synchronized void setTextSize(TextSize t) {
475 * matching {@link TextSize}.
477 * @return the text size as a {@link TextSize} value
481 public synchronized TextSize getTextSize() {
482 TextSize closestSize = null;
484 int textSize = getTextZoom()
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 78 private static TextPaint getTextPaint(int textSize, int color, boolean isBold) {
80 paint.setTextSize(textSize);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceService.java 267 float textSize = resources.getDimension(isRound
272 mHourPaint.setTextSize(textSize);
273 mMinutePaint.setTextSize(textSize);
274 mSecondPaint.setTextSize(textSize);
276 mColonPaint.setTextSize(textSize);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceService.java 267 float textSize = resources.getDimension(isRound
272 mHourPaint.setTextSize(textSize);
273 mMinutePaint.setTextSize(textSize);
274 mSecondPaint.setTextSize(textSize);
276 mColonPaint.setTextSize(textSize);

Completed in 3068 milliseconds

12 3 4 5 6