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

1 2 3 4 5

  /external/clang/test/CodeGen/
count-builtins.c 3 int leading, trailing, pop; variable
6 leading = __builtin_clzs(P);
15 leading = __builtin_clz(P);
26 leading = __builtin_clzll(P);
  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_FontMetricsIntTest.java 36 int leading = 5; local
43 fontMetricsInt.leading = leading;
  /cts/tests/tests/text/src/android/text/style/cts/
DynamicDrawableSpanTest.java 48 assertEquals(0, fm.leading);
57 assertEquals(0, fm.leading);
IconMarginSpanTest.java 87 assertEquals(0, fm.leading);
95 assertEquals(0, fm.leading);
DrawableMarginSpanTest.java 106 assertEquals(0, fm.leading);
109 // should not change ascent, leading and top.
116 assertEquals(0, fm.leading);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 54 m_fontMetrics.setLineGap(height.leading);
55 m_fontMetrics.setLineSpacing(lroundf(height.ascent) + lroundf(height.descent) + lroundf(height.leading));
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 71 // Day of the month, 2 digits with leading zeros
84 // 12-hour format of an hour without leading zeros
88 // 24-hour format of an hour without leading zeros
92 // 12-hour format of an hour with leading zeros
104 // 24-hour format of an hour with leading zeros
109 // Minutes with leading zeros
114 // Day of the month without leading zeros
135 // Numeric representation of a month, with leading zeros
145 // Numeric representation of a month, without leading zeros
171 // Seconds, with leading zero
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 71 // Day of the month, 2 digits with leading zeros
84 // 12-hour format of an hour without leading zeros
88 // 24-hour format of an hour without leading zeros
92 // 12-hour format of an hour with leading zeros
104 // 24-hour format of an hour with leading zeros
109 // Minutes with leading zeros
114 // Day of the month without leading zeros
135 // Numeric representation of a month, with leading zeros
145 // Numeric representation of a month, without leading zeros
171 // Seconds, with leading zero
    [all...]
  /external/icu4c/samples/layout/
FontMap.cpp 260 le_int32 ascent, descent, leading; local
272 leading = fFontInstances[i]->getLeading();
282 if (leading > fLeading) {
283 fLeading = leading;
paragraph.cpp 89 le_int32 leading = 0; local
137 if (pLeading > leading) {
138 leading = pLeading;
156 fLineHeight = ascent + descent + leading;
pflow.c 113 le_int32 leading = 0; local
194 if (pLeading > leading) {
195 leading = pLeading;
213 flow->fLineHeight = ascent + descent + leading;
  /frameworks/base/core/java/android/widget/
GridLayout.java 57 * configured, grid index {@code 0} is fixed to the leading edge of the
600 private int getDefaultMargin(View c, boolean horizontal, boolean leading) {
607 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) {
608 return /*isAtEdge ? DEFAULT_CONTAINER_MARGIN :*/ getDefaultMargin(c, horizontal, leading);
611 private int getDefaultMargin(View c, LayoutParams p, boolean horizontal, boolean leading) {
618 boolean leading1 = (horizontal && isLayoutRtl()) ? !leading : leading;
621 return getDefaultMargin(c, isAtEdge, horizontal, leading);
624 int getMargin1(View view, boolean horizontal, boolean leading) {
627 (leading ? lp.leftMargin : lp.rightMargin)
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 57 * configured, grid index {@code 0} is fixed to the leading edge of the
563 return LEADING;
580 private int getDefaultMargin(View c, boolean horizontal, boolean leading) {
587 private int getDefaultMargin(View c, boolean isAtEdge, boolean horizontal, boolean leading) {
588 return isAtEdge ? DEFAULT_CONTAINER_MARGIN : getDefaultMargin(c, horizontal, leading);
591 private int getDefaultMarginValue(View c, LayoutParams p, boolean horizontal, boolean leading) {
598 boolean leading1 = (horizontal && isLayoutRtl(this)) ? !leading : leading;
601 return getDefaultMargin(c, isAtEdge, horizontal, leading);
604 int getMargin1(View view, boolean horizontal, boolean leading) {
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 316 final int leading) {
325 metrics.leading = leading;
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /system/core/libpixelflinger/
fixed.cpp 294 int leading = gglClz(a); local
295 i = 32 - leading;
296 a <<= leading; local
  /external/eigen/blas/
chbmv.f 52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
55 * column, with the leading diagonal of the matrix in row
70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
73 * column, with the leading diagonal of the matrix in row 1 of
ctbmv.f 70 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
73 * column, with the leading diagonal of the matrix in row
88 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
91 * column, with the leading diagonal of the matrix in row 1 of
dsbmv.f 52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
55 * column, with the leading diagonal of the matrix in row
70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
73 * column, with the leading diagonal of the matrix in row 1 of
dtbmv.f 70 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
73 * column, with the leading diagonal of the matrix in row
88 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
91 * column, with the leading diagonal of the matrix in row 1 of
ssbmv.f 52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
55 * column, with the leading diagonal of the matrix in row
70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
73 * column, with the leading diagonal of the matrix in row 1 of
stbmv.f 70 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
73 * column, with the leading diagonal of the matrix in row
88 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
91 * column, with the leading diagonal of the matrix in row 1 of
zhbmv.f 52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
55 * column, with the leading diagonal of the matrix in row
70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
73 * column, with the leading diagonal of the matrix in row 1 of
ztbmv.f 70 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
73 * column, with the leading diagonal of the matrix in row
88 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
91 * column, with the leading diagonal of the matrix in row 1 of
  /external/icu4c/layoutex/
ParagraphLayout.cpp 830 le_int32 leading = font->getLeading(); local
831 le_int32 dl = descent + leading;
841 if (leading > fLeading) {
842 fLeading = leading;
1241 le_int32 leading = fRuns[i]->getLeading(); local
    [all...]

Completed in 751 milliseconds

1 2 3 4 5