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

12 3 4 5 6 7 8

  /packages/apps/ExactCalculator/src/com/android/calculator2/
DragController.java 253 mFormulaScale = mDisplayFormula.getTextSize() / formula.getTextSize();
336 final float textSize = mDisplayResult.getTextSize() * mDisplayResult.getScaleX();
337 mResultScale = textSize / result.getTextSize();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java 73 final int labelSize = (int)paint.getTextSize();
  /external/skia/gm/
shadertext2.cpp 107 canvas->translate(0, bmp.height() + labelPaint.getTextSize() + 15.f);
118 0, labelPaint.getTextSize() - 1, labelPaint);
136 0, labelPaint.getTextSize() - 1, labelPaint);
arithmode.cpp 63 canvas->drawString(str, x, y + paint.getTextSize(), paint);
156 canvas->drawString(str, 0, paint.getTextSize(), paint);
textblob.cpp 138 const SkScalar advanceX = font.getTextSize() * 0.85f;
139 const SkScalar advanceY = font.getTextSize() * 1.5f;
coloremoji_blendmodes.cpp 141 canvas->drawString(label, x + w/2, y - labelP.getTextSize()/2, labelP);
gammatext.cpp 85 y += paint.getTextSize() * 2;
xfermodes2.cpp 76 x + w/2, y - labelP.getTextSize()/2, labelP);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 329 sendersFontSize = senders.getTextSize();
337 subjectFontSize = subject.getTextSize();
345 snippetFontSize = snippet.getTextSize();
352 foldersFontSize = folders.getTextSize();
395 dateFontSize = date.getTextSize();
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 105 paint.setTextSize(getTextSize());
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
ThumbnailRadioButton.java 105 paint.setTextSize(getTextSize());
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
ThumbnailRadioButton.java 101 paint.setTextSize(getTextSize());
  /external/skia/samplecode/
SampleFilter2.cpp 93 y - p.getTextSize(), p);
SampleTextOnPath.cpp 126 x, paint.getTextSize()/2, paint);
134 x + SkIntToScalar(100), -paint.getTextSize()/2, paint);
SampleText.cpp 49 xpos += paint.getTextSize();
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 78 if (skPaint.getTextSize() > 0) {
107 if (skPaint.getTextSize() > 0) {
276 if (runPaint.getTextSize() <= 0) {
337 SkASSERT(fFont.getTextSize() > 0);
348 SkScalar fakeBoldScale = SkScalarInterpFunc(fFont.getTextSize(),
352 SkScalar extra = fFont.getTextSize() * fakeBoldScale;
364 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths;
365 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize();
673 fFont.setTextSize(fFont.getTextSize() * textRatio);
  /frameworks/base/libs/hwui/
TextDropShadowCache.h 46 , textSize(paint->getTextSize())
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TextViewBindingAdapterTest.java 116 assertEquals(mBindingObject.getTextSize(), view.getTextSize());
141 assertEquals(mBindingObject.getTextSize(), view.getTextSize());
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 144 final int desiredHeight = ((int)mPaint.getTextSize()) + mVerticalPadding
179 final int y = (int) (((height - mPaint.getTextSize()) / 2) - mPaint.ascent());
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 594 mTextView.getTextSize(), 0.01f);
598 mTextView.getTextSize(), 0.01f);
602 mTextView.getTextSize(), 0.01f);
607 mTextView.getTextSize(), 0.01f);
611 mTextView.getTextSize(), 0.01f);
    [all...]
  /external/skia/bench/
TextBench.cpp 93 fName.printf("text_%g", SkScalarToFloat(fPaint.getTextSize()));
  /external/skia/src/core/
SkFont.cpp 149 return Make(sk_ref_sp(paint.getTypeface()), paint.getTextSize(), paint.getTextScaleX(),
  /external/skia/tests/
FontObjTest.cpp 32 REPORTER_ASSERT(reporter, font->getSize() == paint.getTextSize());
TextBlobTest.cpp 200 REPORTER_ASSERT(reporter, defaultPaint.getTextSize() != font.getTextSize());
229 REPORTER_ASSERT(reporter, paint.getTextSize() == font.getTextSize());
  /external/skia/tools/
SkShaper_harfbuzz.cpp 114 double textSizeY = paint.getTextSize() / (double)FONT_SIZE_SCALE;

Completed in 626 milliseconds

12 3 4 5 6 7 8