Searched refs:offsets (Results 151 - 175 of 189) sorted by relevance

12345678

/external/freetype/src/sfnt/
H A Dttcmap.c267 /* It is up to the validation routine to check that all offsets fall */
813 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
874 offsets = deltas + num_segs * 2;
875 glyph_ids = offsets + num_segs * 2;
892 FT_Byte* p_offset = offsets;
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp1687 item->offsets[j] = item->offsets[i];
1846 syllable.offsets = item->offsets + first_glyph;
/external/mesa3d/src/glsl/
H A Dir.h1231 /** Explicit texel offsets. */
1232 signed char offsets[3]; member in class:ir_texture
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S12 # offsets into the results returned by the uname syscall
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm114 ; all the +4 offsets are due to the addition of pending_buf_size (in zlib
132 ; all the +zlib1222add offsets are due to the addition of fields
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm74 ; all the +zlib1222add offsets are due to the addition of fields
118 ;;; stack frame offsets
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc174 const int offsets[],
183 offsets_ (offsets),
171 GeneratedMessageReflection( const Descriptor* descriptor, const Message* default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const DescriptorPool* descriptor_pool, MessageFactory* factory, int object_size) argument
/external/icu4c/test/cintltst/
H A Dusrchtst.c1610 log_err("Error setting attributes and offsets\n");
2663 const int32_t * offsets; member in struct:__anon6056
2753 nextOffsetPtr = patternsOffsetsPtr->offsets;
2754 limitOffsetPtr = patternsOffsetsPtr->offsets + patternsOffsetsPtr->offsetsLen;
2779 nextOffsetPtr = patternsOffsetsPtr->offsets + patternsOffsetsPtr->offsetsLen;
2780 limitOffsetPtr = patternsOffsetsPtr->offsets;
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp59 /// offsets while laying out a C++ class.
67 /// EmptyClassOffsets - A map from offsets to empty record decls.
282 // subobjects with offsets less than the size of the largest empty
453 // subobjects with offsets less than the size of the largest empty
526 // subobjects with offsets less than the size of the largest empty
610 /// Bases - base classes and their offsets in the record.
613 // VBases - virtual base classes and their offsets in the record.
634 /// \brief Externally-provided field offsets.
637 /// \brief Externally-provided direct, non-virtual base offsets.
640 /// \brief Externally-provided virtual base offsets
1230 const ASTRecordLayout::VBaseOffsetsMapTy &offsets = local
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang.y237 fields.offsets[0] = $3->getAsConstantUnion()->getUnionArrayPointer()->getIConst(); // need to do it this way because v.xy sends fields integer array
309 fields.offsets[0] = 0;
324 unionArray->setIConst(fields.offsets[0]);
H A DIntermediate.cpp690 unionArray->setIConst(fields.offsets[i]);
/external/freetype/src/cff/
H A Dcffgload.c2786 if ( csindex->offsets )
2789 csindex->offsets[glyph_index] - 1;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1025 SmallVector<uint64_t, 16> offsets; local
1026 ComputeValueVTs(*this, elemType, vtparts, &offsets, 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/harfbuzz/tests/shaping/
H A Dmain.cpp260 shaper_item.offsets = hb_offsets.data();
/external/linux-tools-perf/
H A DMakefile238 LIB_H += util/include/asm/asm-offsets.h
/external/quake/quake/src/QW/client/
H A Dgl_warp.c1051 src = (byte *)mt + mt->offsets[0];
/external/quake/quake/src/WinQuake/
H A Dgl_warp.cpp1100 src = (byte *)mt + mt->offsets[0];
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S14 # offsets into the results returned by the uname syscall
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S13 # offsets into the results returned by the uname syscall
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h1728 int32_t* offsets = static_cast<int32_t*>(m_formatter.data()); local
1730 offsets[ptr++] = offset;
2051 // All branch offsets should be an even distance.
2069 // All branch offsets should be an even distance.
2085 // All branch offsets should be an even distance.
2105 // All branch offsets should be an even distance.
/external/icu4c/test/intltest/
H A Dtranstst.cpp1950 virtual void handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets, argument
1953 offsets.start = offsets.limit;
H A Dusettest.cpp3228 int32_t offsets[3000]; local
3233 int32_t *o=offsets;
3253 while(offsets[j]<expect) {
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js2040 var offsets = element.positionedOffset();
2041 var top = offsets[1];
2042 var left = offsets[0];
2146 // correct by body offsets (fixes Safari)
2222 // IE doesn't report offsets correctly for static elements, so we change them

Completed in 433 milliseconds

12345678