Searched refs:advances (Results 1 - 25 of 48) sorted by relevance

12

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1gload.h39 FT_Fixed* advances );
H A Dt1gload.c215 FT_Fixed* advances )
228 advances[nn] = 0;
259 advances[nn] = FIXED_TO_INT( decoder.builder.advance.x );
261 advances[nn] = 0;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DGlyphBuffer.h54 FloatSize* advances(unsigned from) { return m_advances.data() + from; } function in class:WebCore::GlyphBuffer
56 const FloatSize* advances(unsigned from) const { return m_advances.data() + from; } function in class:WebCore::GlyphBuffer
H A DWidthIterator.cpp112 FloatSize* advances = glyphBuffer->advances(0);
115 widthDifference -= advances[i].width();
121 glyphBuffer->advances(spaceOffset - 1)->setWidth(originalAdvances.advanceBeforeCharacter);
122 glyphBuffer->advances(spaceOffset)->setWidth(originalAdvances.advanceAtCharacter);
127 widthDifference += advances[i].width();
/external/chromium_org/third_party/freetype/src/base/
H A Dftadvanc.c28 FT_Fixed* advances,
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
27 _ft_face_scale_advances( FT_Face face, FT_Fixed* advances, FT_UInt count, FT_Int32 flags ) argument
/external/freetype/src/base/
H A Dftadvanc.c28 FT_Fixed* advances,
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
27 _ft_face_scale_advances( FT_Face face, FT_Fixed* advances, FT_UInt count, FT_Int32 flags ) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftadvanc.c28 FT_Fixed* advances,
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
27 _ft_face_scale_advances( FT_Face face, FT_Fixed* advances, FT_UInt count, FT_Int32 flags ) argument
/external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/
H A Dharfbuzz-freetype.c37 HB_Fixed *advances, int flags) {
44 advances[i] = 0;
48 advances[i] = face->glyph->advance.x;
36 hb_freetype_advances_get(HB_Font font, const HB_Glyph *glyphs, hb_uint32 len, HB_Fixed *advances, int flags) argument
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-text.rl77 advances= '+' (num >tok %parse_x_advance) (',' (num >tok %parse_y_advance))?;
83 advances?
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-shaper.h159 non-zero advances, when they should be zero. Setting this shaper
160 flag causes us to zero out the advances for mark glyphs. */
231 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/);
261 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */
266 HB_Fixed *advances; /* output: <num_glyphs> advances */ member in struct:HB_ShaperItem_
H A Dharfbuzz-hangul.c249 syllable.advances = item->advances + first_glyph;
H A Dharfbuzz-tibetan.c234 syllable.advances = item->advances + first_glyph;
H A Dharfbuzz-shaper-private.h146 shaper_item->advances, \
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttdriver.c202 FT_Fixed *advances )
219 advances[nn] = ah;
231 advances[nn] = aw;
/external/freetype/src/truetype/
H A Dttdriver.c202 FT_Fixed *advances )
220 advances[nn] = ah;
232 advances[nn] = aw;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttdriver.c202 FT_Fixed *advances )
219 advances[nn] = ah;
231 advances[nn] = aw;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.h93 float* advances() { return &m_advances[0]; } function in class:WebCore::FINAL::HarfBuzzRun
/external/chromium_org/third_party/skia/tests/
H A DWArrayTest.cpp136 const int16_t advances[], int advanceLen,
139 : fAdvances(advances)
135 TestWData(skiatest::Reporter* reporter, const int16_t advances[], int advanceLen, const uint32_t subset[], int subsetLen, const char* expected) argument
/external/skia/tests/
H A DWArrayTest.cpp136 const int16_t advances[], int advanceLen,
139 : fAdvances(advances)
135 TestWData(skiatest::Reporter* reporter, const int16_t advances[], int advanceLen, const uint32_t subset[], int subsetLen, const char* expected) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextController.cpp526 const CGSize* advances = complexTextRun.advances();
558 CGSize advance = treatAsSpace ? CGSizeMake(spaceWidth, advances[i].height) : advances[i];
H A DComplexTextController.h98 const CGSize* advances() const { return m_advances; } function in class:WebCore::ComplexTextController::ComplexTextRun
H A DFontMac.cpp117 // GlyphBuffer has no advances other than the defaults. In that case the
121 const FloatSize* adv = glyphBuffer.advances(from);
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftdriver.h96 FT_Fixed* advances );
148 /* `advances' buffer is caller-allocated. */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftdriver.h96 FT_Fixed* advances );
148 /* `advances' buffer is caller-allocated. */
/external/libunwind/doc/
H A Dunw_step.tex19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to

Completed in 993 milliseconds

12