/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
LineMetricsImpl.java | 55 // External leading 56 float leading; field in class:LineMetricsImpl 58 // Height of the font ( == (ascent+descent+leading)) 82 // External leading (in pixels) 85 // Height of the font ( == (ascent+descent+leading)) (in pixels) 109 * metrics[2] - external leading<p> 117 * metrics[10] - external leading in pixels<p> 134 leading = metrics[2]; // External leading 135 height = metrics[0] + metrics[1] + metrics[2]; // Height of the font ( == (ascent + descent + leading)) [all...] |
AndroidLineMetrics.java | 44 leading = fnt.leading; // External leading 46 height = ascent + descent + leading; // Height of the font ( == (ascent + descent + leading)) 63 lLeading = (int)Math.ceil(leading); // External leading 65 lHeight = lAscent + lDescent + lLeading; // Height of the font ( == (ascent + descent + leading))
|
BasicMetrics.java | 44 float leading; // External leading field in class:BasicMetrics 64 leading = lm.getLeading(); 87 leading = 2; 110 leading = tmc.leading; 124 return leading;
|
TextMetricsCalculator.java | 36 * of the text metrics, such as ascent, descent, leading and advance. Actually, 47 float leading = 0; field in class:TextMetricsCalculator 152 leading = Math.max(leading, fixedDescent + metrics.leading); 157 maxHeightLeading = Math.max(maxHeightLeading, height + metrics.leading); 164 leading = Math.max(leading, maxHeightLeading - ascent); 167 // Normalize leading 168 leading -= descent [all...] |
FontMetricsImpl.java | 46 // leading of the font 47 private int leading; field in class:FontMetricsImpl 89 this.leading = p.getFontMetricsInt().leading; 103 * metrics[10] - external leading in pixels<p> 148 * Returns the leading of the Font describing this FontMetricsImpl object. 152 return this.leading;
|
/frameworks/base/opengl/include/GLES/ |
egl.h | 4 * in egl.h leading applications to include only egl.h
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Paint_FontMetricsIntTest.java | 50 int leading = 5; local 57 fontMetricsInt.leading = leading;
|
/external/dropbear/libtommath/ |
bn_mp_clamp.c | 20 * This is used to ensure that leading zero digits are 21 * trimed and the leading "used" digit will be non-zero 23 * are no more leading digits
|
/frameworks/base/awt/java/awt/font/ |
LineMetrics.java | 27 * leading. 87 * Gets the leading of the text. 89 * @return the leading of the text. 95 * leading. 98 * the leading.
|
TextHitInfo.java | 29 * defines two biases of the character: leading or trailing. Leading position 30 * means the left edge of the specified character (TextHitInfo.leading(2) method 70 (isTrailing ? "Trailing" : "Leading") + "]" //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ 125 * Returns true if the leading edge of the character is hit, false if the 128 * @return true if the leading edge of the character is hit, false if the 148 * @return the insertion index: character index if the leading edge is hit, 178 * Returns a TextHitInfo object associated with the leading edge of the 183 * @return the TextHitInfo object associated with the leading edge of the 186 public static TextHitInfo leading(int charIndex) method in class:TextHitInfo [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/ |
BigIntegers.java | 14 * @return a byte array without a leading zero byte if present in the signed encoding.
|
/external/icu4c/common/ |
unistr_props.cpp | 52 // find leading white space 66 // move string forward over leading white space
|
/frameworks/base/core/java/android/text/style/ |
TabStopSpan.java | 26 * Returns the offset of the tab stop from the leading margin of the 41 * @param where the offset of the tab stop from the leading margin of
|
LeadingMarginSpan.java | 27 * A paragraph style affecting the leading margin. There can be multiple leading 29 * adding its margin to the ones before it. The leading margin is on the right 36 * Returns the amount by which to adjust the leading margin. Positive values 37 * move away from the leading edge of the paragraph, negative values move 47 * Renders the leading margin. This is called before the margin has been
|
/external/opencore/fileformats/mp4/composer/src/ |
expandablebaseclass.cpp | 42 // with the leading bit of each byte as the indicator if that byte contains the size. 47 // _sizeOfClass fp rendered byte by byte with the leading bit of each byte signaling of the 82 // Need to create size bytes with leading bit = 1 if there fp another 90 // Set leading bit on all but last size byte 93 // Take last 7 bits of size and set leading bit in data
|
/external/icu4c/test/intltest/ |
textfile.h | 43 * '#'. Trim leading white space. 44 * @param trim if TRUE then remove leading rule white space
|
/external/webkit/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/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/bison/m4/ |
getopt.m4 | 44 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an 60 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
|
/frameworks/base/core/java/android/net/http/ |
CharArrayBuffers.java | 32 * Returns true if the buffer contains the given string. Ignores leading 61 * Returns index of first occurence ch. Lower cases characters leading up
|
/dalvik/vm/alloc/ |
clz.h | 18 * Implementation of clz(), which returns the number of leading zero bits,
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_ntz.c | 22 Returns the number of leading zero bits [from lsb up]
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_i2osp.c | 20 /* always stores the same # of bytes, pads with leading zero bytes
|
/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;
|