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

  /external/ImageMagick/Magick++/lib/Magick++/
TypeMetric.h 52 double textHeight(void) const;
  /external/skia/gm/
lcdtext.cpp 25 textHeight = SkIntToScalar(pointSize);
38 y = textHeight;
54 SkFont font(nullptr, textHeight);
62 y += textHeight;
67 SkScalar y, textHeight;
  /external/skqp/gm/
lcdtext.cpp 25 textHeight = SkIntToScalar(pointSize);
40 y = textHeight;
56 SkFont font(nullptr, textHeight);
64 y += textHeight;
69 SkScalar y, textHeight;
  /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;
  /external/ImageMagick/Magick++/lib/
TypeMetric.cpp 57 double Magick::TypeMetric::textHeight(void) const
  /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;
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1329 milliseconds