Searched refs:kerning (Results 1 - 25 of 28) sorted by relevance

12

/external/pdfium/third_party/freetype/src/type1/
H A Dt1afm.h41 FT_Vector* kerning );
47 FT_Fixed* kerning );
H A Dt1afm.c84 /* compare two kerning pairs */
105 /* parse a PFM file -- for now, only read the kerning pairs */
163 /* Actually, kerning pairs are simply optional! */
175 /* PFM kerning data are stored by encoding rather than glyph index, */
316 /* find the kerning for a given glyph pair */
321 FT_Vector* kerning )
341 kerning->x = mid->x;
342 kerning->y = mid->y;
353 kerning->x = 0;
354 kerning
[all...]
H A Dt1driver.c627 /* A driver method used to return the kerning vector between two */
638 /* kerning :: The kerning vector. This is in font units for */
657 FT_Vector* kerning )
662 kerning->x = 0;
663 kerning->y = 0;
669 kerning );
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.h42 void GetCharInfo(int index, uint32_t* charcode, FX_FLOAT* kerning) const;
H A Dcpdf_textobject.cpp63 FX_FLOAT* kerning) const {
73 *kerning = 0;
75 *kerning = m_CharPos[i];
/external/pdfium/third_party/freetype/src/truetype/
H A Dttdriver.c143 /* A driver method used to return the kerning vector between two */
154 /* kerning :: The kerning vector. This is in font units for */
173 FT_Vector* kerning )
179 kerning->x = 0;
180 kerning->y = 0;
183 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
/external/freetype/src/truetype/
H A Dttdriver.c173 /* A driver method used to return the kerning vector between two */
184 /* kerning :: The kerning vector. This is in font units for */
203 FT_Vector* kerning )
209 kerning->x = 0;
210 kerning->y = 0;
213 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
/external/ImageMagick/MagickCore/
H A Ddraw.h311 kerning, member in struct:_DrawInfo
H A Dannotate.c1151 kerning;
1154 (*grapheme)[i].index,ft_kerning_default,&kerning);
1157 RightToLeftDirection ? -1.0 : 1.0)*kerning.x);
1532 origin.x+=(FT_Pos) (64.0*draw_info->kerning);
H A Ddraw.c304 clone_info->kerning=draw_info->kerning;
2223 if (LocaleCompare("kerning",keyword) == 0)
2226 graphic_context[n]->kerning=StringToDouble(token,&next_token);
5032 option=GetImageOption(clone_info,"kerning");
5034 draw_info->kerning=StringToDouble(option,&next_token);
/external/freetype/include/freetype/internal/
H A Dftdriver.h74 FT_Vector* kerning );
125 /* kerning for a given pair of glyphs. Can be */
127 /* kerning. */
/external/pdfium/third_party/freetype/src/cff/
H A Dcffdrivr.c73 /* A driver method used to return the kerning vector between two */
84 /* kerning :: The kerning vector. This is in font units for */
103 FT_Vector* kerning )
109 kerning->x = 0;
110 kerning->y = 0;
113 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
/external/freetype/src/cff/
H A Dcffdrivr.c78 /* A driver method used to return the kerning vector between two */
89 /* kerning :: The kerning vector. This is in font units for */
108 FT_Vector* kerning )
114 kerning->x = 0;
115 kerning->y = 0;
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftdriver.h83 FT_Vector* kerning );
134 /* kerning for a given pair of glyphs. Can be */
136 /* kerning. */
/external/pdfium/fpdfsdk/javascript/
H A DDocument.cpp1471 FX_FLOAT kerning; local
1473 pTextObj->GetCharInfo(i, &charcode, &kerning);
1504 FX_FLOAT kerning; local
1506 pTextObj->GetCharInfo(i, &charcode, &kerning);
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp764 _drawInfo->kerning=kerning_;
765 setOption("kerning",kerning_);
770 return(_drawInfo->kerning);
H A DDrawable.cpp1710 void Magick::DrawableTextKerning::kerning(double kerning_) function in class:Magick::DrawableTextKerning
1715 double Magick::DrawableTextKerning::kerning(void) const function in class:Magick::DrawableTextKerning
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c2416 return(CurrentContext->kerning);
6148 % void DrawSetTextKerning(DrawingWand *wand,const double kerning)
6154 % o kerning: text kerning
6157 WandExport void DrawSetTextKerning(DrawingWand *wand,const double kerning)
6165 ((CurrentContext->kerning-kerning) >= MagickEpsilon))
6167 CurrentContext->kerning=kerning;
6168 (void) MVGPrintf(wand,"kerning
6033 DrawSetTextKerning(DrawingWand *wand,const double kerning) argument
[all...]
H A Doperation.c1048 if (LocaleCompare("kerning",option+1) == 0)
1053 _draw_info->kerning=StringToDouble(ArgOption("0"),(char **) NULL);
H A Dmogrify.c1934 if (LocaleCompare("kerning",option+1) == 0)
1940 draw_info->kerning=geometry_info.rho;
3729 "-kerning value set the space between two letters",
5244 if (LocaleCompare("kerning",option+1) == 0)
7106 if (LocaleCompare("kerning",option+1) == 0)
/external/ImageMagick/Magick++/lib/Magick++/
H A DDrawable.h2174 // Specify text kerning
2185 void kerning(double kerning_);
2186 double kerning(void) const;
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp58 FX_FLOAT kerning = -fontsize_h * item.m_Origin.x / 1000; local
59 baseSpace = std::min(baseSpace, kerning + spacing);
/external/ImageMagick/www/api/
H A Ddrawing-wand.php3447 void DrawSetTextKerning(DrawingWand *wand,const double kerning)
3461 <dt>kerning</dt>
3462 <dd>text kerning </dd>
/external/ImageMagick/PerlMagick/
H A DMagick.xs291 {"tile", ImageReference}, {"kerning", RealReference},
326 {"vector-graphics", StringReference}, {"kerning", RealReference},
8564 draw_info->kerning=argument_list[29].real_reference;
9091 draw_info->kerning=argument_list[29].real_reference;
12855 if (LocaleCompare(attribute,"kerning") == 0)
12858 draw_info->kerning=geometry_info.rho;
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in291 {"tile", ImageReference}, {"kerning", RealReference},
326 {"vector-graphics", StringReference}, {"kerning", RealReference},
8564 draw_info->kerning=argument_list[29].real_reference;
9091 draw_info->kerning=argument_list[29].real_reference;
12855 if (LocaleCompare(attribute,"kerning") == 0)
12858 draw_info->kerning=geometry_info.rho;

Completed in 1777 milliseconds

12