HomeSort by relevance Sort by last modified time
    Searched defs:textSize (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /external/skia/src/core/
SkPaint.cpp 674 SkScalar textSize = fTextSize;
676 return textSize / kCanonicalTextSizeForPaths;
693 * the original textSize
856 // adjust max in case we changed the textSize in paint
    [all...]
SkTextBlob.cpp 117 // ... | RunRecord | Glyphs[] | Pos[] | TextSize | Clusters[] | Text[] | ...
120 // To determine the length of the extended run data, the TextSize must be read.
138 RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkPaint& font, GlyphPositioning pos)
146 if (textSize > 0) {
148 *this->textSizePtr() = textSize;
180 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; }
183 // clusters follow the textSize.
193 static size_t StorageSize(uint32_t glyphCount, uint32_t textSize,
206 if (textSize) { // Extended run.
209 size = safe->add(size, textSize);
    [all...]
  /external/skqp/src/core/
SkPaint.cpp 674 SkScalar textSize = fTextSize;
676 return textSize / kCanonicalTextSizeForPaths;
693 * the original textSize
856 // adjust max in case we changed the textSize in paint
    [all...]
SkTextBlob.cpp 117 // ... | RunRecord | Glyphs[] | Pos[] | TextSize | Clusters[] | Text[] | ...
120 // To determine the length of the extended run data, the TextSize must be read.
138 RunRecord(uint32_t count, uint32_t textSize, const SkPoint& offset, const SkPaint& font, GlyphPositioning pos)
146 if (textSize > 0) {
148 *this->textSizePtr() = textSize;
180 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; }
183 // clusters follow the textSize.
193 static size_t StorageSize(uint32_t glyphCount, uint32_t textSize,
206 if (textSize) { // Extended run.
209 size = safe->add(size, textSize);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 86 public enum TextSize {
92 TextSize(int size) {
491 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
493 * @param t the text size as a {@link TextSize} value
497 public synchronized void setTextSize(TextSize t) {
504 * matching {@link TextSize}.
506 * @return the text size as a {@link TextSize} value
511 public synchronized TextSize getTextSize() {
512 TextSize closestSize = null;
514 int textSize = getTextZoom()
    [all...]
  /frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
PagerTitleStrip.java 75 android.R.attr.textSize,
126 final int textSize = a.getDimensionPixelSize(1, 0);
127 if (textSize != 0) {
128 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 223 final float textSize = context.getResources().getDimension(
225 previewText.setTextSize(textSize * fontScale);
  /frameworks/base/core/jni/android/graphics/
Paint.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp     [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 74 #define SKDEBUGCANVAS_ATTRIBUTE_TEXTSIZE "textSize"
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 74 #define SKDEBUGCANVAS_ATTRIBUTE_TEXTSIZE "textSize"
    [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SearchView.java     [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 238 int textSize = 15;
260 textSize = appearance.getDimensionPixelSize(attr, textSize);
283 paint.setTextSize(textSize);
434 mainTextAttrs.textSize = a.getDimensionPixelSize(attr, mainTextAttrs.textSize);
435 headTextAttrs.textSize = a.getDimensionPixelSize(attr, headTextAttrs.textSize);
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.4.0-beta6/
hierarchyviewer2lib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.5.0/
hierarchyviewer2lib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.0.0-alpha1/
hierarchyviewer2lib-25.0.0-alpha1.jar 

Completed in 581 milliseconds

1 23 4 5 6 7 8