Home
last modified time | relevance | path

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

12

/external/freetype/src/base/
Dftadvanc.c28 FT_Fixed* advances, in _ft_face_scale_advances() argument
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 ); in _ft_face_scale_advances()
/external/pdfium/third_party/freetype/src/base/
Dftadvanc.c28 FT_Fixed* advances, in _ft_face_scale_advances() argument
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 ); in _ft_face_scale_advances()
/external/pdfium/third_party/freetype/src/truetype/
Dttdriver.c194 FT_Fixed *advances ) in tt_get_advances() argument
212 advances[nn] = ah; in tt_get_advances()
224 advances[nn] = aw; in tt_get_advances()
/external/freetype/src/truetype/
Dttdriver.c194 FT_Fixed *advances ) in tt_get_advances() argument
212 advances[nn] = ah; in tt_get_advances()
224 advances[nn] = aw; in tt_get_advances()
/external/pdfium/third_party/freetype/src/type1/
Dt1gload.c215 FT_Fixed* advances ) in T1_Get_Advances() argument
228 advances[nn] = 0; in T1_Get_Advances()
259 advances[nn] = FIXED_TO_INT( decoder.builder.advance.x ); in T1_Get_Advances()
261 advances[nn] = 0; in T1_Get_Advances()
Dt1gload.h39 FT_Fixed* advances );
/external/freetype/src/cff/
Dcffdrivr.c191 FT_Fixed* advances ) in cff_get_advances() argument
230 advances[nn] = ah; in cff_get_advances()
252 advances[nn] = aw; in cff_get_advances()
268 advances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances()
/external/pdfium/third_party/freetype/src/cff/
Dcffdrivr.c191 FT_Fixed* advances ) in cff_get_advances() argument
230 advances[nn] = ah; in cff_get_advances()
252 advances[nn] = aw; in cff_get_advances()
268 advances[nn] = ( flags & FT_LOAD_VERTICAL_LAYOUT ) in cff_get_advances()
/external/harfbuzz_ng/src/
Dhb-buffer-deserialize-text.rl77 advances= '+' (num >tok %parse_x_advance) (',' (num >tok %parse_y_advance))?;
83 advances?
Dhb-uniscribe.cc806 ALLOCATE_ARRAY (int, advances, glyphs_size); in _hb_uniscribe_shape()
959 advances + glyphs_offset, in _hb_uniscribe_shape()
1008 info->mask = advances[i]; in _hb_uniscribe_shape()
/external/skia/tests/
DWArrayTest.cpp136 const int16_t advances[], int advanceLen, in TestWData() argument
139 : fAdvances(advances) in TestWData()
/external/libunwind/doc/
Dunw_step.tex19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftdriver.h96 FT_Fixed* advances );
/external/freetype/include/internal/
Dftdriver.h96 FT_Fixed* advances );
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp516 CGSize advances; in FX_GetCharWidth() local
518 &advances, 1); in FX_GetCharWidth()
519 *width = (int)(advances.width / size * 1000); in FX_GetCharWidth()
/external/skia/src/pdf/
DSkPDFFont.cpp1171 SkAutoTUnref<SkPDFArray> advances( in populate() local
1175 if (advances->size()) in populate()
1176 this->insertObject("W2", advances.detach()); in populate()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp600 FT_Fixed advances[128]; in onGetAdvancedTypefaceMetrics()
605 FT_Get_Advances(face, gID, advanceCount, FT_LOAD_NO_SCALE, advances); in onGetAdvancedTypefaceMetrics()
607 int16_t advance = advances[i]; in onGetAdvancedTypefaceMetrics()
/external/fonttools/Doc/
Dchanges.txt91 - Fixed bug in hmtx/vmtx code that only occured if all advances were equal.
/external/zlib/src/doc/
Drfc1951.txt803 the compressor simply writes out X as a literal byte and advances one
825 original match, and, as described above, advances N bytes before
/external/llvm/docs/tutorial/
DLangImpl2.rst216 creates a ``NumberExprAST`` node, advances the lexer to the next token,
DOCamlLangImpl2.rst149 creates a ``Ast.Number`` node, advances the lexer to the next token, and
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as533 * and LA(2) as if we were doing a normal match(), which advances the
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m706 * and LA(2) as if we were doing a normal match(), which advances the
/external/harfbuzz_ng/
DNEWS80 non-zero mark advances. This was introduced in 1.2.0 while
/external/libjpeg-turbo/
Dstructure.txt528 file, because these may change as the data input section advances into a new

12