HomeSort by relevance Sort by last modified time
    Searched full:advance (Results 101 - 125 of 2068) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/freetype/include/
ftpfr.h 141 * Return a given glyph advance, expressed in original metrics units,
150 * aadvance :: The glyph advance in metrics units.
157 * to convert the advance to device sub-pixels (i.e., 1/64th of pixels).
  /external/icu/icu4c/source/layout/
MarkToBasePosnSubtables.cpp 94 //JK: adjustment needs to account for non-zero advance of any marks between base glyph and current mark
100 fontInstance->getGlyphAdvance(otherMark, px); // get advance, in case it's non-zero
101 pixels.fX += px.fX; // and add that to the base glyph's advance
  /external/llvm/lib/Support/
LineIterator.cpp 47 advance();
51 void line_iterator::advance() { function in class:line_iterator
52 assert(Buffer && "Cannot advance past the end!");
  /external/pdfium/third_party/freetype/include/
ftpfr.h 141 * Return a given glyph advance, expressed in original metrics units,
150 * aadvance :: The glyph advance in metrics units.
157 * to convert the advance to device sub-pixels (i.e., 1/64th of pixels).
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.h 80 kDefault, // Default advance: fAdvance.count = 1
82 kRun // fStartID-fEndID have same advance: fAdvance.count = 1
133 /** Retrieve advance data for glyphs. Used by the PDF backend. It calls
  /external/v8/src/
prototype.h 39 Advance();
48 Advance();
70 void Advance() {
snapshot-source-sink.cc 82 Advance(size);
85 Advance(length_ - position_); // proceed until end.
snapshot-source-sink.h 34 void Advance(int by) { position_ += by; }
43 Advance(bytes);
  /external/skia/src/fonts/
SkTestScalerContext.cpp 217 const SkVector advance = fMatrix.mapXY(SkFixedToScalar(glyph->fAdvanceX),
219 glyph->fAdvanceX = SkScalarToFixed(advance.fX);
220 glyph->fAdvanceY = SkScalarToFixed(advance.fY);
226 const SkVector advance = fMatrix.mapXY(SkFixedToScalar(glyph->fAdvanceX),
228 glyph->fAdvanceX = SkScalarToFixed(advance.fX);
229 glyph->fAdvanceY = SkScalarToFixed(advance.fY);
  /frameworks/native/include/private/ui/
RegionHelper.h 188 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
191 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
198 void advance(region& reg, TYPE& aTop, TYPE& aBottom) { function in class:android::region_operator::Spanner
269 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail);
272 advance(rhs, SpannerBase::rhs_head, SpannerBase::rhs_tail);
279 void advance(region& reg, TYPE& left, TYPE& right) { function in class:android::region_operator::SpannerInner
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SparseFieldVector.java 144 iter.advance();
177 iter.advance();
219 iter.advance();
248 iter.advance();
260 iter.advance();
272 iter.advance();
284 iter.advance();
295 iter.advance();
326 iter.advance();
357 iter.advance();
    [all...]
  /external/elfutils/src/libelf/
elf_next.c 0 /* Advance in archive to next element.
58 /* Now advance the offset. */
  /external/freetype/src/autofit/
afcover.h 29 /* XXX: It's not possible to define blue zone characters in advance. */
52 /* XXX: It's not possible to define blue zone characters in advance. */
  /external/guava/guava-gwt/test-super/com/google/common/testing/super/com/google/common/testing/
FakeTickerTest.java 37 assertSame(ticker, ticker.advance(10));
39 ticker.advance(1, TimeUnit.MILLISECONDS);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_az.c 195 f += 2; /* Advance f pointer */
196 isp += 2; /* Advance isp pointer */
211 f += i; /* Advance f pointer */
212 isp += 2; /* Advance isp pointer */
226 f += 2; /* Advance f pointer */
227 isp += 2; /* Advance isp pointer */
241 f += i; /* Advance f pointer */
242 isp += 2; /* Advance isp pointer */
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 51 jlong shapeHandle, jfloat advance, jfloat phase, jint style) {
54 SkPathEffect* effect = SkPath1DPathEffect::Create(*shape, advance, phase,
  /frameworks/base/tools/aapt/tests/
MockDirectoryWalker.h 41 // Advance to next entry in the Vector
43 // Advance position and check to see if we're done
  /art/compiler/optimizing/
licm.cc 33 for (HInputIterator it(instruction); !it.Done(); it.Advance()) {
86 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
97 for (HBlocksInLoopIterator it_loop(*loop_info); !it_loop.Done(); it_loop.Advance()) {
114 inst_it.Advance()) {
primitive_type_propagation.cc 81 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
89 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
96 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
125 for (HUseIterator<HInstruction*> it(instruction->GetUses()); !it.Done(); it.Advance()) {
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeInput.java 49 advance(1);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ShortArrayCodeInput.java 49 advance(1);
  /external/fonttools/Lib/fontTools/ttLib/tables/
BitmapGlyphMetrics.py 27 Advance: B
  /external/freetype/src/sfnt/
ttmtx.c 188 /* bearing for vertical metrics) and advance width (advance height */
201 /* aadvance :: The advance width or advance height, depending on */
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 135 /* Copies glyph at idx to output but doesn't advance idx */
138 /* Copies glyph at idx to output and advance idx.
139 * If there's no output, just advance idx. */
155 /* Advance idx without copying to output. */
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.h 57 virtual void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;

Completed in 295 milliseconds

1 2 3 45 6 7 8 91011>>