/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 783 FT_Pos requestedPPEM = scaleY; // FT_Bitmap_Size::y_ppem is in 26.6 format. 785 FT_Pos chosenPPEM = 0; 787 FT_Pos strikePPEM = face->available_sizes[strikeIndex].y_ppem; [all...] |
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/freetype/src/cff/ |
cffobjs.c | 241 FT_Pos x_scale, y_scale; 313 FT_Pos x_scale, y_scale; [all...] |
/external/freetype/src/pshinter/ |
pshrec.c | 1130 FT_Pos stems[2]; 1175 FT_Pos stems[32], y;
|
/external/pdfium/third_party/freetype/src/cff/ |
cffobjs.c | 241 FT_Pos x_scale, y_scale; 313 FT_Pos x_scale, y_scale; [all...] |
/external/pdfium/third_party/freetype/src/pshinter/ |
pshrec.c | 1130 FT_Pos stems[2]; 1175 FT_Pos stems[32], y;
|
/external/freetype/src/base/ |
ftobjs.c | 573 FT_Pos right, bottom; [all...] |
ftstroke.c | 80 static FT_Pos 81 ft_pos_abs( FT_Pos x ) 90 FT_Pos a, b; 161 FT_Pos a, b, c, d; [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftobjs.c | 552 FT_Pos right, bottom; [all...] |
ftstroke.c | 80 static FT_Pos 81 ft_pos_abs( FT_Pos x ) 90 FT_Pos a, b; 161 FT_Pos a, b, c, d; [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 406 FT_Pos ppem_; /* to reduce casts */ 435 ppem_ = (FT_Pos)ppem; [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 392 /* don't change the following types to FT_Int or FT_Pos, since we might */ [all...] |
/external/pdfium/third_party/freetype/src/smooth/ |
ftgrays.c | 374 /* don't change the following types to FT_Int or FT_Pos, since we might */ [all...] |