/libcore/luni/src/main/java/libcore/io/ |
BufferIterator.java | 38 * {@code dstOffset}, and advances the current position {@code byteCount} bytes. 43 * Returns the byte at the current position, and advances the current position one byte. 48 * Returns the 32-bit int at the current position, and advances the current position four bytes. 54 * {@code dstOffset}, and advances the current position {@code 4 * intCount} bytes. 59 * Returns the 16-bit short at the current position, and advances the current position two bytes.
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BidiRenderer.java | 110 public RectF renderText(int start, int limit, int bidiFlags, float[] advances, 116 renderText(visualRun.getStart(), visualRun.getLimit(), isRtl, advances, local 130 * @param advances If not null, then advances for each character to be rendered are returned 132 * @param advancesIndex index into advances from where the advances need to be filled. 137 public RectF renderText(int start, int limit, boolean isRtl, float[] advances, 144 renderScript(run.start, run.limit, run.font, flag, advances, advancesIndex, draw); 156 float[] advances, int advancesIndex, boolean draw) { 166 render(start, limit, preferredFont, flag, advances, advancesIndex, draw) [all...] |
Paint_Delegate.java | 999 boolean isRtl, float[] advances, int advancesIndex) { 1001 if (advances != null) 1003 advances[i]=0; 1015 RectF bounds = delegate.measureText(text, index, count, advances, advancesIndex, isRtl); 1022 boolean isRtl, float[] advances, int advancesIndex) { 1171 float[] advances = new float[count]; local 1187 float[] advances = new float[count]; local [all...] |
/external/skia/src/ports/ |
SkScalerContext_win_dw.h | 51 * This is used to find the magnitude of gdi compatible advances. 55 * This is used to find the direction of gdi compatible advances.
|
/external/pdfium/third_party/freetype/src/type1/ |
t1gload.h | 39 FT_Fixed* advances );
|
/external/icu/icu4c/source/test/intltest/ |
sfwdchit.h | 39 * Gets the current code unit for returning and advances to the next code unit 47 * Gets the current code point for returning and advances to the next code point
|
/external/freetype/include/ |
ftadvanc.h | 99 /* of advances you need. */ 116 /* retrieve the advances. */ 156 /* vertical advances corresponding to a vertical layout. */ 157 /* Otherwise, they are the horizontal advances in a */ 166 /* retrieve the advances. */ 168 /* Scaled advances are returned in 16.16 format but aren't */
|
/external/pdfium/third_party/freetype/include/ |
ftadvanc.h | 99 /* of advances you need. */ 116 /* retrieve the advances. */ 156 /* vertical advances corresponding to a vertical layout. */ 157 /* Otherwise, they are the horizontal advances in a */ 166 /* retrieve the advances. */ 168 /* Scaled advances are returned in 16.16 format but aren't */
|
/external/freetype/src/base/ |
ftadvanc.c | 28 FT_Fixed* advances, 51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
|
/external/pdfium/third_party/freetype/src/base/ |
ftadvanc.c | 28 FT_Fixed* advances, 51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
|
/system/core/include/utils/ |
Tokenizer.h | 92 * Gets the character at the current position and advances past it. 99 * or the end of the line whichever comes first and advances past it. 107 * Advances to the next line.
|
/system/keymaster/include/keymaster/ |
serializable.h | 50 * true if successful, and advances *buf past the bytes read. 128 * returns false. Advances *buf_ptr to the next byte to be read. 135 * *buf_ptr, returns false. Advances \p *buf_ptr to the next byte to be read. 144 * four bytes remaining in \p *buf_ptr. Advances \p *buf_ptr to the next byte to be read. 157 * in \p *buf_ptr. Advances \p *buf_ptr to the next byte to be read. 166 * storage at *data. Returns false if there are insufficient bytes at \p *buf_ptr. Advances \p
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
FakeTicker.java | 46 /** Advances the ticker value by {@code time} in {@code timeUnit}. */ 51 /** Advances the ticker value by {@code nanoseconds}. */
|
/external/boringssl/src/include/openssl/ |
bytestring.h | 46 /* CBS_skip advances |cbs| by |len| bytes. It returns one on success and zero 82 /* CBS_get_u8 sets |*out| to the next uint8_t from |cbs| and advances |cbs|. It 87 * advances |cbs|. It returns one on success and zero on error. */ 91 * advances |cbs|. It returns one on success and zero on error. */ 95 * and advances |cbs|. It returns one on success and zero on error. */ 98 /* CBS_get_bytes sets |*out| to the next |len| bytes from |cbs| and advances 103 * length-prefixed value from |cbs| and advances |cbs| over it. It returns one 108 * big-endian, length-prefixed value from |cbs| and advances |cbs| over it. It 113 * big-endian, length-prefixed value from |cbs| and advances |cbs| over it. It 133 * including tag and length bytes) and advances |cbs| over it. The ASN. [all...] |
/frameworks/base/core/java/android/widget/ |
Advanceable.java | 28 * Advances this collection, eg. shows the next view.
|
/external/libmpeg2/decoder/ |
impeg2d_bitstream.c | 141 * advances the pointer by one. 180 * advances the bit and byte pointers appropriately 199 * Description : This is a Bitstream processing function.It advances 286 * position and advances the bit and byte pointers 312 * position and advances the bit and byte pointers
|
/external/harfbuzz_ng/src/ |
hb-buffer-deserialize-text.rl | 77 advances= '+' (num >tok %parse_x_advance) (',' (num >tok %parse_y_advance))?; 83 advances?
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
Announcer.java | 20 * The Announcer sends an accumulated query of all announces, and advances the state of all serviceInfos, for which it has sent an announce. The Announcer also sends announcements and advances the state of JmDNS itself.
|
/external/libavc/decoder/ |
ih264d_bitstrm.c | 55 * buffer and advances the pointer by one. It returns 80 * position and advances the bit and byte pointers
|
/external/libogg/doc/libogg/ |
bitpacking.html | 61 <td>Advances the location pointer by a specified number of bits.</td> 65 <td>Advances the location pointer by one bit.</td>
|
oggpack_adv.html | 20 <p>This function advances the location pointer by the specified number of bits without reading any data.
|
oggpack_adv1.html | 20 <p>This function advances the location pointer by one bit without reading any data.
|
oggpack_read.html | 20 <p>This function reads the requested number of bits from the buffer and advances the location pointer.
|
oggpack_read1.html | 20 <p>This function reads one bit from the <a href="oggpack_buffer.html">oggpack_buffer</a> data buffer and advances the location pointer.
|
/external/vboot_reference/futility/ |
dump_kernel_config_lib.c | 87 VbExError("key_block_size advances past the end of the blob\n"); 99 VbExError("preamble_size advances past the end of the blob\n");
|