Home
last modified time | relevance | path

Searched refs:advances (Results 1 – 25 of 85) sorted by relevance

1234

/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp42 int16_t findMode(SkSpan<const int16_t> advances) { in findMode() argument
43 if (advances.empty()) { in findMode()
47 int16_t previousAdvance = advances[0]; in findMode()
48 int16_t currentModeAdvance = advances[0]; in findMode()
52 for (size_t i = 1; i < advances.size(); ++i) { in findMode()
53 if (advances[i] == previousAdvance) { in findMode()
60 previousAdvance = advances[i]; in findMode()
117 std::vector<int16_t> advances; in SkPDFMakeCIDGlyphWidthsArray() local
118 advances.reserve_back(glyphs.size()); in SkPDFMakeCIDGlyphWidthsArray()
120 advances.push_back((int16_t)glyph->advanceX()); in SkPDFMakeCIDGlyphWidthsArray()
[all …]
/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp179 std::unique_ptr<SkScalar[]> advances(new SkScalar[glyphCount]); in shape() local
180 font.getWidthsBounds(glyphs.get(), glyphCount, advances.get(), nullptr, nullptr); in shape()
187 advances.get() + glyphOffset, &bytesCollapsed); in shape()
207 position.fX += advances[i + glyphOffset]; in shape()
DSkShaper_coretext.cpp254 SkAutoSTArray<4096, CGSize> advances(runGlyphs); in shape() local
255 CTRunGetAdvances(run, {0, runGlyphs}, advances.data()); in shape()
258 adv += advances[k].width; in shape()
/external/freetype/src/base/
Dftadvanc.c27 FT_Fixed* advances, in _ft_face_scale_advances() argument
50 advances[nn] = FT_MulDiv( advances[nn], scale, 64 ); in _ft_face_scale_advances()
/external/freetype/src/type1/
Dt1gload.c280 FT_Fixed* advances ) in T1_Get_Advances() argument
296 advances[nn] = 0; in T1_Get_Advances()
332 advances[nn] = FIXED_TO_INT( decoder.builder.advance.x ); in T1_Get_Advances()
334 advances[nn] = 0; in T1_Get_Advances()
338 advances[nn], in T1_Get_Advances()
339 advances[nn] == 1 ? "" : "s" )); in T1_Get_Advances()
Dt1gload.h38 FT_Fixed* advances );
/external/freetype/src/truetype/
Dttdriver.c226 FT_Fixed *advances ) in tt_get_advances() argument
251 advances[nn] = ah; in tt_get_advances()
270 advances[nn] = aw; in tt_get_advances()
/external/skia/modules/skplaintexteditor/src/
Dshape.cpp198 std::unique_ptr<float[]> advances(new float[glyphCount]); in set_character_bounds() local
199 font.getWidths(glyphs, glyphCount, advances.get()); in set_character_bounds()
224 const float* clusterAdvances = &advances[clusterStart]; in set_character_bounds()
/external/harfbuzz_ng/src/
Dhb-buffer-deserialize-text.rl77 advances= '+' (num >tok %parse_x_advance) (',' (num >tok %parse_y_advance))?;
83 advances?
Dhb-uniscribe.cc790 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape()
949 advances + glyphs_offset, in _hb_uniscribe_shape()
998 info->mask = advances[i]; in _hb_uniscribe_shape()
/external/skia/src/utils/
DSkCustomTypeface.cpp402 std::vector<float> advances(glyphCount); in Deserialize() local
403 if (stream->read(advances.data(), glyphCount * sizeof(float)) != glyphCount * sizeof(float)) { in Deserialize()
424 builder.setGlyph(i, advances[i], path); in Deserialize()
/external/freetype/src/cff/
Dcffdrivr.c206 FT_Fixed* advances ) in cff_get_advances() argument
254 advances[nn] = ah; in cff_get_advances()
285 advances[nn] = aw; in cff_get_advances()
301 advances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances()
/external/freetype/include/freetype/internal/
Dftdrv.h87 FT_Fixed* advances );
/external/angle/extensions/
DANGLE_instanced_arrays.txt99 If <divisor> is zero, the attribute at slot <index> advances once
100 per vertex. If <divisor> is non-zero, the attribute advances once
152 <instance> advances for each iteration. Instanced attributes that
219 advances between each set. Instanced attributes are advanced as they do
DANGLE_base_vertex_base_instance.txt54 value of <instance> advances for each iteration. Those attributes that have
63 value of <instance> advances between each set.
/external/skqp/src/core/
DSkStrike.cpp84 void SkStrike::getAdvances(SkSpan<const SkGlyphID> glyphIDs, SkPoint advances[]) { in getAdvances() argument
87 *advances++ = SkPoint::Make(glyph.fAdvanceX, glyph.fAdvanceY); in getAdvances()
/external/python/jinja/
DCODE_OF_CONDUCT.md26 advances
/external/webrtc/
DCODE_OF_CONDUCT.md25 * The use of sexualized language or imagery and unwelcome sexual attention or advances
/external/catch2/
DCODE_OF_CONDUCT.md19 * The use of sexualized language or imagery and unwelcome sexual attention or advances
/external/fonttools/
DCODE_OF_CONDUCT.md26 advances
/external/python/pyopenssl/
DCODE_OF_CONDUCT.rst22 * The use of sexualized language or imagery and unwelcome sexual attention or advances
/external/rust/crates/grpcio/
DCODE_OF_CONDUCT.md19 * The use of sexualized language or imagery and unwelcome sexual attention or advances
/external/rust/crates/uuid/
DCODE_OF_CONDUCT.md30 advances
/external/robolectric-shadows/
DCODE_OF_CONDUCT.md26 advances
/external/rust/crates/bitflags/
DCODE_OF_CONDUCT.md26 advances

1234