Searched refs:advance (Results 126 - 150 of 224) sorted by relevance

123456789

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp70 std::advance(NI, I.getNode()->getOperand(I.getOperand()).getResNo());
/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp257 std::advance(BBI, std::distance(F->begin(), Function::iterator(BB)));
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTokenizer.cpp168 if (!m_inputStreamPreprocessor.advance(source, m_lineNumber)) \
202 source.advance(m_lineNumber);
207 // Identical to emitAndResumeIn, except does not advance.
222 source.advance(m_lineNumber);
231 source.advance(m_lineNumber);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp445 // added to the advance after each output cluster. This matches the behaviour
446 // of WidthIterator::advance.
816 // RTL) codepoint of the current glyph. Each time we advance a glyph,
831 int advance = truncateFixedPointToInteger(m_item.advances[i]); local
837 advance += m_wordSpacingAdjustment;
846 advance += toPad;
856 // no advance on this glyph, that should be ok.
869 // advance += m_letterSpacing;
880 position += advance;
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h78 void wkGetGlyphAdvances(CGFontRef, const CGAffineTransform&, bool isSystemFont, bool isPrinterFont, CGGlyph, CGSize& advance);
/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp82 forwardsIterator.advance();
110 it.advance();
129 charIt.advance(string.size() - suffixLength - next);
161 backwardsIterator.advance();
185 it.advance();
199 charIt.advance(next - prefixLength - 1);
207 charIt.advance(1);
/external/skia/src/pdf/
H A DSkPDFFont.cpp297 const SkAdvancedTypefaceMetrics::VerticalMetric& advance,
299 appendWidth(advance.fVerticalAdvance, emSize, array);
300 appendWidth(advance.fOriginXDisp, emSize, array);
301 appendWidth(advance.fOriginYDisp, emSize, array);
309 SkPDFArray* (*appendAdvance)(const Data& advance, uint16_t emSize,
771 // Font does not support subsetting, get new info with advance.
1094 // Generate new font metrics with advance info for true type fonts.
296 appendVerticalAdvance( const SkAdvancedTypefaceMetrics::VerticalMetric& advance, uint16_t emSize, SkPDFArray* array) argument
306 composeAdvanceData( SkAdvancedTypefaceMetrics::AdvanceMetric<Data>* advanceInfo, uint16_t emSize, SkPDFArray* (*appendAdvance)(const Data& advance, uint16_t emSize, SkPDFArray* array), Data* defaultAdvance) argument
/external/tcpdump/
H A Dprint-isakmp.c1421 int advance; local
1425 advance = esp_print(ndo, bp, length, bp2, &enh, &padlen);
1426 if(advance <= 0)
1429 bp += advance;
1430 length -= advance + padlen;
/external/webkit/Source/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp361 state = state->advance(*this);
412 virtual StateBase* advance(Serializer&) = 0;
434 virtual StateBase* advance(Serializer&) function in class:WebCore::__anon14506::Serializer::ErrorState
463 virtual StateBase* advance(Serializer& serializer)
491 virtual StateBase* advance(Serializer& serializer) function in class:WebCore::__anon14506::Serializer::AbstractObjectState
/external/stlport/stlport/stl/
H A D_algo.c760 _STLP_STD::advance(__middle, __half_len);
797 _STLP_STD::advance(__middle, __half_len);
1137 _STLP_STD::advance(__first_cut, __len11);
1143 _STLP_STD::advance(__second_cut, __len22);
1364 _STLP_STD::advance(__middle, __half);
1389 _STLP_STD::advance(__middle, __half);
1408 _STLP_STD::advance(__first, __len);
1483 _STLP_STD::advance(__first_cut, __len11);
1489 _STLP_STD::advance(__second_cut, __len22);
H A D_algobase.c423 _STLP_STD::advance(__result, -_STLP_STD::distance(__first2, __last2));
462 _STLP_STD::advance(__middle, __half);
H A D_deque.h655 _STLP_STD::advance(__mid, size());
883 _STLP_STD::advance(__mid, this->buffer_size());
1003 _STLP_STD::advance(__mid, difference_type(__n) - __elemsbefore);
1026 _STLP_STD::advance(__mid, __elemsafter);
/external/libvpx/vp8/common/ppc/
H A Drecon_altivec.asm75 stwux r0, \Dst, \Stride ;# advance dst to next row
/external/skia/src/ports/
H A DSkFontHost_mac_atsui.cpp244 glyph->fAdvanceX = SkFloatToFixed(idealMetrics.advance.x);
245 glyph->fAdvanceY = -SkFloatToFixed(idealMetrics.advance.y);
/external/webkit/Source/WebCore/platform/mac/
H A DWebCoreSystemInterface.mm43 BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize* advance);
H A DWebCoreSystemInterface.h116 extern BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize* advance);
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyImpl.h128 std::advance(I, idx - 1);
/external/llvm/lib/Support/
H A DFoldingSet.cpp401 void FoldingSetIteratorImpl::advance() { function in class:FoldingSetIteratorImpl
/external/srec/srec/Recognizer/include/
H A DSR_Recognizer.h376 * may be one (for our default frame-advance mode) or it may be more if the synchronous nature
378 * of the Recognizer_PutAudio call. It is permissible to advance when there is no further data.
387 ESR_ReturnCode(*advance)(struct SR_Recognizer_t* self, SR_RecognizerStatus* status, member in struct:SR_Recognizer_t
799 * may be one (for our default frame-advance mode) or it may be more if the synchronous nature
801 * of the Recognizer_PutAudio call. It is permissible to advance when there is no further data.
/external/srec/srec/Recognizer/src/
H A DRecognizer.c281 return self->advance(self, status, type, result);
/external/v8/src/ia32/
H A Ddisasm-ia32.cc493 int advance = 0; local
497 advance = PrintRightOperand(data);
502 advance = PrintRightOperand(data);
510 return advance;
/external/v8/src/x64/
H A Ddisasm-x64.cc612 int advance = 0; local
622 advance = byte_size_operand_ ? PrintRightByteOperand(data)
628 advance = byte_size_operand_ ? PrintRightByteOperand(data)
637 return advance;
/external/freetype/src/base/
H A Dftobjs.c717 /* compute the advance */
720 slot->advance.x = 0;
721 slot->advance.y = slot->metrics.vertAdvance;
725 slot->advance.x = slot->metrics.horiAdvance;
726 slot->advance.y = 0;
729 /* compute the linear advance in 16.16 pixels */
774 /* transform advance */
775 FT_Vector_Transform( &slot->advance, &internal->transform_matrix );
779 FT_TRACE5(( " x advance: %d\n" , slot->advance
[all...]
/external/qemu/audio/
H A Dalsaaudio.c789 char *src = advance (alsa->pcm_buf, alsa->wpos << hw->info.shift);
1122 src = advance (alsa->pcm_buf, bufs[i].add << hwshift);
1162 src = advance (src, nread << hwshift);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1615 const GlyphBufferAdvance* advance = glyphBuffer.advances(from); local
1618 offset += *advance++;
1621 offset += *advance++ * scaleX;
1668 const GlyphBufferAdvance* advance = glyphBuffer.advances(from); local
1679 offset += *advance++;
1691 offset += *advance++ * scaleX;

Completed in 1148 milliseconds

123456789