Searched refs:offset (Results 401 - 425 of 1222) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DOpenTypeLayoutEngine.h289 * @param offset - the index of the first character to process
304 virtual le_int32 characterProcessing(const LEUnicode /*chars*/[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
318 * @param offset - the index of the first character to process
336 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
374 * @param offset - the index of the first character to process
390 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
407 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DLayoutEngine.cpp250 le_int32 LayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
257 if (offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
278 const LEUnicode *inChars = &chars[offset];
301 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage);
361 le_int32 LayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
368 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset
415 adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
526 mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
543 layoutChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode &success) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DMicToken.java50 public void verify(byte[] data, int offset, int len) throws GSSException { argument
51 if (!verifySignAndSeqNumber(null, data, offset, len, null))
97 public int encode(byte[] outToken, int offset) argument
103 System.arraycopy(token, 0, outToken, offset, token.length);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeHash.java136 void update(byte[] b, int offset, int len) { argument
139 md5.update(b, offset, len);
140 sha.update(b, offset, len);
144 finMD.update(b, offset, len);
146 data.write(b, offset, len);
406 protected void engineUpdate(byte[] b, int offset, int len) { argument
409 digests[i].update(b, offset, len);
420 protected int engineDigest(byte[] buf, int offset, int len) argument
423 int n = digests[0].digest(buf, offset, len);
H A DMAC.java80 // offset of record type in block
83 // offset of protocol version number in block (TLS only)
154 * @param offset start of compressed record data
159 int offset, int len, boolean isSimulated) {
160 return compute(type, null, buf, offset, len, isSimulated);
226 * or buf/offset/len.
229 int offset, int len, boolean isSimulated) {
249 mac.update(buf, offset, len);
158 compute(byte type, byte buf[], int offset, int len, boolean isSimulated) argument
228 compute(byte type, ByteBuffer bb, byte[] buf, int offset, int len, boolean isSimulated) argument
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java103 * @param offset Ideal offset, not including border/margin
104 * @return offset - border/margin around the component.
107 int position, int offset) {
108 offset -= getButtonGap(source, position);
109 if (offset > 0) {
110 offset -= getButtonGap(target, flipDirection(position));
112 if (offset < 0) {
115 return offset;
127 * @param offset Idea
106 getButtonGap(JComponent source, JComponent target, int position, int offset) argument
130 getButtonGap(JComponent source, int position, int offset) argument
[all...]
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTreeCellRenderer.java157 int offset = (currentI.getIconWidth() + getIconTextGap());
160 g.fillRect(offset, 0, getWidth() - 1 - offset,
163 g.fillRect(0, 0, getWidth() - 1 - offset, getHeight() - 1);
/openjdk7/jdk/test/javax/swing/text/WrappedPlainView/6857057/
H A DStubLeafElement.java66 public int getElementIndex(int offset) { argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DCompositePipe.java44 byte[] atile, int offset, int tilesize,
43 renderPathTile(Object context, byte[] atile, int offset, int tilesize, int x, int y, int w, int h) argument
/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECDHKeyAgreement.java139 offset) throws IllegalStateException, ShortBufferException {
140 if (offset + secretLen > sharedSecret.length) {
142 + " bytes, only " + (sharedSecret.length - offset) + " available");
145 System.arraycopy(secret, 0, sharedSecret, offset, secret.length);
138 engineGenerateSecret(byte[] sharedSecret, int offset) argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBufImgOps.h43 jint numBands, jint bandLength, jint offset,
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESCrypt.java554 * @param plainOffset the offset in <code>plain</code>
557 * @param cipherOffset the offset in <code>cipher</code>
581 * @param cipherOffset the offset in <code>cipherOffset</code>
584 * @param plainOffset the offset in <code>plain</code>
600 int offset;
609 offset = 16 - DES_BLOCK_SIZE;
613 offset = 0 - DES_BLOCK_SIZE;
639 j -= offset;
649 byte out[], int offset) {
687 out[offset
648 perm(int left, int right, byte out[], int offset) argument
698 initialPermutationLeft(byte block[], int offset) argument
720 initialPermutationRight(byte block[], int offset) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DInternationalFormatter.java341 * the text at <code>offset</code>. If <code>offset</code> is not
345 * @param offset offset into text to be examined
349 public Format.Field[] getFields(int offset) { argument
355 Map<Attribute, Object> attrs = getAttributes(offset);
572 * Returns true if the character at offset is navigatable too. This
576 boolean isNavigatable(int offset) { argument
577 return !isLiteral(offset);
592 void replace(DocumentFilter.FilterBypass fb, int offset, argument
951 getReplaceHolder(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attrs) argument
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/types/
H A DNType.java177 public final Map<Width,Integer> offset; field in class:NType.NField
181 public NField(String name, NType type, Map<Width,Integer> offset) { argument
182 QA.nonNull(name, type, offset);
185 this.offset = offset;
192 public int offset32(){ return offset.get(Width.W32); }
193 public int offset64(){ return offset.get(Width.W64); }
199 && this.offset.equals(((NField) o).offset)
230 // A Union is like a Struct, but the offset o
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMIMEParser.java454 private int offset; field in class:MIMEParser.LineInputStream
471 while(offset+hdrLen < len) {
472 if (buf[offset+hdrLen] == '\n') {
476 if (offset+hdrLen+1 == len) {
479 if (offset+hdrLen+1 >= len) { // No more data in the stream
483 if (buf[offset+hdrLen] == '\r' && buf[offset+hdrLen+1] == '\n') {
490 adjustBuf(offset+lwsp, len-offset-lwsp);
494 String hdr = new String(buf, offset, hdrLe
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerInputStream.java89 * @param offset the first index of <em>data</em> which will
92 * starting at "offset"
94 public DerInputStream(byte[] data, int offset, int len) throws IOException { argument
95 init(data, offset, len);
101 private void init(byte[] data, int offset, int len) throws IOException { argument
102 if ((offset+2 > data.length) || (offset+len > data.length)) {
106 if (DerIndefLenConverter.isIndefinite(data[offset+1])) {
108 System.arraycopy(data, offset, inData, 0, len);
113 buffer = new DerInputBuffer(data, offset, le
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp104 set_offset(source->offset());
257 if (last->offset() == map->offset() ) {
260 if(last->offset() > map->offset()) {
262 om_count(),last->offset(),om_count()+1,map->offset());
298 // Scan through oopmaps. Stop when current offset is either equal or greater
301 if( at(i)->offset() >= pc_offset )
308 assert( m->offset()
607 DerivedPointerEntry(oop* location, intptr_t offset) argument
609 intptr_t offset() { return _offset; } function in class:DerivedPointerEntry
640 intptr_t offset = value_of_loc(derived_loc) - value_of_loc(base_loc); local
667 intptr_t offset = entry->offset(); local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DBranchHandle.java114 protected int updatePosition(int offset, int max_offset) { argument
115 int x = bi.updatePosition(offset, max_offset);
H A DGOTO.java63 * GOTO - Branch always (to relative offset, not absolute address)
96 protected int updatePosition(int offset, int max_offset) { argument
99 position += offset; // Position may be shifted by preceding expansions
H A DJSR.java93 protected int updatePosition(int offset, int max_offset) { argument
96 position += offset; // Position may be shifted by preceding expansions
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisterIndirectAddress.java33 public SPARCRegisterIndirectAddress(SPARCRegister register, int offset) { argument
34 super(register, offset);
/openjdk7/jdk/src/share/classes/java/io/
H A DInputStreamReader.java175 * @param offset Offset at which to start storing characters
183 public int read(char cbuf[], int offset, int length) throws IOException { argument
184 return sd.read(cbuf, offset, length);
/openjdk7/jdk/src/share/classes/javax/naming/
H A DBinaryRefAddr.java91 * @param offset The starting index in src to get the bytes.
92 * 0 <= offset <= src.length.
94 * 0 <= count <= src.length-offset.
96 public BinaryRefAddr(String addrType, byte[] src, int offset, int count) { argument
99 System.arraycopy(src, offset, buf, 0, count);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DOpenType.java387 * @param offset index of first byte to return from table
391 * starting at <code>offset</code> byte and including
394 public byte[] getFontTable(int sfntTag, int offset, int count); argument
404 * @param offset index of first byte to return from table
408 * starting at <code>offset</code> byte and including
411 public byte[] getFontTable(String strSfntTag, int offset, int count); argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.hpp43 int store(LIR_Opr from_reg, Register base, int offset, BasicType type, bool wide, bool unaligned);
46 int load(Register base, int offset, LIR_Opr to_reg, BasicType type, bool wide, bool unaligned);
59 // Setup pointers to MDO, MDO slot, also compute offset bias to access the slot.

Completed in 159 milliseconds

<<11121314151617181920>>