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

1 2 3

  /external/ImageMagick/Magick++/lib/Magick++/
TypeMetric.h 43 double textHeight(void) const;
  /external/skia/gm/
verttext2.cpp 26 textHeight = SkIntToScalar(pointSize);
44 y = textHeight;
60 canvas->translate(textHeight * 4, SkIntToScalar(50));
75 paint.setTextSize(textHeight);
80 y += textHeight;
85 SkScalar y, textHeight;
lcdtext.cpp 25 textHeight = SkIntToScalar(pointSize);
40 y = textHeight;
59 paint.setTextSize(textHeight);
62 y += textHeight;
67 SkScalar y, textHeight;
gamut.cpp 174 SkScalar textHeight = textPaint.getFontSpacing();
182 canvas->drawString(renderer->label(), x, y + textHeight, textPaint);
189 canvas->drawImage(srgbImage, x, y + textHeight + 5);
195 canvas->drawImage(wideImage, x, y + textHeight + 5);
200 y += (textHeight + gScalarSize + 10);
  /external/skqp/gm/
verttext2.cpp 26 textHeight = SkIntToScalar(pointSize);
44 y = textHeight;
60 canvas->translate(textHeight * 4, SkIntToScalar(50));
75 paint.setTextSize(textHeight);
80 y += textHeight;
85 SkScalar y, textHeight;
lcdtext.cpp 25 textHeight = SkIntToScalar(pointSize);
40 y = textHeight;
59 paint.setTextSize(textHeight);
62 y += textHeight;
67 SkScalar y, textHeight;
gamut.cpp 173 SkScalar textHeight = textPaint.getFontSpacing();
181 canvas->drawString(renderer->label(), x, y + textHeight, textPaint);
188 canvas->drawImage(srgbImage, x, y + textHeight + 5);
194 canvas->drawImage(wideImage, x, y + textHeight + 5);
199 y += (textHeight + gScalarSize + 10);
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
ReplacementDrawableSpan.java 34 final int textHeight = fm.descent - fm.ascent;
36 fm.ascent = Math.min(fm.top, fm.top + (textHeight - bounds.bottom) / 2) - halfMargin;
37 fm.descent = Math.max(fm.bottom, fm.bottom + (bounds.bottom - textHeight) / 2)
  /external/ImageMagick/Magick++/lib/
TypeMetric.cpp 39 double Magick::TypeMetric::textHeight(void) const
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DaveyView.java 57 int textHeight = (int) Math.ceil(metric.descent - metric.ascent);
58 mTexty = textHeight - (int) metric.descent;
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthDrawable.java 52 int textHeight = mTextBounds.bottom - mTextBounds.top;
54 canvas.drawText(mDayOfMonth, bounds.right / 2, ((float) bounds.bottom + textHeight + 1) / 2,
  /packages/apps/Camera2/src/com/android/camera/ui/
CountDownView.java 110 int textHeight = mRemainingSecondsView.getMeasuredHeight();
114 mRemainingSecondsView.setTranslationY(mPreviewArea.centerY() - textHeight / 2);
116 mRemainingSecondsView.setPivotY(textHeight / 2);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingTextDrawingPreview.java 165 final int textHeight = mParams.mGesturePreviewTextHeight;
170 final float rectHeight = textHeight + vPad * 2.0f;
180 mPreviewTextY = (int)(rectY + vPad) + textHeight;
  /external/skia/src/utils/
SkTextBox.cpp 200 SkScalar textHeight = fontHeight;
205 textHeight += scaledSpacing * (count - 1);
213 y = SkScalarHalf(height - textHeight);
217 y = height - textHeight;
  /external/skqp/src/utils/
SkTextBox.cpp 200 SkScalar textHeight = fontHeight;
205 textHeight += scaledSpacing * (count - 1);
213 y = SkScalarHalf(height - textHeight);
217 y = height - textHeight;
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 54 private val textHeight = 90
57 textSize = textHeight.toFloat()
62 private val lineLength = textHeight + verticalGap
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.kt 54 private val textHeight = 90
57 textSize = textHeight.toFloat()
62 private val lineLength = textHeight + verticalGap
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 196 int textHeight = ascent + descent;
201 int height = Math.max(minHeight, textHeight + padHeight);
206 int centerOffsetHeight = (effectiveTextHeight - textHeight) / 2;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingAppWidgetHostView.java 249 int textHeight = mSetupTextLayout.getHeight();
252 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor
257 iconTop = (getHeight() - textHeight -
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 163 int textHeight = chooseSize(window, inputView, text, textView);
164 offy -= textView.getPaddingTop() + textHeight;
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 382 int textHeight = Utilities.calculateTextHeight(folderChildTextSizePx);
387 folderCellHeightPx = folderChildIconSizePx + 2 * cellPaddingY + textHeight;
389 (folderCellHeightPx - folderChildIconSizePx - textHeight) / 3);
  /frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
PagerTitleStrip.java 443 final int textHeight = mCurrText.getMeasuredHeight();
445 height = Math.max(minHeight, textHeight + heightPadding);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 165 int textHeight = chooseSize(window, inputView, text, textView);
166 offy -= textView.getPaddingTop() + textHeight;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 681 int textHeight = mTextDescent - mTextAscent;
682 if (h > ((textHeight*10)+mChartMinHeight)) {
684 if (h > (textHeight*15)) {
686 mLineWidth = textHeight/2;
689 mLineWidth = textHeight/3;
715 int fullBarOffset = textHeight + mLineWidth;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
PasswordTextView.java 189 float textHeight = mTextHeightRaw * getResources().getDisplayMetrics().scaledDensity;
190 mDrawPaint.setTextSize(textHeight);

Completed in 2393 milliseconds

1 2 3