/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
search.h | 45 * @brief Precalculate advances for Knuth-Morris-Pratt algorithm. 48 * @param advances Returned offsets. 115 difference_type advances[pattern_length]; local 116 calc_borders(begin2, pattern_length, advances); 157 start += (pos_in_pattern - advances[pos_in_pattern]); 159 (advances[pos_in_pattern] < 0) ? 0 : advances[pos_in_pattern];
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
GlyphBuffer.h | 48 // CG uses CGSize instead of FloatSize so that the result of advances() 78 GlyphBufferAdvance* advances(unsigned from) { return m_advances.data() + from; } function in class:WebCore::GlyphBuffer 80 const GlyphBufferAdvance* advances(unsigned from) const { return m_advances.data() + from; } function in class:WebCore::GlyphBuffer
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
FontWin.cpp | 72 // the arrays of characters and advances. 74 Vector<int, kMaxBufferLength> advances; local 99 // To position glyphs vertically, we use offsets instead of advances. 100 advances.resize(curLen); 101 advances.fill(0); 112 paintSkiaText(graphicsContext, font->platformData(), curLen, &glyphs[0], &advances[0], &offsets[0], origin, SkRect(textRect)); 121 // of each glyph in floating point units and rounds to integer advances at the last possible moment. 129 advances.resize(curLen); 135 advances[i] = lroundf(horizontalOffset) - lastHorizontalOffsetRounded; 136 lastHorizontalOffsetRounded += advances[i] [all...] |
UniscribeHelper.cpp | 220 Vector<int, 64> advances; local 221 advances.resize(totalGlyphs); 234 advances[destIndex] = shaping.m_advance[i]; 248 ScriptJustify(&visualAttributes[0], &advances[0], totalGlyphs, 432 const int* advances = shaping.m_justify.size() ? local 449 advances, [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.h | 89 float* advances() { return &m_advances[0]; } function in class:WebCore::FINAL::HarfBuzzRun
|
HarfBuzzShaper.cpp | 273 // Sum up advances that belong to a character. 772 float* advances = currentRun->advances(); local 780 float glyphAdvanceX = advances[i] + nextOffset.x() - currentOffset.x(); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
ComplexTextController.h | 97 const CGSize* advances() const { return m_advances; } function in class:WebCore::ComplexTextController::ComplexTextRun
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.cpp | 204 item->advances[gfrom+i] = 0; 906 // calulate the advances for the shaped glyphs 913 HB_Fixed *advances = item->advances; local 929 ; //advances[i] = adjustment; 931 advances[i] += adjustment; 949 offsets[i].x -= advances[i-back]; [all...] |
harfbuzz-shaper.h | 212 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/); 246 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */ 251 HB_Fixed *advances; /* output: <num_glyphs> advances */ member in struct:HB_ShaperItem_
|
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.cc | 534 INT* advances = storage.get(); local 536 advances[i] = SkScalarRound(pos[2] - pos[0]); 541 count, advances, paint.getTypeface());
|
/external/harfbuzz/src/ |
harfbuzz-shaper.cpp | 404 item->advances[gfrom+i] = 0; 1275 HB_Fixed *advances = item->advances; local [all...] |
harfbuzz-shaper.h | 243 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/); 277 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */ 282 HB_Fixed *advances; /* output: <num_glyphs> advances */ member in struct:HB_ShaperItem_
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/prebuilts/tools/windows/swt/ |
swt.jar | |
/prebuilts/tools/windows-x86_64/swt/ |
swt.jar | |