/external/pdfium/third_party/freetype/src/type1/ |
D | t1afm.c | 321 FT_Vector* kerning ) in T1_Get_Kerning() argument 341 kerning->x = mid->x; in T1_Get_Kerning() 342 kerning->y = mid->y; in T1_Get_Kerning() 353 kerning->x = 0; in T1_Get_Kerning() 354 kerning->y = 0; in T1_Get_Kerning() 362 FT_Fixed* kerning ) in T1_Get_Track_Kerning() argument 380 *kerning = tk->min_kern; in T1_Get_Track_Kerning() 382 *kerning = tk->max_kern; in T1_Get_Track_Kerning() 385 *kerning = FT_MulDiv( ptsize - tk->min_ptsize, in T1_Get_Track_Kerning()
|
D | t1afm.h | 41 FT_Vector* kerning ); 47 FT_Fixed* kerning );
|
D | t1driver.c | 657 FT_Vector* kerning ) in Get_Kerning() argument 662 kerning->x = 0; in Get_Kerning() 663 kerning->y = 0; in Get_Kerning() 669 kerning ); in Get_Kerning()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttdriver.c | 173 FT_Vector* kerning ) in tt_get_kerning() argument 179 kerning->x = 0; in tt_get_kerning() 180 kerning->y = 0; in tt_get_kerning() 183 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
|
/external/skia/site/user/ |
D | tips.md | 9 + [Does Skia shape text (kerning)?](#kerning) 112 <span id="kerning">Does Skia shape text (kerning)?</span> 118 generate the glyphs and their positions, including kerning.
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 203 FT_Vector* kerning ) in tt_get_kerning() argument 209 kerning->x = 0; in tt_get_kerning() 210 kerning->y = 0; in tt_get_kerning() 213 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 63 FX_FLOAT* kerning) const { in GetCharInfo() 73 *kerning = 0; in GetCharInfo() 75 *kerning = m_CharPos[i]; in GetCharInfo()
|
D | cpdf_textobject.h | 42 void GetCharInfo(int index, uint32_t* charcode, FX_FLOAT* kerning) const;
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffdrivr.c | 103 FT_Vector* kerning ) in cff_get_kerning() argument 109 kerning->x = 0; in cff_get_kerning() 110 kerning->y = 0; in cff_get_kerning() 113 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 108 FT_Vector* kerning ) in cff_get_kerning() argument 114 kerning->x = 0; in cff_get_kerning() 115 kerning->y = 0; in cff_get_kerning() 118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 311 kerning, member
|
D | annotate.c | 1140 kerning; in ComplexTextLayout() 1143 (*grapheme)[i].index,ft_kerning_default,&kerning); in ComplexTextLayout() 1146 RightToLeftDirection ? -1.0 : 1.0)*kerning.x); in ComplexTextLayout() 1521 origin.x+=(FT_Pos) (64.0*draw_info->kerning); in RenderFreetype()
|
D | draw.c | 298 clone_info->kerning=draw_info->kerning; in CloneDrawInfo() 2210 graphic_context[n]->kerning=StringToDouble(token,&next_token); in DrawImage() 5011 draw_info->kerning=StringToDouble(option,&next_token); in GetDrawInfo()
|
/external/freetype/include/freetype/internal/ |
D | ftdriver.h | 74 FT_Vector* kerning );
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftdriver.h | 83 FT_Vector* kerning );
|
/external/sfntly/ |
D | README.md | 11 … each of the features and functionality: glyph outlines, character maps, kerning, meta data, etc. …
|
/external/pdfium/fpdfsdk/javascript/ |
D | Document.cpp | 1471 FX_FLOAT kerning; in CountWords() local 1473 pTextObj->GetCharInfo(i, &charcode, &kerning); in CountWords() 1504 FX_FLOAT kerning; in GetObjWordStr() local 1506 pTextObj->GetCharInfo(i, &charcode, &kerning); in GetObjWordStr()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 764 _drawInfo->kerning=kerning_; in textKerning() 770 return(_drawInfo->kerning); in textKerning()
|
D | Drawable.cpp | 1710 void Magick::DrawableTextKerning::kerning(double kerning_) in kerning() function in Magick::DrawableTextKerning 1715 double Magick::DrawableTextKerning::kerning(void) const in kerning() function in Magick::DrawableTextKerning
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 2364 return(CurrentContext->kerning); in DrawGetTextKerning() 6033 WandExport void DrawSetTextKerning(DrawingWand *wand,const double kerning) in DrawSetTextKerning() argument 6041 ((CurrentContext->kerning-kerning) >= MagickEpsilon)) in DrawSetTextKerning() 6043 CurrentContext->kerning=kerning; in DrawSetTextKerning() 6044 (void) MVGPrintf(wand,"kerning %lf\n",kerning); in DrawSetTextKerning()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 2185 void kerning(double kerning_); 2186 double kerning(void) const;
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 58 FX_FLOAT kerning = -fontsize_h * item.m_Origin.x / 1000; in CalculateBaseSpace() local 59 baseSpace = std::min(baseSpace, kerning + spacing); in CalculateBaseSpace()
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 387 kerning information is included in a Type3 font, just the shape of
|
/external/harfbuzz_ng/ |
D | NEWS | 928 * Allow disabling of TrueType kerning.
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 287 {"tile", ImageReference}, {"kerning", RealReference}, 322 {"vector-graphics", StringReference}, {"kerning", RealReference}, 8521 draw_info->kerning=argument_list[29].real_reference; 9048 draw_info->kerning=argument_list[29].real_reference; 12803 if (LocaleCompare(attribute,"kerning") == 0) 12806 draw_info->kerning=geometry_info.rho;
|