HomeSort by relevance Sort by last modified time
    Searched refs:getFont (Results 26 - 36 of 36) sorted by null

12

  /external/icu/icu4c/source/layoutex/
playout.cpp 233 return (const le_font *) vr->getFont();
plruns.cpp 99 return (const le_font *) fr->getFont(run);
ParagraphLayout.cpp 405 fStyleRunInfo[run].font = fFontRuns->getFont(styleIndices[0]);
802 const LEFontInstance *runFont = fontRuns->getFont(si[0]);
832 const LEFontInstance *font = fFontRuns->getFont(i);
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 208 final Typeface font = t.getFont(R.styleable.style1_type18);
209 assertEquals(mContext.getResources().getFont(R.font.sample_regular_font), font);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayBorderPanel.java 416 Font oldfont = g.getFont();
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 72 final Typeface typeface = ctx.getResources().getFont(R.font.a3em);
588 final Typeface family = mContext.getResources().getFont(R.font.multiweight_family);
618 final Typeface family = mContext.getResources().getFont(R.font.multistyle_family);
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 705 setFont(list.getFont());
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 475 Font font = getFont();
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 531 g.setFont(getFont());
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]

Completed in 2165 milliseconds

12