HomeSort by relevance Sort by last modified time
    Searched refs:advance (Results 176 - 200 of 665) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 364 void PortableFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
385 advance.fX = advance.fY = 0;
393 advance.fX = xUnitsToPoints(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
394 advance.fY = 0;
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 70 inline void advance() { function in class:android::SineGen
110 inline void advance() { function in class:android::SineGenGen
111 mSineInnerCur.advance();
112 mSineInnerPrev.advance();
696 sg.advance();
  /ndk/tests/device/test-gnustl-full/unit/
slist_test.cpp 236 advance(slit, 5);
258 advance(slit, 3);
296 advance(slit, 4);
317 advance(slit, 2);
435 advance(lit, 5);
476 advance(lit, 4);
534 advance(slit, 10);
  /ndk/tests/device/test-stlport/unit/
slist_test.cpp 236 advance(slit, 5);
258 advance(slit, 3);
296 advance(slit, 4);
317 advance(slit, 2);
435 advance(lit, 5);
476 advance(lit, 4);
534 advance(slit, 10);
  /external/freetype/src/truetype/
ttgload.c 80 FT_TRACE5(( " advance width (font units): %d\n", *aw ));
114 FT_TRACE5(( " advance height (font units): %d\n", *ah ));
151 loader->advance = advance_width;
202 metrics.advance = loader->advance;
212 advance_width = (FT_UShort)metrics.advance;
219 metrics.advance = loader->vadvance;
228 advance_height = (FT_UShort)metrics.advance;
233 loader->advance = advance_width;
2012 FT_Pos advance; \/* scaled vertical advance height *\/ local
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 80 FT_TRACE5(( " advance width (font units): %d\n", *aw ));
112 FT_TRACE5(( " advance height (font units): %d\n", *ah ));
149 loader->advance = advance_width;
198 metrics.advance = loader->advance;
208 advance_width = (FT_UShort)metrics.advance;
215 metrics.advance = loader->vadvance;
224 advance_height = (FT_UShort)metrics.advance;
229 loader->advance = advance_width;
1924 FT_Pos advance; \/* scaled vertical advance height *\/ local
    [all...]
  /external/freetype/include/internal/
tttypes.h 219 /* advance :: The advance width or height for the glyph. */
225 FT_UShort advance; member in struct:TT_LongMetricsRec_
415 /* horiAdvance :: The horizontal advance. */
421 /* vertAdvance :: The vertical advance. */
458 /* advance :: The advance width or height. */
467 FT_Byte advance; member in struct:TT_SBit_Small_Metrics_
501 /* horizontal advance - */
506 /* vertical advance - *
1477 FT_Int advance; member in struct:TT_LoaderRec_
    [all...]
  /external/pdfium/third_party/freetype/include/internal/
tttypes.h 219 /* advance :: The advance width or height for the glyph. */
225 FT_UShort advance; member in struct:TT_LongMetricsRec_
415 /* horiAdvance :: The horizontal advance. */
421 /* vertAdvance :: The vertical advance. */
458 /* advance :: The advance width or height. */
467 FT_Byte advance; member in struct:TT_SBit_Small_Metrics_
501 /* horizontal advance - */
506 /* vertical advance - *
1479 FT_Int advance; member in struct:TT_LoaderRec_
    [all...]
  /external/deqp/executor/
xeTestCaseListParser.cpp 142 m_xmlParser.advance();
xeTestLogParser.cpp 183 m_containerParser.advance();
  /external/freetype/src/cff/
cffgload.h 68 /* advance :: The horizontal advance vector. */
99 FT_Vector advance; member in struct:CFF_Builder_
219 /* Compute the maximum advance width of a font through quick parsing */
  /external/freetype/src/psaux/
t1decode.c 198 FT_Vector left_bearing, advance; local
310 advance = decoder->builder.advance;
329 /* advance width of the base character */
332 decoder->builder.advance = advance;
    [all...]
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 357 void GDIFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
359 advance.fX = 0;
360 advance.fY = 0;
380 advance.fX = metrics.gmCellIncX;
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java 138 this.setTaskState(this.getTaskState().advance());
Renewer.java 139 this.setTaskState(this.getTaskState().advance());
  /external/llvm/include/llvm/ADT/
FoldingSet.h 606 void advance();
632 advance();
654 void advance() { function in class:llvm::FoldingSetBucketIteratorImpl
683 advance();
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 63 /* advance :: The horizontal advance vector. */
94 FT_Vector advance; member in struct:CFF_Builder_
214 /* Compute the maximum advance width of a font through quick parsing */
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 198 FT_Vector left_bearing, advance; local
310 advance = decoder->builder.advance;
329 /* advance width of the base character */
332 decoder->builder.advance = advance;
    [all...]
  /frameworks/av/include/media/stagefright/
NuMediaExtractor.h 70 status_t advance();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
TrackDecoder.java 135 return mediaExtractor.advance()
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 40 void advance() { function in class:mcld::DFSIterator
70 void advance() { function in class:mcld::BFSIterator
156 IteratorType::advance();
162 IteratorType::advance();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
iterator.hpp 84 struct advance< v_iter<Vector,n_>,Distance> struct in namespace:boost::mpl
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 357 std::advance( m_Begin, n );
363 std::advance( m_End, n );
587 std::advance( new_begin, advance_begin );
588 std::advance( new_end, advance_end );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 86 calls to `setp' and `advance'. */
90 /* The use of this variable in the `advance' function is not
222 extern int advance (__const char *__restrict __string,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 86 calls to `setp' and `advance'. */
90 /* The use of this variable in the `advance' function is not
222 extern int advance (__const char *__restrict __string,

Completed in 2379 milliseconds

1 2 3 4 5 6 78 91011>>