Home
last modified time | relevance | path

Searched defs:advances (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp42 int16_t findMode(SkSpan<const int16_t> advances) { in findMode()
117 std::vector<int16_t> advances; in SkPDFMakeCIDGlyphWidthsArray() local
/external/freetype/src/base/
Dftadvanc.c27 FT_Fixed* advances, in _ft_face_scale_advances()
/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp179 std::unique_ptr<SkScalar[]> advances(new SkScalar[glyphCount]); in shape() local
DSkShaper_coretext.cpp254 SkAutoSTArray<4096, CGSize> advances(runGlyphs); in shape() local
DSkShaper_harfbuzz.cpp145 hb_position_t* advances, in skhb_glyph_h_advances()
/external/freetype/src/type1/
Dt1gload.c280 FT_Fixed* advances ) in T1_Get_Advances()
/external/freetype/src/truetype/
Dttdriver.c226 FT_Fixed *advances ) in tt_get_advances()
/external/skia/modules/skplaintexteditor/src/
Dshape.cpp198 std::unique_ptr<float[]> advances(new float[glyphCount]); in set_character_bounds() local
/external/skia/src/utils/
DSkCustomTypeface.cpp402 std::vector<float> advances(glyphCount); in Deserialize() local
/external/skqp/src/core/
DSkStrike.cpp84 void SkStrike::getAdvances(SkSpan<const SkGlyphID> glyphIDs, SkPoint advances[]) { in getAdvances()
/external/freetype/src/cff/
Dcffdrivr.c206 FT_Fixed* advances ) in cff_get_advances()